org.apache.cxf.interceptor
Class AbstractAttributedInterceptorProvider
java.lang.Object
   java.util.AbstractMap<K,V>
java.util.AbstractMap<K,V>
       java.util.HashMap<String,Object>
java.util.HashMap<String,Object>
           org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
- All Implemented Interfaces: 
- Serializable, Cloneable, Map<String,Object>, InterceptorProvider
- Direct Known Subclasses: 
- AbstractPolicyInterceptorProvider
- public abstract class AbstractAttributedInterceptorProvider 
- extends HashMap<String,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 | 
 
 
 
AbstractAttributedInterceptorProvider
public AbstractAttributedInterceptorProvider()
getOutFaultInterceptors
public List<Interceptor<? extends Message>> 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 List<Interceptor<? extends Message>> 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 List<Interceptor<? extends Message>> 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 List<Interceptor<? extends Message>> 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(List<Interceptor<? extends Message>> interceptors)
- 
 
- 
 
setInFaultInterceptors
public void setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
- 
 
- 
 
setOutInterceptors
public void setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
- 
 
- 
 
setOutFaultInterceptors
public void setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
- 
 
- 
 
equals
public boolean equals(Object o)
- 
- Specified by:
- equalsin interface- Map<String,Object>
- Overrides:
- equalsin class- AbstractMap<String,Object>
 
- 
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein interface- Map<String,Object>
- Overrides:
- hashCodein class- AbstractMap<String,Object>
 
- 
 
Apache CXF