Uses of Class
org.mule.endpoint.AbstractMessageProcessorTestCase

Packages that use AbstractMessageProcessorTestCase
org.mule.endpoint.inbound   
org.mule.endpoint.outbound   
org.mule.processor   
 

Uses of AbstractMessageProcessorTestCase in org.mule.endpoint.inbound
 

Subclasses of AbstractMessageProcessorTestCase in org.mule.endpoint.inbound
 class InboundEndpointMessageProcessorsTestCase
          Unit test for configuring message processors on an inbound endpoint.
 class InboundEndpointTestCase
           
 class InboundExceptionDetailsProcessorTestCase
           
 class InboundNotificationMessageProcessorTestCase
           
 

Uses of AbstractMessageProcessorTestCase in org.mule.endpoint.outbound
 

Subclasses of AbstractMessageProcessorTestCase in org.mule.endpoint.outbound
 class DynamicOutboundEndpointTestCase
          Tests flow of messages from DynamicOutboundEndpoint.process(org.mule.api.MuleEvent) down to AbstractMessageDispatcher and the chain of MessageProcessor's that implement the outbound endpoint processing.
 class OutboundEndpointMessageProcessorsTestCase
          Unit test for configuring message processors on an outbound endpoint.
 class OutboundEndpointPropertyMessageProcessorTestCase
           
 class OutboundEndpointTestCase
          Tests flow of messages from MessageProcessor.process(MuleEvent) down to AbstractMessageDispatcher and the chain of MessageProcessor's that implement the outbound endpoint processing.
 class OutboundNotificationMessageProcessorTestCase
           
 class OutboundResponsePropertiesMessageProcessorTestCase
           
 class OutboundTransformerMessageProcessorTestCase
           
 class OutboundTxRollbackMessageProcessorTestCase
           
 

Uses of AbstractMessageProcessorTestCase in org.mule.processor
 

Subclasses of AbstractMessageProcessorTestCase in org.mule.processor
 class ExceptionHandlingMessageProcessorTestCase
           
 class SecurityFilterMessageProcessorTestCase
           
 



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