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.atom.endpoint   
org.mule.module.cxf.endpoint   
org.mule.module.rss.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
 

Constructors in org.mule.config.spring.factories with parameters of type EndpointURIEndpointBuilder
AbstractEndpointFactoryBean(EndpointURIEndpointBuilder global)
           
InboundEndpointFactoryBean(EndpointURIEndpointBuilder global)
           
OutboundEndpointFactoryBean(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.atom.endpoint
 

Subclasses of EndpointURIEndpointBuilder in org.mule.module.atom.endpoint
 class AtomEndpointBuilder
          An endpoint factory used for creating an ATOM endpoint
 class AtomInboundEndpointFactoryBean
          A spring factory for creating an ATOM endpoint.
 

Constructors in org.mule.module.atom.endpoint with parameters of type EndpointURIEndpointBuilder
AtomEndpointBuilder(EndpointURIEndpointBuilder global)
           
 

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.module.rss.endpoint
 

Subclasses of EndpointURIEndpointBuilder in org.mule.module.rss.endpoint
 class RssEndpointBuilder
          Creates RSS endpoints.
 class RssInboundEndpointFactoryBean
          TODO
 

Constructors in org.mule.module.rss.endpoint with parameters of type EndpointURIEndpointBuilder
RssEndpointBuilder(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-2010 MuleSoft, Inc.. All Rights Reserved.