org.apache.cxf.transport.http
Class AbstractHTTPDestination.BackChannelConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit
org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
- All Implemented Interfaces:
- Conduit, Observable
- Enclosing class:
- AbstractHTTPDestination
public class AbstractHTTPDestination.BackChannelConduit
- extends AbstractDestination.AbstractBackChannelConduit
Backchannel conduit.
Field Summary |
protected javax.servlet.http.HttpServletResponse |
response
|
Method Summary |
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). |
response
protected javax.servlet.http.HttpServletResponse response
prepare
public void prepare(Message message)
throws IOException
- Send an outbound message, assumed to contain all the name-value
mappings of the corresponding input message (if any).
- Parameters:
message
- the message to be sent.
- Throws:
IOException
close
public void close(Message msg)
throws IOException
- Description copied from interface:
Conduit
- Close the connections associated with the message
- Specified by:
close
in interface Conduit
- Overrides:
close
in class AbstractConduit
- Throws:
IOException
Apache CXF