Package org.apache.cxf.transport
Class ChainInitiationObserver
- java.lang.Object
- 
- org.apache.cxf.transport.ChainInitiationObserver
 
- 
- All Implemented Interfaces:
- MessageObserver
 
 public class ChainInitiationObserver extends Object implements MessageObserver 
- 
- 
Constructor SummaryConstructors Constructor Description ChainInitiationObserver(Endpoint endpoint, Bus bus)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BindinggetBinding()EndpointgetEndpoint()voidonMessage(Message m)Called for an incoming message, i.e.protected voidsetExchangeProperties(Exchange exchange, Message m)
 
- 
- 
- 
Field Detail- 
endpointprotected Endpoint endpoint 
 - 
busprotected Bus bus 
 - 
loaderprotected ClassLoader loader 
 
- 
 - 
Method Detail- 
onMessagepublic void onMessage(Message m) Description copied from interface:MessageObserverCalled for an incoming message, i.e. where the content format(s) is/are source(s).- Specified by:
- onMessagein interface- MessageObserver
 
 - 
getBindingprotected Binding getBinding() 
 - 
getEndpointpublic Endpoint getEndpoint() 
 
- 
 
-