org.mule.api.endpoint
Interface InboundEndpointDecorator

All Superinterfaces:
OutboundEndpointDecorator
All Known Implementing Classes:
AtomInboundEndpoint, RssInboundEndpoint

public interface InboundEndpointDecorator
extends OutboundEndpointDecorator

Used on custom endpoints that provide additional processing to service or message to handle the way certain types of messages are handled. For example, the ATOM endpoint adds an inbound router and filter for splitting atom feeds.


Method Summary
 void onListenerAdded(Service service)
          A call back that is invoked when an inbound endpoint is registered with a service.
 
Methods inherited from interface org.mule.api.endpoint.OutboundEndpointDecorator
onMessage
 

Method Detail

onListenerAdded

void onListenerAdded(Service service)
                     throws MuleException
A call back that is invoked when an inbound endpoint is registered with a service. this allows the service to be modified. THis is only used when the endpoint needs an inbound router of filter will be added by the endpoint to change the flow of the message processing

Parameters:
service - the service that the endpoint was registered with
Throws:
MuleException - if something fails while manipulating the service


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.