public class JdbcMessageRequester
extends org.mule.transport.AbstractMessageRequester
| Constructor and Description |
|---|
JdbcMessageRequester(org.mule.api.endpoint.InboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doConnect() |
protected void |
doDisconnect() |
protected void |
doDispose() |
protected org.mule.api.MuleMessage |
doRequest(long timeout)
Make a specific request to the underlying transport
|
protected org.mule.api.MuleMessage |
doRequest(long timeout,
org.mule.api.MuleEvent event)
Make a specific request to the underlying transport
Special case: The event is need when doReceive was called from doSend
|
applyInboundTransformers, createLifecycleManager, getEndpoint, getRequesterName, getWorkManager, initialise, requestactivate, connect, connectHandler, createMuleMessage, createMuleMessage, createMuleMessage, createMuleMessageFactory, createNullMuleMessage, disconnect, dispose, disposeAndLogException, doInitialise, doStart, doStartHandler, doStop, 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, validatepublic JdbcMessageRequester(org.mule.api.endpoint.InboundEndpoint endpoint)
protected void doDispose()
doDispose in class org.mule.transport.AbstractTransportMessageHandlerprotected org.mule.api.MuleMessage doRequest(long timeout)
throws Exception
doRequest in class org.mule.transport.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 protocol causes an exceptionprotected org.mule.api.MuleMessage doRequest(long timeout,
org.mule.api.MuleEvent event)
throws Exception
timeout - only for compatibility with doRequest(long timeout)event - There is a need to get params from messageException - if the call to the underlying protocol causes an exceptionprotected void doConnect()
throws Exception
doConnect in class org.mule.transport.AbstractTransportMessageHandlerExceptionCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.