public class CommonsHTTPTransportSender extends AbstractHandler implements HTTPTransportSender
Handler.InvocationResponsehandlerDesc| Constructor and Description |
|---|
CommonsHTTPTransportSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(MessageContext msgContext)
Release resources associated with a given message context.
|
protected AbstractHTTPSender |
createHTTPSender() |
void |
init(ConfigurationContext confContext,
TransportOutDescription transportOut)
Initialize
|
Handler.InvocationResponse |
invoke(MessageContext msgContext)
This method will be called on each registered handler when a message
needs to be processed.
|
static boolean |
isGeneratedName(String actionString) |
void |
setHTTPClientVersion(ConfigurationContext configurationContext) |
void |
stop() |
flowComplete, getHandlerDesc, getName, getParameter, init, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitflowComplete, getHandlerDesc, getName, getParameter, initpublic 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 TransportSenderAxisFaultpublic void init(ConfigurationContext confContext, TransportOutDescription transportOut) throws AxisFault
TransportSenderinit in interface TransportSenderAxisFaultpublic void stop()
stop in interface TransportSenderpublic Handler.InvocationResponse invoke(MessageContext msgContext) throws AxisFault
Handlerprotected AbstractHTTPSender createHTTPSender()
public static boolean isGeneratedName(String actionString)
actionString - public void setHTTPClientVersion(ConfigurationContext configurationContext)
setHTTPClientVersion in interface HTTPTransportSenderCopyright © The Apache Software Foundation. All Rights Reserved.