Apache CXF API

org.apache.cxf.interceptor
Class AbstractAttributedInterceptorProvider

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by 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:
PolicyInterceptorProviderImpl

public abstract class AbstractAttributedInterceptorProvider
extends java.util.HashMap<java.lang.String,java.lang.Object>
implements InterceptorProvider

See Also:
Serialized Form

Constructor Summary
AbstractAttributedInterceptorProvider()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.List<Interceptor> getInFaultInterceptors()
           
 java.util.List<Interceptor> getInInterceptors()
           
 java.util.List<Interceptor> getOutFaultInterceptors()
           
 java.util.List<Interceptor> getOutInterceptors()
           
 int hashCode()
           
 void setInFaultInterceptors(java.util.List<Interceptor> interceptors)
           
 void setInInterceptors(java.util.List<Interceptor> interceptors)
           
 void setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
           
 void setOutInterceptors(java.util.List<Interceptor> interceptors)
           
 
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
 

Constructor Detail

AbstractAttributedInterceptorProvider

public AbstractAttributedInterceptorProvider()
Method Detail

getOutFaultInterceptors

public java.util.List<Interceptor> getOutFaultInterceptors()
Specified by:
getOutFaultInterceptors in interface InterceptorProvider

getInFaultInterceptors

public java.util.List<Interceptor> getInFaultInterceptors()
Specified by:
getInFaultInterceptors in interface InterceptorProvider

getInInterceptors

public java.util.List<Interceptor> getInInterceptors()
Specified by:
getInInterceptors in interface InterceptorProvider

getOutInterceptors

public java.util.List<Interceptor> getOutInterceptors()
Specified by:
getOutInterceptors in interface InterceptorProvider

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:
equals in interface java.util.Map<java.lang.String,java.lang.Object>
Overrides:
equals in class java.util.AbstractMap<java.lang.String,java.lang.Object>

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map<java.lang.String,java.lang.Object>
Overrides:
hashCode in class java.util.AbstractMap<java.lang.String,java.lang.Object>

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.