public abstract class AbstractBasicInterceptorProvider extends java.lang.Object implements InterceptorProvider
| Constructor and Description |
|---|
AbstractBasicInterceptorProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Interceptor<? extends Message>> |
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor
chain of the object.
|
java.util.List<Interceptor<? extends Message>> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor
chain of the object.
|
java.util.List<Interceptor<? extends Message>> |
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor
chain of the object.
|
java.util.List<Interceptor<? extends Message>> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor
chain of the object.
|
void |
setInFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
void |
setInInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
void |
setOutFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
void |
setOutInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
public java.util.List<Interceptor<? extends Message>> getOutFaultInterceptors()
InterceptorProvidergetOutFaultInterceptors in interface InterceptorProviderList outgoing fault interceptor chainpublic java.util.List<Interceptor<? extends Message>> getInFaultInterceptors()
InterceptorProvidergetInFaultInterceptors in interface InterceptorProviderList incoming fault interceptor chainpublic java.util.List<Interceptor<? extends Message>> getInInterceptors()
InterceptorProvidergetInInterceptors in interface InterceptorProviderList incoming interceptor chainpublic java.util.List<Interceptor<? extends Message>> getOutInterceptors()
InterceptorProvidergetOutInterceptors in interface InterceptorProviderList outgoing interceptor chainpublic void setInInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
public void setInFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
public void setOutInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
public void setOutFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)