org.apache.cxf.binding.coloc
Class ColocOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.binding.coloc.ColocOutInterceptor
- All Implemented Interfaces:
- Interceptor<Message>, PhaseInterceptor<Message>
public class ColocOutInterceptor
- extends AbstractPhaseInterceptor<Message>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColocOutInterceptor
public ColocOutInterceptor()
setBus
public void setBus(Bus bus)
handleMessage
public void handleMessage(Message message)
throws Fault
- Description copied from interface:
Interceptor
- Intercepts a message.
Interceptors should NOT invoke handleMessage or handleFault
on the next interceptor - the interceptor chain will
take care of this.
- Throws:
Fault
invokeColocObserver
protected void invokeColocObserver(Message outMsg,
Endpoint inboundEndpoint)
invokeInboundChain
protected void invokeInboundChain(Exchange ex,
Endpoint ep)
getInBoundMessage
protected Message getInBoundMessage(Exchange ex)
setMessageObserver
protected void setMessageObserver(MessageObserver observer)
isColocated
protected Server isColocated(java.util.List<Server> servers,
Endpoint endpoint,
BindingOperationInfo boi)
isSameOperationInfo
protected boolean isSameOperationInfo(BindingOperationInfo sender,
BindingOperationInfo receiver)
setExchangeProperties
public void setExchangeProperties(Exchange exchange,
Endpoint ep)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.