public abstract class AbstractInterceptorProvidingDataBinding extends AbstractDataBinding implements InterceptorProvider
Modifier and Type | Field and Description |
---|---|
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> |
inFaultInterceptors |
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> |
inInterceptors |
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> |
outFaultInterceptors |
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> |
outInterceptors |
mtomEnabled, mtomThreshold
Constructor and Description |
---|
AbstractInterceptorProvidingDataBinding() |
Modifier and Type | Method and Description |
---|---|
List<Interceptor<? extends Message>> |
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor
chain of the object.
|
List<Interceptor<? extends Message>> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor
chain of the object.
|
List<Interceptor<? extends Message>> |
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor
chain of the object.
|
List<Interceptor<? extends Message>> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor
chain of the object.
|
addSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getContextualNamespaceMap, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setContextualNamespaceMap, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createReader, createWriter, getSupportedReaderFormats, getSupportedWriterFormats, initialize
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> inInterceptors
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> outInterceptors
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> outFaultInterceptors
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> inFaultInterceptors
public AbstractInterceptorProvidingDataBinding()
public List<Interceptor<? extends Message>> getInInterceptors()
InterceptorProvider
getInInterceptors
in interface InterceptorProvider
List
incoming interceptor chainpublic List<Interceptor<? extends Message>> getOutInterceptors()
InterceptorProvider
getOutInterceptors
in interface InterceptorProvider
List
outgoing interceptor chainpublic List<Interceptor<? extends Message>> getInFaultInterceptors()
InterceptorProvider
getInFaultInterceptors
in interface InterceptorProvider
List
incoming fault interceptor chainpublic List<Interceptor<? extends Message>> getOutFaultInterceptors()
InterceptorProvider
getOutFaultInterceptors
in interface InterceptorProvider
List
outgoing fault interceptor chainApache CXF