Package org.ikasan.framework.component.endpoint

Interface Summary
Endpoint Interface for all FlowComponents responsible for delivering an Event to an external system These are characterised by the content of the Event being delivered externally Note that this is very similar to Transformer except that the Event should not be changed by invocation of this method.
 

Class Summary
DeadEndpoint True Dead End
EventLoggingEndpoint Simple Endpoint implementation that logs the Event This could be useful for deliberate end of flows that do not deliver to an external system
EventWiretapEndpoint Deprecated. - replaced with org.ikasan.framework.component.endpoint.wiretap.WiretapEndpoint
PayloadPublisherEndpoint Endpoint implementation that delegates in order all the Event's Payload's to a PayloadPublisher
PluginEndpointAdapter Adaptor class for using Plugin's within the Endpoint framework
WiretapEndpoint Wiretap endpoint component.
 

Exception Summary
EndpointException  
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.