org.mule.endpoint.outbound
Class OutboundEndpointMimeTypeCheckingMessageProcessor

java.lang.Object
  extended by org.mule.endpoint.outbound.OutboundEndpointMimeTypeCheckingMessageProcessor
All Implemented Interfaces:
MessageProcessor

public class OutboundEndpointMimeTypeCheckingMessageProcessor
extends Object
implements MessageProcessor

Verify that the outbound mime type is acceptable by this endpoint.


Constructor Summary
OutboundEndpointMimeTypeCheckingMessageProcessor(OutboundEndpoint endpoint)
           
 
Method Summary
 MuleEvent process(MuleEvent event)
          Invokes the MessageProcessor.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutboundEndpointMimeTypeCheckingMessageProcessor

public OutboundEndpointMimeTypeCheckingMessageProcessor(OutboundEndpoint endpoint)
Method Detail

process

public MuleEvent process(MuleEvent event)
                  throws MessagingException
Description copied from interface: MessageProcessor
Invokes the MessageProcessor.

Specified by:
process in interface MessageProcessor
Parameters:
event - MuleEvent to be processed
Returns:
optional response MuleEvent
Throws:
MessagingException

toString

public String toString()
Overrides:
toString in class Object


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