org.apache.camel.component.cxf.transport
Class CamelConduit.DecoupledDestination

java.lang.Object
  extended by org.apache.camel.component.cxf.transport.CamelConduit.DecoupledDestination
All Implemented Interfaces:
org.apache.cxf.transport.Destination, org.apache.cxf.transport.Observable
Enclosing class:
CamelConduit

protected class CamelConduit.DecoupledDestination
extends Object
implements org.apache.cxf.transport.Destination

Represented decoupled response endpoint.


Field Summary
protected  org.apache.cxf.transport.MessageObserver decoupledMessageObserver
           
 
Method Summary
 org.apache.cxf.ws.addressing.EndpointReferenceType getAddress()
           
 org.apache.cxf.transport.Conduit getBackChannel(org.apache.cxf.message.Message inMessage, org.apache.cxf.message.Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType addr)
           
 org.apache.cxf.transport.MessageObserver getMessageObserver()
           
 void setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

decoupledMessageObserver

protected org.apache.cxf.transport.MessageObserver decoupledMessageObserver
Method Detail

getAddress

public org.apache.cxf.ws.addressing.EndpointReferenceType getAddress()
Specified by:
getAddress in interface org.apache.cxf.transport.Destination

getBackChannel

public org.apache.cxf.transport.Conduit getBackChannel(org.apache.cxf.message.Message inMessage,
                                                       org.apache.cxf.message.Message partialResponse,
                                                       org.apache.cxf.ws.addressing.EndpointReferenceType addr)
                                                throws IOException
Specified by:
getBackChannel in interface org.apache.cxf.transport.Destination
Throws:
IOException

shutdown

public void shutdown()
Specified by:
shutdown in interface org.apache.cxf.transport.Destination

setMessageObserver

public void setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
Specified by:
setMessageObserver in interface org.apache.cxf.transport.Observable

getMessageObserver

public org.apache.cxf.transport.MessageObserver getMessageObserver()
Specified by:
getMessageObserver in interface org.apache.cxf.transport.Destination


Copyright © 2007 Apache Software Foundation. All Rights Reserved.