public class ColocOutInterceptor extends AbstractPhaseInterceptor<Message>
Constructor and Description |
---|
ColocOutInterceptor() |
ColocOutInterceptor(Bus b) |
Modifier and Type | Method and Description |
---|---|
protected Message |
getInBoundMessage(Exchange ex) |
void |
handleMessage(Message message)
Intercepts a message.
|
protected void |
invokeColocObserver(Message outMsg,
Endpoint inboundEndpoint) |
protected void |
invokeInboundChain(Exchange ex,
Endpoint ep) |
protected Server |
isColocated(List<Server> servers,
Endpoint endpoint,
BindingOperationInfo boi) |
protected boolean |
isCompatibleOperationInfo(BindingOperationInfo sender,
BindingOperationInfo receiver) |
protected boolean |
isSameOperationInfo(BindingOperationInfo sender,
BindingOperationInfo receiver) |
void |
setBus(Bus bus) |
void |
setExchangeProperties(Exchange exchange,
Endpoint ep) |
protected void |
setMessageObserver(MessageObserver observer) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public ColocOutInterceptor()
public ColocOutInterceptor(Bus b)
public void setBus(Bus bus)
public void handleMessage(Message message) throws Fault
Interceptor
Fault
protected void setMessageObserver(MessageObserver observer)
protected Server isColocated(List<Server> servers, Endpoint endpoint, BindingOperationInfo boi)
protected boolean isSameOperationInfo(BindingOperationInfo sender, BindingOperationInfo receiver)
protected boolean isCompatibleOperationInfo(BindingOperationInfo sender, BindingOperationInfo receiver)
Apache CXF