org.mule.endpoint
Interface EndpointAwareMessageProcessor

All Superinterfaces:
MessageProcessor
All Known Implementing Classes:
SecurityFilterMessageProcessorBuilder

public interface EndpointAwareMessageProcessor
extends MessageProcessor

A message processor into which an endpoint needs to be injected.


Method Summary
 MessageProcessor injectEndpoint(ImmutableEndpoint ep)
          Inject the endpoint.
 
Methods inherited from interface org.mule.api.processor.MessageProcessor
process
 

Method Detail

injectEndpoint

MessageProcessor injectEndpoint(ImmutableEndpoint ep)
Inject the endpoint. Note that this might return a different MessageProcessor, or null if no MessageProcessor is needed for the given endpoint type



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