public class HTTPClient4TransportSender extends CommonsHTTPTransportSender implements HTTPTransportSender
Handler.InvocationResponsehandlerDesc| Constructor and Description |
|---|
HTTPClient4TransportSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(MessageContext msgContext)
Release resources associated with a given message context.
|
protected AbstractHTTPSender |
createHTTPSender() |
void |
setHTTPClientVersion(ConfigurationContext configurationContext) |
init, invoke, isGeneratedName, stopflowComplete, getHandlerDesc, getName, getParameter, init, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinit, stopflowComplete, getHandlerDesc, getName, getParameter, init, invokepublic 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 TransportSendercleanup in class CommonsHTTPTransportSenderAxisFaultpublic void setHTTPClientVersion(ConfigurationContext configurationContext)
setHTTPClientVersion in interface HTTPTransportSendersetHTTPClientVersion in class CommonsHTTPTransportSenderprotected AbstractHTTPSender createHTTPSender()
createHTTPSender in class CommonsHTTPTransportSenderCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.