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.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
Fields Modifier and Type Field Description protected javax.servlet.http.HttpServletResponseresponse-
Fields inherited from class org.apache.cxf.transport.AbstractConduit
target
-
Fields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(Message msg)Close the connections associated with the messagevoidprepare(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.AbstractDestination.AbstractBackChannelConduit
getLogger, setMessageObserver
-
Methods inherited from class org.apache.cxf.transport.AbstractConduit
close, getTarget, toString
-
Methods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.transport.Observable
getMessageObserver
-
-
-
-
Method Detail
-
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:ConduitClose the connections associated with the message- Specified by:
closein interfaceConduit- Overrides:
closein classAbstractConduit- Parameters:
msg- for which content should be closed.- Throws:
IOException
-
-