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
-
Field Summary
Fields inherited from class org.apache.cxf.transport.ChainInitiationObserver
bus, endpoint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<Interceptor<? extends Message>>voidCalled 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
-
Constructor Details
-
ColocMessageObserver
-
-
Method Details
-
onMessage
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
-
setOutBoundMessage
-
setExchangeProperties
- Overrides:
setExchangePropertiesin classChainInitiationObserver
-
addColocInterceptors
-