Handler.InvocationResponse| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(MessageContext msgContext)
Release resources associated with a given message context.
|
void |
init(ConfigurationContext confContext,
TransportOutDescription transportOut)
Initialize
|
default void |
onAppError(MessageContext msgContext)
This method is used by the Application layer to notify the transport layer about errors.
|
void |
stop() |
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, invokevoid cleanup(MessageContext msgContext) throws AxisFault
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.
msgContext - AxisFaultvoid init(ConfigurationContext confContext, TransportOutDescription transportOut) throws AxisFault
confContext - transportOut - AxisFaultvoid stop()
default void onAppError(MessageContext msgContext)
msgContext - The outgoing message context sent via the senderCopyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.