org.apache.cxf.transport.http
Class AbstractHTTPDestination.BackChannelConduit

java.lang.Object
  extended by org.apache.cxf.transport.AbstractObservable
      extended by org.apache.cxf.transport.AbstractConduit
          extended by 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
protected  javax.servlet.http.HttpServletResponse response
           
 
Fields inherited from class org.apache.cxf.transport.AbstractConduit
target
 
Fields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver
 
Method Summary
 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).
 
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
 

Field Detail

response

protected javax.servlet.http.HttpServletResponse response
Method Detail

prepare

public void prepare(org.apache.cxf.message.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(org.apache.cxf.message.Message msg)
           throws IOException
Specified by:
close in interface org.apache.cxf.transport.Conduit
Overrides:
close in class org.apache.cxf.transport.AbstractConduit
Throws:
IOException


Apache CXF