org.apache.cxf.interceptor
Class AbstractAttributedInterceptorProvider
java.lang.Object
   java.util.AbstractMap<K,V>
java.util.AbstractMap<K,V>
       java.util.HashMap<java.lang.String,java.lang.Object>
java.util.HashMap<java.lang.String,java.lang.Object>
           org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
- All Implemented Interfaces: 
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>, InterceptorProvider
- Direct Known Subclasses: 
- AbstractPolicyInterceptorProvider
- public abstract class AbstractAttributedInterceptorProvider 
- extends java.util.HashMap<java.lang.String,java.lang.Object>- implements InterceptorProvider
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.util.HashMap | 
| clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values | 
 
| Methods inherited from class java.util.AbstractMap | 
| toString | 
 
| Methods inherited from class java.lang.Object | 
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
AbstractAttributedInterceptorProvider
public AbstractAttributedInterceptorProvider()
getOutFaultInterceptors
public java.util.List<Interceptor> getOutFaultInterceptors()
- Description copied from interface: InterceptorProvider
- Returns the list of interceptors attached to the outgoing fault interceptor
 chain of the object.
 
- 
- Specified by:
- getOutFaultInterceptorsin interface- InterceptorProvider
 
- 
- Returns:
- Listoutgoing fault interceptor chain
 
getInFaultInterceptors
public java.util.List<Interceptor> getInFaultInterceptors()
- Description copied from interface: InterceptorProvider
- Returns the list of interceptors attached to the incoming fault interceptor
 chain of the object.
 
- 
- Specified by:
- getInFaultInterceptorsin interface- InterceptorProvider
 
- 
- Returns:
- Listincoming fault interceptor chain
 
getInInterceptors
public java.util.List<Interceptor> getInInterceptors()
- Description copied from interface: InterceptorProvider
- Returns the list of interceptors attached to the incoming interceptor
 chain of the object.
 
- 
- Specified by:
- getInInterceptorsin interface- InterceptorProvider
 
- 
- Returns:
- Listincoming interceptor chain
 
getOutInterceptors
public java.util.List<Interceptor> getOutInterceptors()
- Description copied from interface: InterceptorProvider
- Returns the list of interceptors attached to the outgoing interceptor
 chain of the object.
 
- 
- Specified by:
- getOutInterceptorsin interface- InterceptorProvider
 
- 
- Returns:
- Listoutgoing interceptor chain
 
setInInterceptors
public void setInInterceptors(java.util.List<Interceptor> interceptors)
- 
 
- 
 
setInFaultInterceptors
public void setInFaultInterceptors(java.util.List<Interceptor> interceptors)
- 
 
- 
 
setOutInterceptors
public void setOutInterceptors(java.util.List<Interceptor> interceptors)
- 
 
- 
 
setOutFaultInterceptors
public void setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
- 
 
- 
 
equals
public boolean equals(java.lang.Object o)
- 
- Specified by:
- equalsin interface- java.util.Map<java.lang.String,java.lang.Object>
- Overrides:
- equalsin class- java.util.AbstractMap<java.lang.String,java.lang.Object>
 
- 
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein interface- java.util.Map<java.lang.String,java.lang.Object>
- Overrides:
- hashCodein class- java.util.AbstractMap<java.lang.String,java.lang.Object>
 
- 
 
Apache CXF