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. where the content format(s)
 is/are source(s). | 
| protected void | setExchangeProperties(Exchange exchange,
                     Message m) | 
protected Endpoint endpoint
protected Bus bus
protected ClassLoader loader
public void onMessage(Message m)
MessageObserveronMessage in interface MessageObserverprotected Binding getBinding()
public Endpoint getEndpoint()
Apache CXF