Uses of Class
com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
-
Packages that use XmlToken Package Description 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 Modifier and Type Method Description XmlTokenModelNode.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 Modifier and Type Method Description static XmlTokenNamespaceVersion. resolveAsToken(QName name)Resolves FQN into a policy XML token.static XmlTokenXmlToken. resolveToken(String name)Resolves URI represented as a String into an enumeration value.static XmlTokenXmlToken. 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 Modifier and Type Method Description QNameNamespaceVersion. asQName(XmlToken token)Resolves XML token into a fully qualified name within given namespace version.
-