public class AbstractHTTPDestination.BackChannelConduit
extends org.apache.cxf.transport.AbstractConduit
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.http.HttpServletResponse |
response |
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.cxf.message.Message msg) |
void |
prepare(org.apache.cxf.message.Message message)
Send an outbound message, assumed to contain all the name-value
mappings of the corresponding input message (if any).
|
activate, deactivate, getMessageObserver, getTargetReference, getTargetReferencepublic void prepare(org.apache.cxf.message.Message message)
throws IOException
message - the message to be sent.IOExceptionpublic void close(org.apache.cxf.message.Message msg)
throws IOException
close in interface org.apache.cxf.transport.Conduitclose in class org.apache.cxf.transport.AbstractConduitIOExceptionApache CXF