org.apache.cxf.transport
Class ChainInitiationObserver
java.lang.Object
org.apache.cxf.transport.ChainInitiationObserver
- All Implemented Interfaces:
- MessageObserver
- Direct Known Subclasses:
- ColocMessageObserver, LocalServerListener.OverrideBindingObserver
public class ChainInitiationObserver
- extends Object
- implements MessageObserver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
endpoint
protected Endpoint endpoint
bus
protected Bus bus
loader
protected ClassLoader loader
ChainInitiationObserver
public ChainInitiationObserver(Endpoint endpoint,
Bus bus)
onMessage
public void onMessage(Message m)
- Description copied from interface:
MessageObserver
- Called for an incoming message, i.e. where the content format(s)
is/are source(s).
- Specified by:
onMessage
in interface MessageObserver
getBinding
protected Binding getBinding()
setExchangeProperties
protected void setExchangeProperties(Exchange exchange,
Message m)
getEndpoint
public Endpoint getEndpoint()
Apache CXF