| |
|
| java.lang.Object org.apache.cxf.transport.MultipleEndpointObserver
MultipleEndpointObserver | public class MultipleEndpointObserver implements MessageObserver(Code) | | This MessageObserver creates an Interceptor chain which adds in the interceptors
set on this class and the global Bus interceptors. At somepoint, it is expected
that these interceptors will resolve the appropriate Endpoint/Binding combination
and continue setting up the chain.
|
bindingInterceptors | protected List<Interceptor> bindingInterceptors(Code) | | |
routingInterceptors | protected List<Interceptor> routingInterceptors(Code) | | |
MultipleEndpointObserver | public MultipleEndpointObserver(Bus bus)(Code) | | |
createChain | protected PhaseInterceptorChain createChain()(Code) | | |
createMessage | protected Message createMessage(Message message)(Code) | | Give a chance for a Binding to customize their message
|
getBindingInterceptors | public List<Interceptor> getBindingInterceptors()(Code) | | |
getEndpoints | public Set<Endpoint> getEndpoints()(Code) | | |
getRoutingInterceptors | public List<Interceptor> getRoutingInterceptors()(Code) | | |
onMessage | public void onMessage(Message message)(Code) | | |
setBindingInterceptors | public void setBindingInterceptors(List<Interceptor> bindingInterceptors)(Code) | | |
setEndpoints | public void setEndpoints(Set<Endpoint> endpoints)(Code) | | |
setExchangeProperties | protected void setExchangeProperties(Exchange exchange, Message m)(Code) | | |
setRoutingInterceptors | public void setRoutingInterceptors(List<Interceptor> routingInterceptors)(Code) | | |
|
|
|