public final class UnsupportedMessageRequester extends AbstractMessageRequester
connected, connecting, connectionStrategy, connector, disposed, endpoint, loggerPHASE_NAMEREQUEST_NO_WAIT, REQUEST_WAIT_INDEFINITELY| Constructor and Description |
|---|
UnsupportedMessageRequester(InboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doConnect() |
protected void |
doDisconnect() |
protected void |
doDispose() |
protected MuleMessage |
doRequest(long timeout)
Make a specific request to the underlying transport
|
requestactivate, connect, disconnect, dispose, disposeAndLogException, exceptionThrown, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, isConnected, isDoThreading, passivate, reconnect, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactivate, getConnector, passivate, validatedisposeconnect, disconnect, getConnectionDescription, isConnectedpublic UnsupportedMessageRequester(InboundEndpoint endpoint)
protected MuleMessage doRequest(long timeout) throws Exception
AbstractMessageRequesterdoRequest in class AbstractMessageRequestertimeout - the maximum time the operation should block before returning.
The call should return immediately if there is data available. If
no data becomes available before the timeout elapses, null will be
returnedException - if the call to the underlying protocal cuases an exceptionprotected void doDispose()
doDispose in class AbstractConnectableprotected void doConnect()
throws Exception
doConnect in class AbstractConnectableExceptionprotected void doDisconnect()
throws Exception
doDisconnect in class AbstractConnectableExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.