org.apache.cxf.ws.policy
Class PolicyConstants
java.lang.Object
org.apache.cxf.ws.policy.PolicyConstants
public final class PolicyConstants
- extends Object
Encapsulation of version-specific WS-Policy constants.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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