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 java.lang.Object

Encapsulation of version-specific WS-Policy constants.


Method Summary
static java.lang.String getNamespaceURI()
           
static javax.xml.namespace.QName getOptionalAttributeQName()
           
static java.lang.String getOptionalAttrLocalName()
           
static java.lang.String getPolicyElementLocalName()
           
static javax.xml.namespace.QName getPolicyElementQName()
           
static java.lang.String getPolicyReferenceElementLocalName()
           
static javax.xml.namespace.QName getPolicyReferenceElementQName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNamespaceURI

public static java.lang.String getNamespaceURI()
Returns:
namespace defined by the WS-Policy schema

getPolicyElementQName

public static javax.xml.namespace.QName getPolicyElementQName()
Returns:
the QName of the Policy element

getPolicyElementLocalName

public static java.lang.String getPolicyElementLocalName()

getPolicyReferenceElementQName

public static javax.xml.namespace.QName getPolicyReferenceElementQName()
Returns:
the QName of the PolicyReference element

getPolicyReferenceElementLocalName

public static java.lang.String getPolicyReferenceElementLocalName()

getOptionalAttributeQName

public static javax.xml.namespace.QName getOptionalAttributeQName()

getOptionalAttrLocalName

public static java.lang.String getOptionalAttrLocalName()

Apache CXF API

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