org.apache.cxf.transport
Class ChainInitiationObserver

java.lang.Object
  extended by org.apache.cxf.transport.ChainInitiationObserver
All Implemented Interfaces:
org.apache.cxf.transport.MessageObserver

public class ChainInitiationObserver
extends Object
implements org.apache.cxf.transport.MessageObserver


Field Summary
protected  org.apache.cxf.Bus bus
           
protected  org.apache.cxf.endpoint.Endpoint endpoint
           
protected  ClassLoader loader
           
 
Constructor Summary
ChainInitiationObserver(org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.Bus bus)
           
 
Method Summary
protected  org.apache.cxf.binding.Binding getBinding()
           
 org.apache.cxf.endpoint.Endpoint getEndpoint()
           
 void onMessage(org.apache.cxf.message.Message m)
           
protected  void setExchangeProperties(org.apache.cxf.message.Exchange exchange, org.apache.cxf.message.Message m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endpoint

protected org.apache.cxf.endpoint.Endpoint endpoint

bus

protected org.apache.cxf.Bus bus

loader

protected ClassLoader loader
Constructor Detail

ChainInitiationObserver

public ChainInitiationObserver(org.apache.cxf.endpoint.Endpoint endpoint,
                               org.apache.cxf.Bus bus)
Method Detail

onMessage

public void onMessage(org.apache.cxf.message.Message m)
Specified by:
onMessage in interface org.apache.cxf.transport.MessageObserver

getBinding

protected org.apache.cxf.binding.Binding getBinding()

setExchangeProperties

protected void setExchangeProperties(org.apache.cxf.message.Exchange exchange,
                                     org.apache.cxf.message.Message m)

getEndpoint

public org.apache.cxf.endpoint.Endpoint getEndpoint()


Apache CXF