org.mule.tools.cxf.utils.policy
Class CustomPolicyProvider

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.mule.tools.cxf.utils.policy.CustomPolicyProvider
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, org.apache.cxf.interceptor.InterceptorProvider, org.apache.cxf.ws.policy.PolicyInterceptorProvider

public class CustomPolicyProvider
extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider

This is a customizable PolicyInterceptorProvider When created it will register the Interceptor provided.

Author:
damiansima
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
CustomPolicyProvider(QName qName, org.apache.cxf.interceptor.Interceptor customPolicyInterceptor)
          CustomPolicyProvider constructor.
CustomPolicyProvider(String nameSpaceURI, String localPart, String prefix)
          CustomPolicyProvider constructor.
CustomPolicyProvider(String nameSpaceURI, String localPart, String prefix, org.apache.cxf.interceptor.Interceptor customPolicyInterceptor)
          CustomPolicyProvider constructor.
 
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

CustomPolicyProvider

public CustomPolicyProvider(String nameSpaceURI,
                            String localPart,
                            String prefix)
CustomPolicyProvider constructor. This particular constructor creates and add a CustomPolicyInterceptor with the same nameSpaceURI, localPart and prefix.

Parameters:
nameSpaceURI -
localPart -
prefix -

CustomPolicyProvider

public CustomPolicyProvider(String nameSpaceURI,
                            String localPart,
                            String prefix,
                            org.apache.cxf.interceptor.Interceptor customPolicyInterceptor)
CustomPolicyProvider constructor.

Parameters:
nameSpaceURI -
localPart -
prefix -
customPolicyInterceptor -

CustomPolicyProvider

public CustomPolicyProvider(QName qName,
                            org.apache.cxf.interceptor.Interceptor customPolicyInterceptor)
CustomPolicyProvider constructor.

Parameters:
qName -
customPolicyInterceptor -


Copyright © 2013. All Rights Reserved.