Apache CXF API

org.apache.cxf.binding.coloc
Class ColocMessageObserver

java.lang.Object
  extended by org.apache.cxf.transport.ChainInitiationObserver
      extended by 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
ColocMessageObserver(Endpoint endpoint, Bus bus)
           
 
Method Summary
protected  List<Interceptor<? extends Message>> addColocInterceptors()
           
 void onMessage(Message m)
          Called for an incoming message, i.e.
protected  void setExchangeProperties(Exchange exchange, Message m)
           
protected  void setOutBoundMessage(Exchange from, Exchange to)
           
 
Methods inherited from class org.apache.cxf.transport.ChainInitiationObserver
getBinding, getEndpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColocMessageObserver

public ColocMessageObserver(Endpoint endpoint,
                            Bus bus)
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 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 API

Apache CXF