org.apache.cxf.transport.servlet
Class ServletDestination.BackChannelConduit

java.lang.Object
  extended by org.apache.cxf.transport.AbstractConduit
      extended by org.apache.cxf.transport.servlet.ServletDestination.BackChannelConduit
All Implemented Interfaces:
org.apache.cxf.transport.Conduit, org.apache.cxf.transport.Observable
Enclosing class:
ServletDestination

protected class ServletDestination.BackChannelConduit
extends org.apache.cxf.transport.AbstractConduit


Field Summary
protected  javax.servlet.http.HttpServletResponse response
           
 
Fields inherited from class org.apache.cxf.transport.AbstractConduit
incomingObserver, target
 
Method Summary
 void send(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, close, getBackChannel, getMessageObserver, getTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

protected javax.servlet.http.HttpServletResponse response
Method Detail

send

public void send(org.apache.cxf.message.Message message)
          throws java.io.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:
java.io.IOException


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.