Package | Description |
---|---|
org.mule.transport.http |
Provides http transport including proxy support.
|
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
org.mule.transport.jms.activemq |
Provides Jms connectivity with ActiveMQ-specific workarounds and improvements.
|
org.mule.transport.rmi | |
org.mule.transport.tcp |
Provides tcp connectivity for Mule.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HttpMessageReceiver.doConnect() |
protected MessageReceiver |
HttpMessageReceiver.getTargetReceiver(MuleMessage message,
ImmutableEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
JmsConnector.doConnect() |
protected void |
JmsConnector.doDisconnect() |
Modifier and Type | Method and Description |
---|---|
protected void |
ActiveMQJmsConnector.doDisconnect()
Will additionally try to cleanup the ActiveMq connection, otherwise there's a deadlock on shutdown.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RmiCallbackMessageReceiver.doConnect()
Initializes endpoint
|
Modifier and Type | Method and Description |
---|---|
protected void |
TcpMessageReceiver.doConnect() |
protected void |
TcpMessageReceiver.doDisconnect() |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.