org.apache.cxf.ws.rm.policy
Class RMPolicyInterceptorProvider

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
              extended by org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>, org.apache.cxf.interceptor.InterceptorProvider, org.apache.cxf.ws.policy.PolicyInterceptorProvider

public class RMPolicyInterceptorProvider
extends org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
implements org.apache.cxf.ws.policy.PolicyInterceptorProvider

See Also:
Serialized Form

Constructor Summary
RMPolicyInterceptorProvider(org.apache.cxf.Bus bus)
           
 
Method Summary
 java.util.Collection<javax.xml.namespace.QName> getAssertionTypes()
           
 
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

RMPolicyInterceptorProvider

public RMPolicyInterceptorProvider(org.apache.cxf.Bus bus)
Method Detail

getAssertionTypes

public java.util.Collection<javax.xml.namespace.QName> getAssertionTypes()
Specified by:
getAssertionTypes in interface org.apache.cxf.ws.policy.PolicyInterceptorProvider


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