Uses of Class
org.mule.construct.AbstractFlowConstruct

Packages that use AbstractFlowConstruct
org.mule.config.spring.factories   
org.mule.construct   
org.mule.construct.builder   
org.mule.module.ibeans.config   
org.mule.module.ws.construct   
org.mule.transport.http.construct   
 

Uses of AbstractFlowConstruct in org.mule.config.spring.factories
 

Fields in org.mule.config.spring.factories declared as AbstractFlowConstruct
protected  AbstractFlowConstruct AbstractFlowConstructFactoryBean.flowConstruct
           
 

Methods in org.mule.config.spring.factories that return AbstractFlowConstruct
protected  AbstractFlowConstruct AbstractFlowConstructFactoryBean.createFlowConstruct()
           
 

Methods in org.mule.config.spring.factories that return types with arguments of type AbstractFlowConstruct
protected abstract  AbstractFlowConstructBuilder<? extends AbstractFlowConstructBuilder<?,?>,? extends AbstractFlowConstruct> AbstractFlowConstructFactoryBean.getFlowConstructBuilder()
           
 

Uses of AbstractFlowConstruct in org.mule.construct
 

Subclasses of AbstractFlowConstruct in org.mule.construct
 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 AbstractFlowConstruct in org.mule.construct.builder
 

Classes in org.mule.construct.builder with type parameters of type AbstractFlowConstruct
 class AbstractFlowConstructBuilder<T extends AbstractFlowConstructBuilder<?,?>,F extends AbstractFlowConstruct>
           
 class AbstractFlowConstructWithSingleInboundAndOutboundEndpointBuilder<T extends AbstractFlowConstructBuilder<?,?>,F extends AbstractFlowConstruct>
           
 class AbstractFlowConstructWithSingleInboundEndpointBuilder<T extends AbstractFlowConstructBuilder<?,?>,F extends AbstractFlowConstruct>
           
 

Methods in org.mule.construct.builder with parameters of type AbstractFlowConstruct
protected  void AbstractFlowConstructBuilder.addExceptionListener(AbstractFlowConstruct flowConstruct)
           
 

Uses of AbstractFlowConstruct in org.mule.module.ibeans.config
 

Subclasses of AbstractFlowConstruct in org.mule.module.ibeans.config
 class IBeanFlowConstruct
          This is an empty flow construct that is used to host an iBean as a component with one or more component bindings.
 

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

Subclasses of AbstractFlowConstruct in org.mule.module.ws.construct
 class WSProxy
          This class is implemented to act as a Proxy for a Web Service.
 

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

Subclasses of AbstractFlowConstruct in org.mule.transport.http.construct
 class HttpProxy
          A simple HTTP proxy that supports transformation and caching.
 



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