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

Packages that use EndpointFactory
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.registry   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.registry   
 

Uses of EndpointFactory in org.mule
 

Methods in org.mule that return EndpointFactory
 EndpointFactory DefaultMuleContext.getEndpointFactory()
           
 

Uses of EndpointFactory in org.mule.api
 

Methods in org.mule.api that return EndpointFactory
 EndpointFactory MuleContext.getEndpointFactory()
          Returns the EndpointFactory configured for this instance of Mule
 

Uses of EndpointFactory in org.mule.api.registry
 

Methods in org.mule.api.registry that return EndpointFactory
 EndpointFactory MuleRegistry.lookupEndpointFactory()
          Deprecated. use MuleContext.getEndpointFactory() instead
 

Uses of EndpointFactory in org.mule.endpoint
 

Classes in org.mule.endpoint that implement EndpointFactory
 class DefaultEndpointFactory
           
 

Uses of EndpointFactory in org.mule.registry
 

Methods in org.mule.registry that return EndpointFactory
 EndpointFactory MuleRegistryHelper.lookupEndpointFactory()
          
 



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