public class ChainInitiationObserver extends Object implements MessageObserver
Modifier and Type | Field and Description |
---|---|
protected Bus |
bus |
protected Endpoint |
endpoint |
protected ClassLoader |
loader |
Constructor and Description |
---|
ChainInitiationObserver(Endpoint endpoint,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected Binding |
getBinding() |
Endpoint |
getEndpoint() |
void |
onMessage(Message m)
Called for an incoming message, i.e.
|
protected void |
setExchangeProperties(Exchange exchange,
Message m) |
protected Endpoint endpoint
protected Bus bus
protected ClassLoader loader
public void onMessage(Message m)
MessageObserver
onMessage
in interface MessageObserver
protected Binding getBinding()
public Endpoint getEndpoint()
Apache CXF