Package org.ikasan.framework.plugins

Interface Summary
EventInvocable Interface for all plugins that are invokable on a per Event basis
PayloadInvocable Interface for all plugins that are invokable on a per Payload basis
Plugin Marker interface for all Plugins Abstract because it should never be implemented directly
 

Class Summary
EventInvocablePojoWrapper Wrapper class for plugins that do not implement the EventInvocable interface, but nonetheless have a functional method that matches the parameter list.
JMSEventPublisherPlugin Plugin that knows how to publish an Event to JMS
PayloadInvocablePojoWrapper Wrapper class for plugins that do not implement the PayloadInvocable interface, but nonetheless have a functional method that matches the parameter list.
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
PayloadPublisherPlugin Simple wrapper for PayloadPublisher to allow it to work within the plugin framework
PojoWrapperPlugin Abstract class for POJO wrapper plugins
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.