org.apache.cxf.transport
Class ChainInitiationObserver
java.lang.Object
org.apache.cxf.transport.ChainInitiationObserver
- All Implemented Interfaces:
- org.apache.cxf.transport.MessageObserver
public class ChainInitiationObserver
- extends Object
- implements org.apache.cxf.transport.MessageObserver
|
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 |
endpoint
protected org.apache.cxf.endpoint.Endpoint endpoint
bus
protected org.apache.cxf.Bus bus
loader
protected ClassLoader loader
ChainInitiationObserver
public ChainInitiationObserver(org.apache.cxf.endpoint.Endpoint endpoint,
org.apache.cxf.Bus bus)
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