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 |
Modifier and Type | Method and Description |
---|---|
XmlToken |
ModelNode.Type.getXmlToken() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
QName |
NamespaceVersion.asQName(XmlToken token)
Resolves XML token into a fully qualified name within given namespace version.
|
Copyright © 2006–2015 Oracle Corporation. All rights reserved.