Package 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>
-
-
Constructor Summary
Constructors Constructor Description ColocOutInterceptor()ColocOutInterceptor(Bus b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MessagegetInBoundMessage(Exchange ex)voidhandleMessage(Message message)Intercepts a message.protected voidinvokeColocObserver(Message outMsg, Endpoint inboundEndpoint)protected voidinvokeInboundChain(Exchange ex, Endpoint ep)protected ServerisColocated(List<Server> servers, Endpoint endpoint, BindingOperationInfo boi)protected booleanisCompatibleOperationInfo(BindingOperationInfo sender, BindingOperationInfo receiver)protected booleanisSameOperationInfo(BindingOperationInfo sender, BindingOperationInfo receiver)voidsetBus(Bus bus)voidsetExchangeProperties(Exchange exchange, Endpoint ep)protected voidsetMessageObserver(MessageObserver observer)-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Constructor Detail
-
ColocOutInterceptor
public ColocOutInterceptor()
-
ColocOutInterceptor
public ColocOutInterceptor(Bus b)
-
-
Method Detail
-
setBus
public void setBus(Bus bus)
-
handleMessage
public void handleMessage(Message message) throws Fault
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Throws:
Fault
-
setMessageObserver
protected void setMessageObserver(MessageObserver observer)
-
isColocated
protected Server isColocated(List<Server> servers, Endpoint endpoint, BindingOperationInfo boi)
-
isSameOperationInfo
protected boolean isSameOperationInfo(BindingOperationInfo sender, BindingOperationInfo receiver)
-
isCompatibleOperationInfo
protected boolean isCompatibleOperationInfo(BindingOperationInfo sender, BindingOperationInfo receiver)
-
-