Uses of Class
com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken

Packages that use XmlToken
com.sun.xml.ws.policy.sourcemodel The part of public policy API that defines the classes and interfaces dealing with the policy tree structure (policy source model) creation and manipulation. 
com.sun.xml.ws.policy.sourcemodel.wspolicy   
 

Uses of XmlToken in com.sun.xml.ws.policy.sourcemodel
 

Methods in com.sun.xml.ws.policy.sourcemodel that return XmlToken
 XmlToken ModelNode.Type.getXmlToken()
           
 

Uses of XmlToken in com.sun.xml.ws.policy.sourcemodel.wspolicy
 

Methods in com.sun.xml.ws.policy.sourcemodel.wspolicy that return XmlToken
static XmlToken NamespaceVersion.resolveAsToken(QName name)
          Resolves FQN into a policy XML token.
static XmlToken XmlToken.resolveToken(String name)
          Resolves URI represented as a String into an enumeration value.
static XmlToken XmlToken.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlToken[] XmlToken.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.xml.ws.policy.sourcemodel.wspolicy with parameters of type XmlToken
 QName NamespaceVersion.asQName(XmlToken token)
          Resolves XML token into a fully qualified name within given namespace version.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.