org.apache.cxf.binding.coloc
Class ColocMessageObserver
java.lang.Object
org.apache.cxf.transport.ChainInitiationObserver
org.apache.cxf.binding.coloc.ColocMessageObserver
- All Implemented Interfaces:
- org.apache.cxf.transport.MessageObserver
public class ColocMessageObserver
- extends org.apache.cxf.transport.ChainInitiationObserver
| 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 |
ColocMessageObserver
public ColocMessageObserver(org.apache.cxf.endpoint.Endpoint endpoint,
org.apache.cxf.Bus bus)
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