Uses of Interface
org.ikasan.framework.plugins.Plugin

Packages that use Plugin
org.ikasan.framework.component.endpoint   
org.ikasan.framework.component.transformation   
org.ikasan.framework.plugins   
 

Uses of Plugin in org.ikasan.framework.component.endpoint
 

Constructors in org.ikasan.framework.component.endpoint with parameters of type Plugin
PluginEndpointAdapter(Plugin plugin)
          Constructor
 

Uses of Plugin in org.ikasan.framework.component.transformation
 

Constructors in org.ikasan.framework.component.transformation with parameters of type Plugin
PluginTransformerAdapter(Plugin plugin)
          Deprecated. Constructor
 

Uses of Plugin in org.ikasan.framework.plugins
 

Subinterfaces of Plugin in org.ikasan.framework.plugins
 interface EventInvocable
          Interface for all plugins that are invokable on a per Event basis
 interface PayloadInvocable
          Interface for all plugins that are invokable on a per Payload basis
 

Classes in org.ikasan.framework.plugins that implement Plugin
 class EventInvocablePojoWrapper
          Wrapper class for plugins that do not implement the EventInvocable interface, but nonetheless have a functional method that matches the parameter list.
 class JMSEventPublisherPlugin
          Plugin that knows how to publish an Event to JMS
 class PayloadInvocablePojoWrapper
          Wrapper class for plugins that do not implement the PayloadInvocable interface, but nonetheless have a functional method that matches the parameter list.
 class PayloadProviderPlugin
          Plugin that retrieves any available Payloads from a PayloadProvider and sets these on the Event, after setting the source system on each, if known
 class PayloadPublisherPlugin
          Simple wrapper for PayloadPublisher to allow it to work within the plugin framework
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.