Apache CXF API

org.apache.cxf.ws.security.policy.interceptors
Class WSSecurityInterceptorProvider

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
              extended by org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
                  extended by org.apache.cxf.ws.security.policy.interceptors.WSSecurityInterceptorProvider
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, InterceptorProvider, PolicyInterceptorProvider

public class WSSecurityInterceptorProvider
extends AbstractPolicyInterceptorProvider

See Also:
Serialized Form

Constructor Summary
WSSecurityInterceptorProvider()
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
getAssertionTypes, provideInFaultInterceptors, provideInInterceptors, provideOutFaultInterceptors, provideOutInterceptors
 
Methods inherited from class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
equals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, hashCode, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
 
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
 
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 

Constructor Detail

WSSecurityInterceptorProvider

public WSSecurityInterceptorProvider()

Apache CXF API

Apache CXF