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:
org.apache.cxf.transport.MessageObserver

public class ColocMessageObserver
extends org.apache.cxf.transport.ChainInitiationObserver


Field Summary
 
Fields inherited from class org.apache.cxf.transport.ChainInitiationObserver
bus, endpoint
 
Constructor Summary
ColocMessageObserver(org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.Bus bus)
           
 
Method Summary
protected  List<org.apache.cxf.interceptor.Interceptor> addColocInterceptors()
           
 void onMessage(org.apache.cxf.message.Message m)
           
protected  void setExchangeProperties(org.apache.cxf.message.Exchange exchange, org.apache.cxf.message.Message m)
           
protected  void setOutBoundMessage(org.apache.cxf.message.Exchange from, org.apache.cxf.message.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(org.apache.cxf.endpoint.Endpoint endpoint,
                            org.apache.cxf.Bus bus)
Method Detail

onMessage

public void onMessage(org.apache.cxf.message.Message m)
Specified by:
onMessage in interface org.apache.cxf.transport.MessageObserver
Overrides:
onMessage in class org.apache.cxf.transport.ChainInitiationObserver

setOutBoundMessage

protected void setOutBoundMessage(org.apache.cxf.message.Exchange from,
                                  org.apache.cxf.message.Exchange to)

setExchangeProperties

protected void setExchangeProperties(org.apache.cxf.message.Exchange exchange,
                                     org.apache.cxf.message.Message m)
Overrides:
setExchangeProperties in class org.apache.cxf.transport.ChainInitiationObserver

addColocInterceptors

protected List<org.apache.cxf.interceptor.Interceptor> addColocInterceptors()


Apache CXF