org.apache.cxf.binding.coloc
Class ColocMessageObserver
java.lang.Object
org.apache.cxf.transport.ChainInitiationObserver
org.apache.cxf.binding.coloc.ColocMessageObserver
- All Implemented Interfaces:
- MessageObserver
public class ColocMessageObserver
- extends ChainInitiationObserver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColocMessageObserver
public ColocMessageObserver(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
- Overrides:
onMessage
in class ChainInitiationObserver
setOutBoundMessage
protected void setOutBoundMessage(Exchange from,
Exchange to)
setExchangeProperties
protected void setExchangeProperties(Exchange exchange,
Message m)
- Overrides:
setExchangeProperties
in class ChainInitiationObserver
addColocInterceptors
protected List<Interceptor<? extends Message>> addColocInterceptors()
Apache CXF