public final class UnsupportedMessageRequester extends AbstractMessageRequester
connected, connector, endpoint, lifecycleManager, logger, muleMessageFactory, retryTemplatePHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_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 void |
doInitialise() |
protected MuleMessage |
doRequest(long timeout)
Make a specific request to the underlying transport
|
protected void |
doStart() |
protected void |
doStop() |
applyInboundTransformers, createLifecycleManager, getEndpoint, getRequesterName, getWorkManager, initialise, requestactivate, connect, connectHandler, createMuleMessage, createMuleMessage, createMuleMessage, createMuleMessageFactory, createNullMuleMessage, disconnect, dispose, disposeAndLogException, doStartHandler, getConnectEventId, getConnectionDescription, getConnector, getLifecycleState, initializeMessageFactory, initializeRetryPolicy, isConnected, isDoThreading, isStarted, isStarting, isStopped, isStopping, passivate, setEndpoint, start, stop, toString, validate, validateConnectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactivate, createMuleMessage, createMuleMessage, getConnector, passivate, validateconnect, disconnect, getConnectionDescription, isConnected, validateConnectiondisposegetLifecycleStatepublic 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 doInitialise()
doInitialise in class AbstractTransportMessageHandlerprotected void doDispose()
doDispose in class AbstractTransportMessageHandlerprotected void doConnect()
throws Exception
doConnect in class AbstractTransportMessageHandlerExceptionprotected void doDisconnect()
throws Exception
doDisconnect in class AbstractTransportMessageHandlerExceptionprotected void doStart()
doStart in class AbstractTransportMessageHandlerprotected void doStop()
doStop in class AbstractTransportMessageHandlerCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.