Uses of Enum
com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
Packages that use XmlToken
Package
Description
The part of public policy API that defines the classes and interfaces dealing with
the policy tree structure (policy source model) creation and manipulation.
-
Uses of XmlToken in com.sun.xml.ws.policy.sourcemodel
Methods in com.sun.xml.ws.policy.sourcemodel that return XmlToken -
Uses of XmlToken in com.sun.xml.ws.policy.sourcemodel.wspolicy
Methods in com.sun.xml.ws.policy.sourcemodel.wspolicy that return XmlTokenModifier and TypeMethodDescriptionstatic 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 XmlTokenReturns 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