public class LocalTransportSender extends AbstractHandler implements TransportSender
Handler.InvocationResponse
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
handlerDesc
Constructor and Description |
---|
LocalTransportSender() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup(MessageContext msgContext)
Release resources associated with a given message context.
|
void |
finalizeSendWithToAddress(MessageContext msgContext,
ByteArrayOutputStream out) |
void |
init(ConfigurationContext confContext,
TransportOutDescription transportOut)
Initialize
|
Handler.InvocationResponse |
invoke(MessageContext msgContext)
Method invoke
|
void |
stop() |
flowComplete, getHandlerDesc, getName, getParameter, init, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
flowComplete, getHandlerDesc, getName, getParameter, init
public void init(ConfigurationContext confContext, TransportOutDescription transportOut) throws AxisFault
TransportSender
init
in interface TransportSender
AxisFault
public void stop()
stop
in interface TransportSender
public void cleanup(MessageContext msgContext) throws AxisFault
TransportSender
This method is mainly useful for connection oriented transports that return from
Handler.invoke(MessageContext)
before the entire response is available. A transport of
this type will construct an InputStream
object and set it as the
MessageContext.TRANSPORT_IN
property on the
OperationContext
). In order for this to work, the
connection must remain open until the response has been processed. This method is then
used to release the connection explicitly.
cleanup
in interface TransportSender
AxisFault
public Handler.InvocationResponse invoke(MessageContext msgContext) throws AxisFault
public void finalizeSendWithToAddress(MessageContext msgContext, ByteArrayOutputStream out) throws AxisFault
AxisFault
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.