|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.endpoint.DefaultEndpointMessageProcessorChainFactory
public class DefaultEndpointMessageProcessorChainFactory
| Constructor Summary | |
|---|---|
DefaultEndpointMessageProcessorChainFactory()
|
|
| Method Summary | |
|---|---|
MessageProcessor |
createInboundMessageProcessorChain(InboundEndpoint endpoint,
MessageProcessor target)
|
protected List<MessageProcessor> |
createInboundMessageProcessors(InboundEndpoint endpoint)
Override this method to change the default MessageProcessors. |
protected List<MessageProcessor> |
createInboundResponseMessageProcessors(InboundEndpoint endpoint)
Override this method to change the default MessageProcessors. |
MessageProcessor |
createOutboundMessageProcessorChain(OutboundEndpoint endpoint,
MessageProcessor target)
|
protected List<MessageProcessor> |
createOutboundMessageProcessors(OutboundEndpoint endpoint)
Override this method to change the default MessageProcessors. |
protected List<MessageProcessor> |
createOutboundResponseMessageProcessors(OutboundEndpoint endpoint)
Override this method to change the default MessageProcessors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultEndpointMessageProcessorChainFactory()
| Method Detail |
|---|
protected List<MessageProcessor> createInboundMessageProcessors(InboundEndpoint endpoint)
protected List<MessageProcessor> createInboundResponseMessageProcessors(InboundEndpoint endpoint)
protected List<MessageProcessor> createOutboundMessageProcessors(OutboundEndpoint endpoint)
throws MuleException
MuleException
protected List<MessageProcessor> createOutboundResponseMessageProcessors(OutboundEndpoint endpoint)
throws MuleException
MuleException
public MessageProcessor createInboundMessageProcessorChain(InboundEndpoint endpoint,
MessageProcessor target)
throws MuleException
createInboundMessageProcessorChain in interface EndpointMessageProcessorChainFactoryMuleException
public MessageProcessor createOutboundMessageProcessorChain(OutboundEndpoint endpoint,
MessageProcessor target)
throws MuleException
createOutboundMessageProcessorChain in interface EndpointMessageProcessorChainFactoryMuleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||