public class AbstractHTTPDestination.BackChannelConduit extends AbstractDestination.AbstractBackChannelConduit
Modifier and Type | Field and Description |
---|---|
protected javax.servlet.http.HttpServletResponse |
response |
target
incomingObserver
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, setMessageObserver
close, getTarget, toString
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessageObserver
public void prepare(Message message) throws IOException
message
- the message to be sent.IOException
public void close(Message msg) throws IOException
Conduit
close
in interface Conduit
close
in class AbstractConduit
msg
- for which content should be closed.IOException
Apache CXF