Uses of Interface
org.mule.api.endpoint.EndpointBuilder

Packages that use EndpointBuilder
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.registry   
org.mule.config.endpoint   
org.mule.config.spring.factories   
org.mule.construct.builder   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.module.cxf.endpoint   
org.mule.module.guice   
org.mule.module.ibeans.spi.support   
org.mule.module.ws.config.spring.factories   
org.mule.registry   
org.mule.transport.http.config.spring.factories   
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
 

Uses of EndpointBuilder in org.mule.api.endpoint
 

Methods in org.mule.api.endpoint that return EndpointBuilder
 EndpointBuilder EndpointFactory.getEndpointBuilder(String uri)
          Used to retrieve the an EndpointBuilder equal to the one would be used to create an endpoint.

This is useful if you need to customize a builder before creation of an endpoint as you can use this method to obtain the endpoint builder, custommize it and then call the factory methods that take a EndpointBuilder rather than a String.
 

Methods in org.mule.api.endpoint with parameters of type EndpointBuilder
 InboundEndpoint EndpointFactory.getInboundEndpoint(EndpointBuilder builder)
          Creates an endpoint with the "INBOUND" role using the builder provided.
 OutboundEndpoint EndpointFactory.getOutboundEndpoint(EndpointBuilder builder)
          Creates an endpoint with the "OUTBOUND" role using the builder provided.
 

Uses of EndpointBuilder in org.mule.api.registry
 

Methods in org.mule.api.registry that return EndpointBuilder
 EndpointBuilder MuleRegistry.lookupEndpointBuilder(String name)
          Looks-up endpoint builders which can be used to repeatably create endpoints with the same configuration.
 

Methods in org.mule.api.registry with parameters of type EndpointBuilder
 void MuleRegistry.registerEndpointBuilder(String name, EndpointBuilder builder)
           
 

Uses of EndpointBuilder in org.mule.config.endpoint
 

Methods in org.mule.config.endpoint that return EndpointBuilder
protected  EndpointBuilder AnnotatedEndpointHelper.getEndpointBuilder(AnnotatedEndpointData epData)
           
 

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

Classes in org.mule.config.spring.factories that implement EndpointBuilder
 class AbstractEndpointFactoryBean
          Abstract spring FactoryBean used to creating endpoints via spring.
 class InboundEndpointFactoryBean
          Spring FactoryBean used to create concrete instances of inbound endpoints
 class OutboundEndpointFactoryBean
          Spring FactoryBean used to create concrete instances of outbound endpoints
 class PollInboundEndpointFactoryBean
          Spring FactoryBean used to create concrete instances of inbound endpoints
 class PollingMessageSourceFactoryBean
           
 

Methods in org.mule.config.spring.factories with parameters of type EndpointBuilder
 void SimpleServiceFactoryBean.setEndpointBuilder(EndpointBuilder endpointBuilder)
           
 void ValidatorFactoryBean.setInboundEndpoint(EndpointBuilder inboundEndpointBuilder)
           
 void BridgeFactoryBean.setInboundEndpoint(EndpointBuilder inboundEndpointBuilder)
           
 void ValidatorFactoryBean.setOutboundEndpoint(EndpointBuilder outboundEndpointBuilder)
           
 void BridgeFactoryBean.setOutboundEndpoint(EndpointBuilder outboundEndpointBuilder)
           
 

Uses of EndpointBuilder in org.mule.construct.builder
 

Methods in org.mule.construct.builder with parameters of type EndpointBuilder
protected  void BridgeBuilder.doConfigureInboundEndpointBuilder(MuleContext muleContext, EndpointBuilder endpointBuilder)
           
protected  void AbstractFlowConstructWithSingleInboundEndpointBuilder.doConfigureInboundEndpointBuilder(MuleContext muleContext, EndpointBuilder endpointBuilder)
           
protected  void AbstractFlowConstructWithSingleInboundAndOutboundEndpointBuilder.doConfigureOutboundEndpointBuilder(MuleContext muleContext, EndpointBuilder endpointBuilder)
           
protected  void BridgeBuilder.doConfigureOutboundEndpointBuilder(MuleContext muleContext, EndpointBuilder endpointBuilder)
           
 T AbstractFlowConstructWithSingleInboundEndpointBuilder.inboundEndpoint(EndpointBuilder inboundEndpointBuilder)
           
 T AbstractFlowConstructWithSingleInboundAndOutboundEndpointBuilder.outboundEndpoint(EndpointBuilder outboundEndpointBuilder)
           
 

Uses of EndpointBuilder in org.mule.endpoint
 

Classes in org.mule.endpoint that implement EndpointBuilder
 class AbstractEndpointBuilder
          Abstract endpoint builder used for externalizing the complex creation logic of endpoints out of the endpoint instance itself.
 class AbstractMetaEndpointBuilder
          A base class used for Meta endpoint builders such as RSS or ATOM.
 class EndpointURIEndpointBuilder
           
 

Methods in org.mule.endpoint that return EndpointBuilder
 EndpointBuilder DefaultEndpointFactory.getEndpointBuilder(String uri)
           
protected  EndpointBuilder DefaultEndpointFactory.lookupEndpointBuilder(String endpointName)
           
 

Methods in org.mule.endpoint with parameters of type EndpointBuilder
 InboundEndpoint DefaultEndpointFactory.getInboundEndpoint(EndpointBuilder builder)
           
 OutboundEndpoint DefaultEndpointFactory.getOutboundEndpoint(EndpointBuilder builder)
           
 

Constructors in org.mule.endpoint with parameters of type EndpointBuilder
DynamicOutboundEndpoint(EndpointBuilder builder, String uriTemplate)
           
 

Uses of EndpointBuilder in org.mule.module.cxf.endpoint
 

Classes in org.mule.module.cxf.endpoint that implement EndpointBuilder
 class CxfEndpointBuilder
           
 class WsdlCxfEndpointBuilder
           
 

Uses of EndpointBuilder in org.mule.module.guice
 

Methods in org.mule.module.guice that return EndpointBuilder
protected  EndpointBuilder AbstractMuleGuiceModule.createEndpointBuilder(String uri)
          Creates an EndpointBuilder instance for the endpoint uri.
 

Uses of EndpointBuilder in org.mule.module.ibeans.spi.support
 

Constructors in org.mule.module.ibeans.spi.support with parameters of type EndpointBuilder
DynamicRequestEndpoint(MuleContext muleContext, EndpointBuilder builder, String uriTemplate)
           
 

Uses of EndpointBuilder in org.mule.module.ws.config.spring.factories
 

Methods in org.mule.module.ws.config.spring.factories with parameters of type EndpointBuilder
 void WSProxyFactoryBean.setInboundEndpoint(EndpointBuilder inboundEndpointBuilder)
           
 void WSProxyFactoryBean.setOutboundEndpoint(EndpointBuilder outboundEndpointBuilder)
           
 

Uses of EndpointBuilder in org.mule.registry
 

Methods in org.mule.registry that return EndpointBuilder
 EndpointBuilder MuleRegistryHelper.lookupEndpointBuilder(String name)
          Looks-up endpoint builders which can be used to repeatably create endpoints with the same configuration.
 

Methods in org.mule.registry with parameters of type EndpointBuilder
 void MuleRegistryHelper.registerEndpointBuilder(String name, EndpointBuilder builder)
          
 

Uses of EndpointBuilder in org.mule.transport.http.config.spring.factories
 

Methods in org.mule.transport.http.config.spring.factories with parameters of type EndpointBuilder
 void HttpProxyFactoryBean.setInboundEndpoint(EndpointBuilder inboundEndpointBuilder)
           
 void HttpProxyFactoryBean.setOutboundEndpoint(EndpointBuilder outboundEndpointBuilder)
           
 

Uses of EndpointBuilder in org.mule.transport.service
 

Methods in org.mule.transport.service that return EndpointBuilder
 EndpointBuilder DefaultTransportServiceDescriptor.createEndpointBuilder(EndpointURIEndpointBuilder builder)
           
 EndpointBuilder TransportServiceDescriptor.createEndpointBuilder(EndpointURIEndpointBuilder builder)
           
protected  EndpointBuilder DefaultTransportServiceDescriptor.createEndpointBuilder(Object[] constructorParams)
           
 EndpointBuilder DefaultTransportServiceDescriptor.createEndpointBuilder(String uri)
           
 EndpointBuilder TransportServiceDescriptor.createEndpointBuilder(String uri)
           
 



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