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.AbstractConduit
Backchannel conduit.
-
Field Summary
FieldsFields inherited from class org.apache.cxf.transport.AbstractConduit
targetFields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver -
Method Summary
Methods inherited from class org.apache.cxf.transport.AbstractConduit
close, getTarget, toStringMethods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getMessageObserver, getTargetReference, getTargetReferenceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cxf.transport.Observable
getMessageObserver
-
Field Details
-
response
protected jakarta.servlet.http.HttpServletResponse response
-
-
Method Details
-
prepare
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
- Specified by:
closein interfaceorg.apache.cxf.transport.Conduit- Overrides:
closein classorg.apache.cxf.transport.AbstractConduit- Throws:
IOException
-