Apache CXF API

org.apache.cxf.ws.policy
Class PolicyConstants

java.lang.Object
  extended by org.apache.cxf.ws.policy.PolicyConstants

public final class PolicyConstants
extends Object

Encapsulation of version-specific WS-Policy constants.


Field Summary
static String CLIENT_IN_ASSERTIONS
           
static String CLIENT_INFAULT_ASSERTIONS
           
static String CLIENT_OUT_ASSERTIONS
           
static String CLIENT_POLICY_IN_FAULT_INTERCEPTOR_ID
           
static String POLICY_IN_INTERCEPTOR_ID
           
static String POLICY_OUT_INTERCEPTOR_ID
           
static String POLICY_OVERRIDE
           
static String SERVER_IN_ASSERTIONS
           
static String SERVER_OUT_ASSERTIONS
           
static String SERVER_OUTFAULT_ASSERTIONS
           
static String SERVER_POLICY_OUT_FAULT_INTERCEPTOR_ID
           
static String WSU_ID_ATTR_NAME
           
static String WSU_NAMESPACE_URI
           
 
Method Summary
static List<Element> findAllPolicyElementsOfLocalName(Document doc, String localName)
           
static List<Element> findAllPolicyElementsOfLocalName(Element el, String localName)
           
static void findAllPolicyElementsOfLocalName(Element el, String localName, List<Element> val)
           
static Attr findIgnorableAttribute(Element e)
           
static Attr findOptionalAttribute(Element e)
           
static Element findPolicyElement(Element parent)
           
static boolean isIgnorable(Element e)
           
static boolean isOptional(Element e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSU_NAMESPACE_URI

public static final String WSU_NAMESPACE_URI
See Also:
Constant Field Values

WSU_ID_ATTR_NAME

public static final String WSU_ID_ATTR_NAME
See Also:
Constant Field Values

POLICY_OVERRIDE

public static final String POLICY_OVERRIDE
See Also:
Constant Field Values

POLICY_IN_INTERCEPTOR_ID

public static final String POLICY_IN_INTERCEPTOR_ID
See Also:
Constant Field Values

POLICY_OUT_INTERCEPTOR_ID

public static final String POLICY_OUT_INTERCEPTOR_ID
See Also:
Constant Field Values

CLIENT_POLICY_IN_FAULT_INTERCEPTOR_ID

public static final String CLIENT_POLICY_IN_FAULT_INTERCEPTOR_ID
See Also:
Constant Field Values

SERVER_POLICY_OUT_FAULT_INTERCEPTOR_ID

public static final String SERVER_POLICY_OUT_FAULT_INTERCEPTOR_ID
See Also:
Constant Field Values

CLIENT_OUT_ASSERTIONS

public static final String CLIENT_OUT_ASSERTIONS
See Also:
Constant Field Values

CLIENT_IN_ASSERTIONS

public static final String CLIENT_IN_ASSERTIONS
See Also:
Constant Field Values

CLIENT_INFAULT_ASSERTIONS

public static final String CLIENT_INFAULT_ASSERTIONS
See Also:
Constant Field Values

SERVER_IN_ASSERTIONS

public static final String SERVER_IN_ASSERTIONS
See Also:
Constant Field Values

SERVER_OUT_ASSERTIONS

public static final String SERVER_OUT_ASSERTIONS
See Also:
Constant Field Values

SERVER_OUTFAULT_ASSERTIONS

public static final String SERVER_OUTFAULT_ASSERTIONS
See Also:
Constant Field Values
Method Detail

findAllPolicyElementsOfLocalName

public static List<Element> findAllPolicyElementsOfLocalName(Document doc,
                                                             String localName)

findAllPolicyElementsOfLocalName

public static List<Element> findAllPolicyElementsOfLocalName(Element el,
                                                             String localName)

findAllPolicyElementsOfLocalName

public static void findAllPolicyElementsOfLocalName(Element el,
                                                    String localName,
                                                    List<Element> val)

isOptional

public static boolean isOptional(Element e)

findOptionalAttribute

public static Attr findOptionalAttribute(Element e)

isIgnorable

public static boolean isIgnorable(Element e)

findIgnorableAttribute

public static Attr findIgnorableAttribute(Element e)

findPolicyElement

public static Element findPolicyElement(Element parent)

Apache CXF API

Apache CXF