| 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 | Field and Description |
|---|---|
private XmlToken |
ModelNode.Type.token |
| Modifier and Type | Method and Description |
|---|---|
XmlToken |
ModelNode.Type.getXmlToken() |
| Constructor and Description |
|---|
Type(XmlToken token) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<XmlToken,javax.xml.namespace.QName> |
NamespaceVersion.tokenToQNameCache |
| Modifier and Type | Method and Description |
|---|---|
static XmlToken |
NamespaceVersion.resolveAsToken(javax.xml.namespace.QName name)
Resolves FQN into a policy XML token.
|
static XmlToken |
XmlToken.resolveToken(java.lang.String name)
Resolves URI represented as a String into an enumeration value.
|
static XmlToken |
XmlToken.valueOf(java.lang.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 |
|---|---|
javax.xml.namespace.QName |
NamespaceVersion.asQName(XmlToken token)
Resolves XML token into a fully qualified name within given namespace version.
|
| Constructor and Description |
|---|
NamespaceVersion(java.lang.String uri,
java.lang.String prefix,
XmlToken... supportedTokens) |