Package 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.http.AbstractHTTPDestination.BackChannelConduit
-
- All Implemented Interfaces:
org.apache.cxf.transport.Conduit,org.apache.cxf.transport.Observable
- Enclosing class:
- AbstractHTTPDestination
public class AbstractHTTPDestination.BackChannelConduit extends org.apache.cxf.transport.AbstractConduitBackchannel conduit.
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.servlet.http.HttpServletResponseresponse
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(org.apache.cxf.message.Message msg)voidprepare(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).-
Methods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference
-
-
-
-
Method Detail
-
prepare
public void prepare(org.apache.cxf.message.Message message) throws IOExceptionSend 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(org.apache.cxf.message.Message msg) throws IOException- Specified by:
closein interfaceorg.apache.cxf.transport.Conduit- Overrides:
closein classorg.apache.cxf.transport.AbstractConduit- Throws:
IOException
-
-