public class ConfigurableTransportFactory extends TransportFactory
Modifier and Type | Field and Description |
---|---|
static String |
CHANNEL_OVERRIDES |
static String |
CHANNEL_OVERRIDES_FILE |
static String |
SINGLETON_PROPERTY |
static String |
TRUE |
logger, muleContext
Constructor and Description |
---|
ConfigurableTransportFactory(MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
Connector |
createConnector(EndpointURI endpointURI)
Creates an uninitialied connector from the provided MuleEndpointURI.
|
protected Properties |
loadOverrides() |
createConnector, getConnectorByProtocol, getDefaultConnectorByProtocol, getOrCreateConnectorByProtocol, getOrCreateConnectorByProtocol
public static final String CHANNEL_OVERRIDES
public static final String CHANNEL_OVERRIDES_FILE
public static final String SINGLETON_PROPERTY
public static final String TRUE
public ConfigurableTransportFactory(MuleContext muleContext) throws MuleException
MuleException
public Connector createConnector(EndpointURI endpointURI) throws TransportFactoryException
TransportFactory
createConnector
in class TransportFactory
endpointURI
- the MuleEndpointURI url to create the connector withTransportFactoryException
protected Properties loadOverrides() throws MuleException
MuleException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.