Uses of Class
org.mule.endpoint.EndpointURIEndpointBuilder

Packages that use EndpointURIEndpointBuilder
org.mule.config.spring.factories   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.module.cxf.endpoint   
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
 

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

Subclasses of EndpointURIEndpointBuilder in org.mule.config.spring.factories
 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
           
 

Constructors in org.mule.config.spring.factories with parameters of type EndpointURIEndpointBuilder
AbstractEndpointFactoryBean(EndpointURIEndpointBuilder global)
           
InboundEndpointFactoryBean(EndpointURIEndpointBuilder global)
           
OutboundEndpointFactoryBean(EndpointURIEndpointBuilder global)
           
PollInboundEndpointFactoryBean(EndpointURIEndpointBuilder global)
           
 

Uses of EndpointURIEndpointBuilder in org.mule.endpoint
 

Subclasses of EndpointURIEndpointBuilder in org.mule.endpoint
 class AbstractMetaEndpointBuilder
          A base class used for Meta endpoint builders such as RSS or ATOM.
 

Constructors in org.mule.endpoint with parameters of type EndpointURIEndpointBuilder
AbstractMetaEndpointBuilder(EndpointURIEndpointBuilder global)
           
EndpointURIEndpointBuilder(EndpointURIEndpointBuilder global)
          Called from Spring
 

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

Subclasses of EndpointURIEndpointBuilder in org.mule.module.cxf.endpoint
 class CxfEndpointBuilder
           
 class WsdlCxfEndpointBuilder
           
 

Constructors in org.mule.module.cxf.endpoint with parameters of type EndpointURIEndpointBuilder
CxfEndpointBuilder(EndpointURIEndpointBuilder global)
           
WsdlCxfEndpointBuilder(EndpointURIEndpointBuilder global)
           
 

Uses of EndpointURIEndpointBuilder in org.mule.transport.service
 

Methods in org.mule.transport.service with parameters of type EndpointURIEndpointBuilder
 EndpointBuilder DefaultTransportServiceDescriptor.createEndpointBuilder(EndpointURIEndpointBuilder builder)
           
 EndpointBuilder TransportServiceDescriptor.createEndpointBuilder(EndpointURIEndpointBuilder builder)
           
 



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