Package 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
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.transport.ChainInitiationObserver
bus, endpoint
-
-
Constructor Summary
Constructors Constructor Description ColocMessageObserver(Endpoint endpoint, Bus bus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Interceptor<? extends Message>>addColocInterceptors()voidonMessage(Message m)Called for an incoming message, i.e.protected voidsetExchangeProperties(Exchange exchange, Message m)protected voidsetOutBoundMessage(Exchange from, Exchange to)-
Methods inherited from class org.apache.cxf.transport.ChainInitiationObserver
getBinding, getEndpoint
-
-
-
-
Method Detail
-
onMessage
public 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 interfaceMessageObserver- Overrides:
onMessagein classChainInitiationObserver
-
setExchangeProperties
protected void setExchangeProperties(Exchange exchange, Message m)
- Overrides:
setExchangePropertiesin classChainInitiationObserver
-
addColocInterceptors
protected List<Interceptor<? extends Message>> addColocInterceptors()
-
-