public class AxisMessageRequester extends AbstractMessageRequester
AxisMessageDispatcher is used to make soap requests via the Axis
soap client.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis.EngineConfiguration |
clientConfig |
protected AxisConnector |
connector |
protected org.apache.axis.client.Service |
service |
connected, endpoint, lifecycleManager, logger, muleMessageFactory, retryTemplatePHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAMEREQUEST_NO_WAIT, REQUEST_WAIT_INDEFINITELY| Constructor and Description |
|---|
AxisMessageRequester(InboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Service |
createService(ImmutableEndpoint endpoint) |
protected void |
doConnect() |
protected void |
doDisconnect() |
protected void |
doDispose() |
protected MuleMessage |
doRequest(long timeout)
Make a specific request to the underlying transport
|
protected org.apache.axis.EngineConfiguration |
getClientConfig(ImmutableEndpoint endpoint) |
MuleMessage |
request(String endpoint,
Object[] args) |
MuleMessage |
request(String endpoint,
SOAPEnvelope envelope) |
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, validateconnect, disconnect, getConnectionDescription, isConnected, validateConnectiondisposegetLifecycleStateprotected org.apache.axis.EngineConfiguration clientConfig
protected AxisConnector connector
protected org.apache.axis.client.Service service
public AxisMessageRequester(InboundEndpoint endpoint)
protected void doConnect()
throws Exception
doConnect in class AbstractTransportMessageHandlerExceptionprotected void doDisconnect()
throws Exception
doDisconnect in class AbstractTransportMessageHandlerExceptionprotected void doDispose()
doDispose in class AbstractTransportMessageHandlerprotected org.apache.axis.EngineConfiguration getClientConfig(ImmutableEndpoint endpoint)
protected org.apache.axis.client.Service createService(ImmutableEndpoint endpoint) throws Exception
Exceptionprotected MuleMessage doRequest(long timeout) throws Exception
doRequest 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 exceptionpublic MuleMessage request(String endpoint, Object[] args) throws Exception
Exceptionpublic MuleMessage request(String endpoint, SOAPEnvelope envelope) throws Exception
ExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.