public class AbstractHTTPDestination.BackChannelConduit extends AbstractDestination.AbstractBackChannelConduit
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.http.HttpServletResponse |
response |
targetincomingObserver| Modifier and Type | Method and Description |
|---|---|
void |
close(Message msg)
Close the connections associated with the message
|
void |
prepare(Message message)
Send an outbound message, assumed to contain all the name-value
mappings of the corresponding input message (if any).
|
getLogger, setMessageObserverclose, getTarget, toStringactivate, deactivate, getMessageObserver, getTargetReference, getTargetReferenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageObserverpublic void prepare(Message message) throws IOException
message - the message to be sent.IOExceptionpublic void close(Message msg) throws IOException
Conduitclose in interface Conduitclose in class AbstractConduitmsg - for which content should be closed.IOExceptionApache CXF