org.mule.config.endpoint
Class ConfigurableTransportFactory

java.lang.Object
  extended by org.mule.transport.service.TransportFactory
      extended by org.mule.config.endpoint.ConfigurableTransportFactory

public class ConfigurableTransportFactory
extends TransportFactory

TODO


Field Summary
static String CHANNEL_OVERRIDES
           
static String CHANNEL_OVERRIDES_FILE
           
static String SINGLETON_PROPERTY
           
static String TRUE
           
 
Fields inherited from class org.mule.transport.service.TransportFactory
logger, muleContext
 
Constructor Summary
ConfigurableTransportFactory(MuleContext muleContext)
           
 
Method Summary
 Connector createConnector(EndpointURI endpointURI)
           
protected  Properties loadOverrides()
           
 
Methods inherited from class org.mule.transport.service.TransportFactory
createConnector, getConnectorByProtocol, getDefaultConnectorByProtocol, getOrCreateConnectorByProtocol, getOrCreateConnectorByProtocol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANNEL_OVERRIDES

public static final String CHANNEL_OVERRIDES
See Also:
Constant Field Values

CHANNEL_OVERRIDES_FILE

public static final String CHANNEL_OVERRIDES_FILE
See Also:
Constant Field Values

SINGLETON_PROPERTY

public static final String SINGLETON_PROPERTY
See Also:
Constant Field Values

TRUE

public static final String TRUE
See Also:
Constant Field Values
Constructor Detail

ConfigurableTransportFactory

public ConfigurableTransportFactory(MuleContext muleContext)
                             throws MuleException
Throws:
MuleException
Method Detail

createConnector

public Connector createConnector(EndpointURI endpointURI)
                          throws TransportFactoryException
Overrides:
createConnector in class TransportFactory
Throws:
TransportFactoryException

loadOverrides

protected Properties loadOverrides()
                            throws MuleException
Throws:
MuleException


Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.