|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UMOConnector | |
| org.mule | Defines the main public API of the MuleManager and support classes such as the MuleServer. |
| org.mule.config.builders | Various configuration builders for configuring a Mule Instance. |
| org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.impl.endpoint | Implemtation of Mule endpoint uris. |
| org.mule.impl.internal.admin | Admin components and Agents used to control and Monitor Mule |
| org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
| org.mule.providers.service | Provides SPI support for building mule connectors and providers using service descriptors. |
| org.mule.umo.endpoint | Endpoint interfaces. |
| org.mule.umo.manager | Manager APIs, including the UMOManager, agent and server event interfaces |
| org.mule.umo.provider | Contains the interfaces that comprise a provider implementation. |
| org.mule.util | Common helper classes for reading/writing files setting bean properties and SPI helpers. |
| Uses of UMOConnector in org.mule |
| Methods in org.mule that return UMOConnector | |
UMOConnector |
MuleManager.lookupConnector(String name)
|
| Methods in org.mule with parameters of type UMOConnector | |
void |
MuleManager.registerConnector(UMOConnector connector)
Registers a UMOConnector with the MuleManager. |
| Uses of UMOConnector in org.mule.config.builders |
| Methods in org.mule.config.builders with parameters of type UMOConnector | |
UMOManager |
QuickConfigurationBuilder.createStartedManager(boolean synchronous,
String serverUrl,
UMOConnector serverConnector)
Configures a started manager. |
| Uses of UMOConnector in org.mule.impl |
| Fields in org.mule.impl declared as UMOConnector | |
protected UMOConnector |
ImmutableMuleEndpoint.connector
The endpoint used to communicate with the external system |
| Methods in org.mule.impl that return UMOConnector | |
UMOConnector |
ImmutableMuleEndpoint.getConnector()
|
| Constructors in org.mule.impl with parameters of type UMOConnector | |
ImmutableMuleEndpoint(String name,
UMOEndpointURI endpointUri,
UMOConnector connector,
UMOTransformer transformer,
String type,
int createConnector,
String endpointEncoding,
Map props)
Default constructor |
|
| Uses of UMOConnector in org.mule.impl.endpoint |
| Methods in org.mule.impl.endpoint with parameters of type UMOConnector | |
void |
MuleEndpoint.setConnector(UMOConnector connector)
|
| Constructors in org.mule.impl.endpoint with parameters of type UMOConnector | |
MuleEndpoint(String name,
UMOEndpointURI endpointUri,
UMOConnector connector,
UMOTransformer transformer,
String type,
int createConnector,
String endpointEncoding,
Map props)
|
|
| Uses of UMOConnector in org.mule.impl.internal.admin |
| Methods in org.mule.impl.internal.admin with parameters of type UMOConnector | |
static UMODescriptor |
MuleManagerComponent.getDescriptor(UMOConnector connector,
UMOEndpointURI endpointUri,
WireFormat wireFormat)
|
| Uses of UMOConnector in org.mule.providers |
| Classes in org.mule.providers that implement UMOConnector | |
class |
AbstractConnector
AbstractConnector provides base functionality for all connectors
provided with Mule. |
class |
AbstractJndiConnector
Code by (c) 2005 P.Oikari. |
class |
AbstractServiceEnabledConnector
AbstractServiceEnabledConnector initialises a connector from a
service descriptor. |
| Methods in org.mule.providers that return UMOConnector | |
UMOConnector |
AbstractMessageDispatcher.getConnector()
|
UMOConnector |
AbstractMessageReceiver.getConnector()
|
| Methods in org.mule.providers with parameters of type UMOConnector | |
void |
AbstractMessageReceiver.setConnector(UMOConnector connector)
|
| Constructors in org.mule.providers with parameters of type UMOConnector | |
TransactedPollingMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long frequency)
|
|
AbstractMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
Creates the Message Receiver |
|
PollingMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long frequency)
|
|
| Uses of UMOConnector in org.mule.providers.service |
| Methods in org.mule.providers.service that return UMOConnector | |
static UMOConnector |
ConnectorFactory.createConnector(UMOEndpointURI url)
Creates an uninitialied connector from the provided MuleEndpointURI. |
static UMOConnector |
ConnectorFactory.getOrCreateConnectorByProtocol(UMOEndpointURI uri)
|
static UMOConnector |
ConnectorFactory.getOrCreateConnectorByProtocol(UMOImmutableEndpoint endpoint)
|
static UMOConnector |
ConnectorFactory.getConnectorByProtocol(String protocol)
|
UMOConnector |
ConnectorServiceDescriptor.createConnector(String protocol)
|
| Methods in org.mule.providers.service with parameters of type UMOConnector | |
UMOMessageReceiver |
ConnectorServiceDescriptor.createMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
UMOMessageReceiver |
ConnectorServiceDescriptor.createMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Object[] args)
|
| Uses of UMOConnector in org.mule.umo.endpoint |
| Methods in org.mule.umo.endpoint that return UMOConnector | |
UMOConnector |
UMOImmutableEndpoint.getConnector()
The endpoint that will be used to send the message on. |
| Methods in org.mule.umo.endpoint with parameters of type UMOConnector | |
void |
UMOEndpoint.setConnector(UMOConnector connector)
The endpoint that will be used to send the message on. |
| Uses of UMOConnector in org.mule.umo.manager |
| Methods in org.mule.umo.manager that return UMOConnector | |
UMOConnector |
UMOManager.lookupConnector(String logicalName)
|
| Methods in org.mule.umo.manager with parameters of type UMOConnector | |
void |
UMOManager.registerConnector(UMOConnector connector)
Registers a UMOConnector with the MuleManager. |
| Uses of UMOConnector in org.mule.umo.provider |
| Methods in org.mule.umo.provider that return UMOConnector | |
UMOConnector |
UMOMessageDispatcher.getConnector()
Gets the connector for this dispatcher |
UMOConnector |
ConnectorException.getConnector()
|
UMOConnector |
UMOMessageReceiver.getConnector()
|
| Methods in org.mule.umo.provider with parameters of type UMOConnector | |
void |
UMOMessageReceiver.setConnector(UMOConnector connector)
|
| Constructors in org.mule.umo.provider with parameters of type UMOConnector | |
ConnectorException(Message message,
UMOConnector connector)
|
|
ConnectorException(Message message,
UMOConnector connector,
Throwable cause)
|
|
| Uses of UMOConnector in org.mule.util |
| Methods in org.mule.util with parameters of type UMOConnector | |
static String |
ObjectNameHelper.getConnectorName(UMOConnector connector)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||