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 Summary
Constructors Constructor Description ChainInitiationObserver(Endpoint endpoint, Bus bus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Binding
getBinding()
Endpoint
getEndpoint()
void
onMessage(Message m)
Called for an incoming message, i.e.protected void
setExchangeProperties(Exchange exchange, Message m)
-
-
-
Field Detail
-
endpoint
protected Endpoint endpoint
-
bus
protected Bus bus
-
loader
protected ClassLoader loader
-
-
Method Detail
-
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 interfaceMessageObserver
-
getBinding
protected Binding getBinding()
-
getEndpoint
public Endpoint getEndpoint()
-
-