Uses of Interface
org.mule.api.construct.MessageProcessorPathResolver

Packages that use MessageProcessorPathResolver
org.mule.api.construct   
org.mule.construct   
org.mule.module.ws.construct   
org.mule.transport.http.construct   
 

Uses of MessageProcessorPathResolver in org.mule.api.construct
 

Subinterfaces of MessageProcessorPathResolver in org.mule.api.construct
 interface Pipeline
          A pipeline has an ordered list of MessageProcessor's that are invoked in order to processor new messages received from it's MessageSource
 

Uses of MessageProcessorPathResolver in org.mule.construct
 

Classes in org.mule.construct that implement MessageProcessorPathResolver
 class AbstractConfigurationPattern
          A template class for configuration patterns, which takes care of setting common message processors and optional transformers defined on the pattern.
 class AbstractPipeline
          Abstract implementation of AbstractFlowConstruct that allows a list of AbstractPipeline.ProcessIfPipelineStartedMessageProcessors that will be used to process messages to be configured.
 class Bridge
          A simple bridge between a single inbound endpoint and a single outbound endpoint.
 class Flow
          This implementation of AbstractPipeline adds the following functionality: Rejects inbound events when Flow is not started Gathers statistics and processing time data Implements MessagePorcessor allowing direct invocation of the pipeline Supports the optional configuration of a ProcessingStrategy that determines how message processors are processed.
 class SimpleService
          In-out SOA-style simple service, with no outbound router.
 class Validator
           
 

Uses of MessageProcessorPathResolver in org.mule.module.ws.construct
 

Classes in org.mule.module.ws.construct that implement MessageProcessorPathResolver
 class WSProxy
          This class is implemented to act as a Proxy for a Web Service.
 

Uses of MessageProcessorPathResolver in org.mule.transport.http.construct
 

Classes in org.mule.transport.http.construct that implement MessageProcessorPathResolver
 class HttpProxy
          A simple HTTP proxy that supports transformation and caching.
 



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