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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MessagevoidhandleMessage(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) voidvoidsetExchangeProperties(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 Details
-
ColocOutInterceptor
public ColocOutInterceptor() -
ColocOutInterceptor
-
-
Method Details
-
setBus
-
handleMessage
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
-
invokeColocObserver
-
invokeInboundChain
-
getInBoundMessage
-
setMessageObserver
-
isColocated
-
isSameOperationInfo
-
isCompatibleOperationInfo
protected boolean isCompatibleOperationInfo(BindingOperationInfo sender, BindingOperationInfo receiver) -
setExchangeProperties
-