Index

A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractQNameValidator - Class in com.sun.xml.ws.policy.spi
This abstract policy assertion validator validates assertions by their qualified name.
AbstractQNameValidator(Collection<QName>, Collection<QName>) - Constructor for class com.sun.xml.ws.policy.spi.AbstractQNameValidator
Constructor that takes two collections specifying qualified names of assertions supported on either server or client side.
addModel(URI, PolicySourceModel) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModelContext
 
All - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
ALL - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
 
asQName(XmlToken) - Method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
Resolves XML token into a fully qualified name within given namespace version.
ASSERTION - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
 
ASSERTION_PARAMETER_NODE - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
 
AssertionCreationException - Exception in com.sun.xml.ws.policy.spi
Exception thrown in case of assertion creation failure.
AssertionCreationException(AssertionData, String) - Constructor for exception com.sun.xml.ws.policy.spi.AssertionCreationException
Constructs a new assertion creation exception with the specified detail message and cause.
AssertionCreationException(AssertionData, String, Throwable) - Constructor for exception com.sun.xml.ws.policy.spi.AssertionCreationException
Constructs a new assertion creation exception with the specified detail message and cause.
AssertionCreationException(AssertionData, Throwable) - Constructor for exception com.sun.xml.ws.policy.spi.AssertionCreationException
Constructs a new assertion creation exception with the specified detail message and cause.
AssertionData - Class in com.sun.xml.ws.policy.sourcemodel
Wrapper class for possible data that each "assertion" and "assertion parameter content" policy source model node may have attached.
AssertionSet - Class in com.sun.xml.ws.policy
The AssertionSet is a set of assertions.
AssertionValidationProcessor - Class in com.sun.xml.ws.policy
Provides methods for assertion validation.
AssertionValidationProcessor(Collection<PolicyAssertionValidator>) - Constructor for class com.sun.xml.ws.policy.AssertionValidationProcessor
This constructor adds the given set of policy validators to the dynamically discovered PolicyAssertionValidators.
attach(Policy) - Method in class com.sun.xml.ws.policy.PolicySubject
Attaches another Policy instance to the policy subject.

B

BINDING_ID - Static variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
 
BINDING_OPERATION_FAULT_ID - Static variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
 
BINDING_OPERATION_ID - Static variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
 
BINDING_OPERATION_INPUT_ID - Static variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
 
BINDING_OPERATION_OUTPUT_ID - Static variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
 

C

childrenSize() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Returns the number of child policy source model nodes.
CLIENT_CONFIGURATION_IDENTIFIER - Static variable in class com.sun.xml.ws.policy.PolicyConstants
Identifier of the client-side configuration file
clone() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
 
clone() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
 
clone() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
 
closeResource(Closeable) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.IO
If the resource is not null, this method will try to close the resource instance and log warning about any unexpected IOException that may occur.
closeResource(XMLStreamReader) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.IO
If the reader is not null, this method will try to close the reader instance and log warning about any unexpected IOException that may occur.
com.sun.xml.ws.policy - module com.sun.xml.ws.policy
WS-Policy implementation for Metro
com.sun.xml.ws.policy - package com.sun.xml.ws.policy
The root package of public policy API.
com.sun.xml.ws.policy.privateutil - package com.sun.xml.ws.policy.privateutil
This package contains utility classes that are not part of the public Policy API.
com.sun.xml.ws.policy.sourcemodel - package 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.attach - package com.sun.xml.ws.policy.sourcemodel.attach
Implements utility routines to parse external policy attachments as defined by WS-PolicyAttachment.
com.sun.xml.ws.policy.sourcemodel.wspolicy - package com.sun.xml.ws.policy.sourcemodel.wspolicy
 
com.sun.xml.ws.policy.spi - package com.sun.xml.ws.policy.spi
The package contains policy API extension point definitions.
com.sun.xml.ws.policy.subject - package com.sun.xml.ws.policy.subject
Provides utility classes and objects that can serve as policy subjects for PolicySubject.
combine(PolicyAssertionValidator.Fitness) - Method in enum com.sun.xml.ws.policy.spi.PolicyAssertionValidator.Fitness
 
combine(U, Collection<T>, boolean) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Collections
TODO javadocs
compareBoolean(boolean, boolean) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Comparison
Compares two boolean values in the following way: false < true
compareNullableStrings(String, String) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Comparison
Compares two String values, that may possibly be null in the following way: null < "string value"
compareTo(AssertionSet) - Method in class com.sun.xml.ws.policy.AssertionSet
An Comparable<T>.compareTo(T o) interface method implementation.
ComplexAssertion - Class in com.sun.xml.ws.policy
Complex assertion is an abstract class that serves as a base class for any assertion that MAY contain nested policies.
ComplexAssertion() - Constructor for class com.sun.xml.ws.policy.ComplexAssertion
 
ComplexAssertion(AssertionData, Collection<? extends PolicyAssertion>, AssertionSet) - Constructor for class com.sun.xml.ws.policy.ComplexAssertion
 
connect(PolicyMap) - Method in class com.sun.xml.ws.policy.PolicyMapMutator
The method is used to connect the policy map mutator instance to the map it should mutate.
contains(String) - Method in class com.sun.xml.ws.policy.Policy
Returns true if the policy contains the assertion names with specified namespace in its vocabulary
contains(QName) - Method in class com.sun.xml.ws.policy.AssertionSet
Returns true if the assertion set contains the assertion name specified in its vocabulary
contains(QName) - Method in class com.sun.xml.ws.policy.Policy
Determines if the policy instance contains the assertion with the name specified in its vocabulary.
containsAttribute(QName) - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Returns true if the given attribute exists, false otherwise.
containsModel(URI) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModelContext
 
containsPolicyReferences() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
Returns a boolean value indicating whether this policy source model contains references to another policy source models.
ContextClassloaderLocalMessages - Class in com.sun.xml.ws.policy.sourcemodel.attach
Defines string formatting method for each constant in the resource file
create(Policy) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator.PolicySourceModelCreator
Create an instance of the PolicySourceModel.
createAssertion(AssertionData, Collection<PolicyAssertion>, AssertionSet, PolicyAssertionCreator) - Method in interface com.sun.xml.ws.policy.spi.PolicyAssertionCreator
Creates domain-specific policy assertion instance according to assertion data provided.
createAssertionData(QName) - Static method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Constructs assertion data wrapper instance for an assertion that does not contain any value nor any attributes.
createAssertionData(QName, String, Map<QName, String>, boolean, boolean) - Static method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Constructs assertion data wrapper instance for an assertion that does contain a value or attributes.
createAssertionParameterData(QName) - Static method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Constructs assertion data wrapper instance for an assertion parameter that does not contain any value nor any attributes.
createAssertionParameterData(QName, String, Map<QName, String>) - Static method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Constructs assertion data wrapper instance for an assertion parameter that contains a value or attributes
createAssertionSet(Collection<? extends PolicyAssertion>) - Static method in class com.sun.xml.ws.policy.AssertionSet
Creates and returns new assertion set holding a set of provided policy assertions.
createBindingMessageSubject(QName, QName, QName, WsdlBindingSubject.WsdlMessageType) - Static method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
createBindingOperationSubject(QName, QName) - Static method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
createBindingSubject(QName) - Static method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
createChildAllNode() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
createChildAssertionNode() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
createChildAssertionNode(AssertionData) - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
createChildAssertionParameterNode() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
createChildExactlyOneNode() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
createChildPolicyNode() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
createContext() - Static method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModelContext
 
createEffectivePolicyModifier() - Static method in class com.sun.xml.ws.policy.EffectivePolicyModifier
 
createEmptyPolicy() - Static method in class com.sun.xml.ws.policy.Policy
The factory method creates an immutable policy instance which represents a 'anything allowed' policy expression.
createEmptyPolicy(NamespaceVersion, String, String) - Static method in class com.sun.xml.ws.policy.Policy
The factory method creates an immutable policy instance which represents a 'anything allowed' policy expression.
createEmptyPolicy(String, String) - Static method in class com.sun.xml.ws.policy.Policy
The factory method creates an immutable policy instance which represents a 'anything allowed' policy expression.
createIndent(int) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Text
Method creates indent string consisting of as many TAB characters as specified by indentLevel parameter
createLaxPolicyIntersector() - Static method in class com.sun.xml.ws.policy.PolicyIntersector
Returns a strict policy intersector that can be used to intersect group of policies.
createMergedAssertionSet(Collection<AssertionSet>) - Static method in class com.sun.xml.ws.policy.AssertionSet
Creates and returns new assertion set holding content of all provided policy assertion sets.
createNullPolicy() - Static method in class com.sun.xml.ws.policy.Policy
The factory method creates an immutable policy instance which represents a 'nothing allowed' policy expression.
createNullPolicy(NamespaceVersion, String, String) - Static method in class com.sun.xml.ws.policy.Policy
The factory method creates an immutable policy instance which represents a 'nothing allowed' policy expression.
createNullPolicy(String, String) - Static method in class com.sun.xml.ws.policy.Policy
The factory method creates an immutable policy instance which represents a 'nothing allowed' policy expression.
createPolicy(NamespaceVersion, String, String, Collection<AssertionSet>) - Static method in class com.sun.xml.ws.policy.Policy
The factory method creates an immutable policy instance which represents a policy expression with alternatives specified by sets input parameter.
createPolicy(String, String, Collection<AssertionSet>) - Static method in class com.sun.xml.ws.policy.Policy
The factory method creates an immutable policy instance which represents a policy expression with alternatives specified by sets input parameter.
createPolicy(Collection<AssertionSet>) - Static method in class com.sun.xml.ws.policy.Policy
The factory method creates an immutable policy instance which represents a policy expression with alternatives specified by sets input parameter.
createPolicyMap(Collection<? extends PolicyMapMutator>) - Static method in class com.sun.xml.ws.policy.PolicyMap
Creates new policy map instance and connects provided collection of policy map mutators to the created policy map.
createPolicyMapExtender() - Static method in class com.sun.xml.ws.policy.PolicyMapExtender
 
createPolicySourceModel(NamespaceVersion) - Static method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
Factory method that creates new policy source model instance.
createPolicySourceModel(NamespaceVersion, String, String) - Static method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
Factory method that creates new policy source model instance and initializes it according to parameters provided.
createSourceModel(NamespaceVersion, String, String) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
Allow derived classes to pass in a custom instance of PolicySourceModel.
createStrictPolicyIntersector() - Static method in class com.sun.xml.ws.policy.PolicyIntersector
Returns a strict policy intersector that can be used to intersect group of policies.
createWsdlEndpointScopeKey(QName, QName) - Static method in class com.sun.xml.ws.policy.PolicyMap
Creates an endpoint policy scope locator object, that serves as a access key into a PolicyMap where actual endpoint policy scope for given endpoint can be retrieved.
createWsdlFaultMessageScopeKey(QName, QName, QName, QName) - Static method in class com.sun.xml.ws.policy.PolicyMap
Creates a fault message policy scope locator object identified by a bound operation, that serves as a access key into PolicyMap where the actual fault message policy scope for one of the faults of a bound operation can be retrieved.
createWsdlMessageScopeKey(QName, QName, QName) - Static method in class com.sun.xml.ws.policy.PolicyMap
Creates an input/output message policy scope locator object identified by a bound operation, that serves as a access key into PolicyMap where actual input/output message policy scope for given input message of a bound operation can be retrieved.
createWsdlOperationScopeKey(QName, QName, QName) - Static method in class com.sun.xml.ws.policy.PolicyMap
Creates an operation policy scope locator object, that serves as a access key into a PolicyMap where actual operation policy scope for given bound operation can be retrieved.
createWsdlServiceScopeKey(QName) - Static method in class com.sun.xml.ws.policy.PolicyMap
Creates a service policy scope locator object, that serves as a access key into a PolicyMap where actual service policy scope for given service can be retrieved.

D

declareSupportedDomains() - Method in class com.sun.xml.ws.policy.spi.AbstractQNameValidator
 
declareSupportedDomains() - Method in interface com.sun.xml.ws.policy.spi.PolicyAssertionValidator
Each service provider that implements this SPI must make sure to identify all possible domains it supports.
Digest - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
DigestAlgorithm - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
disconnect() - Method in class com.sun.xml.ws.policy.PolicyMapMutator
Disconnects the mutator from the policy map object it is connected to.
doSelection(EffectivePolicyModifier) - Static method in class com.sun.xml.ws.policy.EffectiveAlternativeSelector
Does the selection for policy map bound to given modifier.

E

EffectiveAlternativeSelector - Class in com.sun.xml.ws.policy
Contains static methods for policy alternative selection.
EffectiveAlternativeSelector() - Constructor for class com.sun.xml.ws.policy.EffectiveAlternativeSelector
 
EffectivePolicyModifier - Class in com.sun.xml.ws.policy
The class serves as a policy map mutator that allows for replacement of current effective policies stored in the policy map with new effective policy provided by the mutator user.
emptyAssertionSet() - Static method in class com.sun.xml.ws.policy.AssertionSet
 
ENDPOINT - Enum constant in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlNameScope
 
equals(Object) - Method in class com.sun.xml.ws.policy.AssertionSet
An Object.equals(Object obj) method override.
equals(Object) - Method in class com.sun.xml.ws.policy.NestedPolicy
An Object.equals(Object obj) method override.
equals(Object) - Method in class com.sun.xml.ws.policy.Policy
An Object.equals(Object obj) method override.
equals(Object) - Method in class com.sun.xml.ws.policy.PolicyAssertion
An Object.equals(Object obj) method override.
equals(Object) - Method in class com.sun.xml.ws.policy.PolicyMapKey
 
equals(Object) - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
 
equals(Object) - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
An Object.equals(Object obj) method override.
equals(Object) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
An Object.equals(Object obj) method override.
equals(Object) - Method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
EXACTLY_ONE - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
 
ExactlyOne - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
expand(PolicySourceModelContext) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
Expands current policy model.
ExternalAttachmentsUnmarshaller - Class in com.sun.xml.ws.policy.sourcemodel.attach
Unmarshal external policy attachments.

F

FAILED_TO_CREATE_NEW_INSTANCE(Object) - Static method in class com.sun.xml.ws.policy.sourcemodel.attach.ContextClassloaderLocalMessages
Failed to create new instance of {0}
FAULT - Enum constant in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlMessageType
 

G

generateFullName(String) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.ConfigFile
Generates a config file resource name from provided config file identifier.
get(QName) - Method in class com.sun.xml.ws.policy.AssertionSet
Searches for assertions with given name.
getAllEndpointScopeKeys() - Method in class com.sun.xml.ws.policy.PolicyMap
Returns all endpoint scope keys stored in this policy map
getAllFaultMessageScopeKeys() - Method in class com.sun.xml.ws.policy.PolicyMap
Returns all fault message scope keys stored in this policy map
getAllInputMessageScopeKeys() - Method in class com.sun.xml.ws.policy.PolicyMap
Returns all input message scope keys stored in this policy map
getAllOperationScopeKeys() - Method in class com.sun.xml.ws.policy.PolicyMap
Returns all operation scope keys stored in this policy map
getAllOutputMessageScopeKeys() - Method in class com.sun.xml.ws.policy.PolicyMap
Returns all output message scope keys stored in this policy map
getAllServiceScopeKeys() - Method in class com.sun.xml.ws.policy.PolicyMap
Returns all service scope keys stored in this policy map
getAssertionData() - Method in exception com.sun.xml.ws.policy.spi.AssertionCreationException
Retrieves assertion data associated with the exception.
getAssertionSet() - Method in class com.sun.xml.ws.policy.NestedPolicy
Returns the AssertionSet instance representing a single policy alterantive held wihtin this nested policy object.
getAttributes() - Method in class com.sun.xml.ws.policy.PolicyAssertion
Returns the disconnected map of attributes attached to the assertion.
getAttributes() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Returns the disconnected map of attributes attached to the assertion.
getAttributesSet() - Method in class com.sun.xml.ws.policy.PolicyAssertion
Returns the disconnected set of attributes attached to the assertion.
getAttributesSet() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Returns the disconnected set of attributes attached to the assertion.
getAttributeValue(QName) - Method in class com.sun.xml.ws.policy.PolicyAssertion
Returns the value of an attribute.
getAttributeValue(QName) - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Returns the value of the given attribute.
getCallerMethodName() - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Commons
Function returns the name of the caller method for the method executing this function.
getCompactGenerator(PolicyModelGenerator.PolicySourceModelCreator) - Static method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
Allows derived classes to create instances of the package private CompactModelGenerator.
getDefaultNamespacePrefix() - Method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
Method returns default namespace prefix for given namespace version.
getEffectivePolicy(PolicyMerger) - Method in class com.sun.xml.ws.policy.PolicySubject
Returns the effective policy of the subject, i.e.
getEndpointEffectivePolicy(PolicyMapKey) - Method in class com.sun.xml.ws.policy.PolicyMap
 
getFaultMessage() - Method in class com.sun.xml.ws.policy.PolicyMapKey
 
getFaultMessageEffectivePolicy(PolicyMapKey) - Method in class com.sun.xml.ws.policy.PolicyMap
 
getGenerator() - Static method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
Factory method that returns a PolicyModelGenerator instance.
getId() - Method in class com.sun.xml.ws.policy.Policy
Returns the policy identifier that serves as a local relative policy URI.
getIdOrName() - Method in class com.sun.xml.ws.policy.Policy
Returns the policy ID or if that is null the policy name.
getImplementation(Class<T>) - Method in class com.sun.xml.ws.policy.PolicyAssertion
Casts the assertion to the implementation type.
getInputMessageEffectivePolicy(PolicyMapKey) - Method in class com.sun.xml.ws.policy.PolicyMap
 
getInstance() - Static method in class com.sun.xml.ws.policy.AssertionValidationProcessor
Factory method that returns singleton instance of the class.
getLatestVersion() - Static method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
Returns latest supported version of the policy namespace
getLogger(Class<?>) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyLogger
The factory method returns preconfigured PolicyLogger wrapper for the class.
getLoggingSubsystemName() - Method in interface com.sun.xml.ws.policy.spi.LoggingProvider
Policy will append .wspolicy to the returned string.
getMap() - Method in class com.sun.xml.ws.policy.PolicyMapMutator
Can be used to retrieve the policy map currently connected to this mutator.
getMerger() - Static method in class com.sun.xml.ws.policy.PolicyMerger
Factory method for obtaining thread-safe policy merger instance.
getMessageType() - Method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
getName() - Method in class com.sun.xml.ws.policy.Policy
Returns the policy name that serves as a global policy URI.
getName() - Method in class com.sun.xml.ws.policy.PolicyAssertion
Returns the fully qualified name of the assertion.
getName() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Returns the name of the assertion.
getName() - Method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
getNamespaceVersion() - Method in class com.sun.xml.ws.policy.Policy
 
getNamespaceVersion() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
Returns an original namespace version of this policy source model.
getNestedPolicy() - Method in class com.sun.xml.ws.policy.ComplexAssertion
 
getNestedPolicy() - Method in class com.sun.xml.ws.policy.PolicyAssertion
Returns the nested policy if any.
getNestedPolicy() - Method in class com.sun.xml.ws.policy.SimpleAssertion
 
getNodeData() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Returns the data for this policy source model node (if any).
getNodeType() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
 
getNormalizedGenerator(PolicyModelGenerator.PolicySourceModelCreator) - Static method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
Allows derived classes to create instances of the package private NormalizedModelGenerator.
getNumberOfAssertionSets() - Method in class com.sun.xml.ws.policy.Policy
Method returns how many policy alternatives this policy instance contains.
getOperation() - Method in class com.sun.xml.ws.policy.PolicyMapKey
 
getOperationEffectivePolicy(PolicyMapKey) - Method in class com.sun.xml.ws.policy.PolicyMap
 
getOutputMessageEffectivePolicy(PolicyMapKey) - Method in class com.sun.xml.ws.policy.PolicyMap
 
getParametersIterator() - Method in class com.sun.xml.ws.policy.PolicyAssertion
Returns the assertion's parameter collection iterator.
getParent() - Method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
getParentModel() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Returns the parent policy source model that contains this model node.
getParentNode() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Returns the parent referenced by this policy source model node.
getPolicyId() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
Returns a policy ID of this policy source model.
getPolicyMapKey(WsdlBindingSubject) - Method in class com.sun.xml.ws.policy.subject.PolicyMapKeyConverter
 
getPolicyName() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
Returns a policy name of this policy source model.
getPolicySubjects() - Method in class com.sun.xml.ws.policy.PolicyMap
Returns all policy subjects contained by this map.
getPort() - Method in class com.sun.xml.ws.policy.PolicyMapKey
 
getPrefixMap() - Method in interface com.sun.xml.ws.policy.spi.PrefixMapper
Returns a map of XML prefixes to namespaces for the domain.
getRootNode() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
Returns a root node of this policy source model.
getService() - Method in class com.sun.xml.ws.policy.PolicyMapKey
 
getServiceEffectivePolicy(PolicyMapKey) - Method in class com.sun.xml.ws.policy.PolicyMap
 
getStackMethodName(int) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Commons
Method returns the name of the method that is on the methodIndexInStack position in the call stack of the current Thread.
getSubject() - Method in class com.sun.xml.ws.policy.PolicySubject
A unique identifier of the subject Subjects may not always be uniquely identifiable.
getSupportedDomainNamespaceURIs() - Method in interface com.sun.xml.ws.policy.spi.PolicyAssertionCreator
This method returns the namespace URIs of the domains that are supported by the implementation of this inteface.
getTranslator() - Static method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator
Method returns thread-safe policy model translator instance.
getType() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Returns the type of this policy source model node.
getValue() - Method in class com.sun.xml.ws.policy.PolicyAssertion
Returns the value of the assertion - the character data content contained in the assertion element representation.
getValue() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Returns the value of the assertion.
getVocabulary() - Method in class com.sun.xml.ws.policy.Policy
Retrieves the vocabulary of this policy expression.
getXmlMarshaller(boolean) - Static method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelMarshaller
Factory methods that returns a marshaller instance based on input parameter.
getXmlToken() - Method in enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
 
getXmlUnmarshaller() - Static method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelUnmarshaller
Factory method that returns policy model unmarshaller able to unmarshal policy expressions from XML source.

H

hasChildren() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Returns true if the node has at least one child node.
hashCode() - Method in class com.sun.xml.ws.policy.AssertionSet
An Object.hashCode() method override.
hashCode() - Method in class com.sun.xml.ws.policy.NestedPolicy
 
hashCode() - Method in class com.sun.xml.ws.policy.Policy
An Object.hashCode() method override.
hashCode() - Method in class com.sun.xml.ws.policy.PolicyAssertion
An Object.hashCode() method override.
hashCode() - Method in class com.sun.xml.ws.policy.PolicyMapKey
 
hashCode() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
An Object.hashCode() method override.
hashCode() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
An Object.hashCode() method override.
hashCode() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
An Object.hashCode() method override.
hashCode() - Method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
hasNestedPolicy() - Method in class com.sun.xml.ws.policy.ComplexAssertion
 
hasNestedPolicy() - Method in class com.sun.xml.ws.policy.PolicyAssertion
Returns the boolean information whether this assertion contains nested policy.
hasNestedPolicy() - Method in class com.sun.xml.ws.policy.SimpleAssertion
 
hasParameters() - Method in class com.sun.xml.ws.policy.PolicyAssertion
Returns the boolean information whether this assertion contains any parameters.

I

Ignorable - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
INPUT - Enum constant in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlMessageType
 
insertPolicies(PolicyMap, Collection<PolicySubject>, QName, QName) - Static method in class com.sun.xml.ws.policy.PolicyMapUtil
Inserts all PolicySubjects of type WsdlBindingSubject into the given policy map.
intersect(Policy...) - Method in class com.sun.xml.ws.policy.PolicyIntersector
Performs intersection on the input collection of policies and returns the resulting (intersected) policy.
INVALID - Enum constant in enum com.sun.xml.ws.policy.spi.PolicyAssertionValidator.Fitness
 
isBindingMessageSubject() - Method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
isBindingOperationSubject() - Method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
isBindingSubject() - Method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
isConnected() - Method in class com.sun.xml.ws.policy.PolicyMapMutator
This method provides connection status information of the policy map mutator instance.
isElement() - Method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
isEmpty() - Method in class com.sun.xml.ws.policy.AssertionSet
Returns true if this assertion set contains no assertions.
isEmpty() - Method in class com.sun.xml.ws.policy.Policy
Returns true if the policy instance represents "anything allowed" policy expression
isEmpty() - Method in class com.sun.xml.ws.policy.PolicyMap
Returns true if this map contains no key - policy pairs A null object key or policy constitutes a non-empty map.
isFaultMessageSubject(PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyMap
 
isIgnorable() - Method in class com.sun.xml.ws.policy.PolicyAssertion
Method specifies whether the assertion is ignorable or not.
isIgnorableAttributeSet() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Tests if the ignorable attribute is set.
isInputMessageSubject(PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyMap
 
isNull() - Method in class com.sun.xml.ws.policy.Policy
Returns true if the policy instance represents "nothing allowed" policy expression
isOptional() - Method in class com.sun.xml.ws.policy.PolicyAssertion
Method specifies whether the assertion is otpional or not.
isOptionalAttributeSet() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Tests if the optional attribute is set.
isOutputMessageSubject(PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyMap
 
isPrivate() - Method in class com.sun.xml.ws.policy.PolicyAssertion
Method specifies whether the assertion is private or not.
isPrivateAttributeSet() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Method specifies whether the assertion data contain proprietary visibility element set to "private" value.
iterator() - Method in class com.sun.xml.ws.policy.AssertionSet
Returns an iterator over a set of child policy assertion objects.
iterator() - Method in class com.sun.xml.ws.policy.Policy
A policy usually contains one or more assertion sets.
iterator() - Method in class com.sun.xml.ws.policy.PolicyMap
 
iterator() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Iterates through all child nodes.

L

loadFromClasspath(String) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.ConfigFile
Returns a URL pointing to the given config file.
loadFromContext(String, Object) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.ConfigFile
Returns a URL pointing to the given config file.
localizableFAILED_TO_CREATE_NEW_INSTANCE(Object) - Static method in class com.sun.xml.ws.policy.sourcemodel.attach.ContextClassloaderLocalMessages
 
localizableWSP_0001_UNSUPPORTED_MODEL_NODE_TYPE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0002_UNRECOGNIZED_SCOPE_TYPE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0003_UNMARSHALLING_FAILED_END_TAG_DOES_NOT_MATCH(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0004_UNEXPECTED_VISIBILITY_ATTR_VALUE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0005_UNEXPECTED_POLICY_ELEMENT_FOUND_IN_ASSERTION_PARAM(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0006_UNEXPECTED_MULTIPLE_POLICY_NODES() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0007_UNEXPECTED_MODEL_NODE_TYPE_FOUND(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0008_UNEXPECTED_CHILD_MODEL_TYPE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0009_UNEXPECTED_CDATA_ON_SOURCE_MODEL_NODE(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0010_UNEXPANDED_POLICY_REFERENCE_NODE_FOUND_REFERENCING(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0011_UNABLE_TO_UNMARSHALL_POLICY_XML_ELEM_EXPECTED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0012_UNABLE_TO_UNMARSHALL_POLICY_MALFORMED_URI() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0013_UNABLE_TO_SET_PARENT_MODEL_ON_ROOT() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0014_UNABLE_TO_INSTANTIATE_READER_FOR_STORAGE() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0015_UNABLE_TO_INSTANTIATE_DIGEST_ALG_URI_FIELD() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0016_UNABLE_TO_CLONE_POLICY_SOURCE_MODEL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0017_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL_PLUS_REASON(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0019_SUBOPTIMAL_ALTERNATIVE_SELECTED(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0020_SUBJECT_PARAM_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0021_SUBJECT_AND_POLICY_PARAM_MUST_NOT_BE_NULL(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0022_STORAGE_TYPE_NOT_SUPPORTED(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0023_UNEXPECTED_ERROR_WHILE_CLOSING_RESOURCE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0024_SPI_FAIL_SERVICE_URL_LINE_MSG(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0025_SPI_FAIL_SERVICE_MSG(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0026_SINGLE_EMPTY_ALTERNATIVE_COMBINATION_CREATED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0027_SERVICE_PROVIDER_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0028_SERVICE_PROVIDER_COULD_NOT_BE_INSTANTIATED(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0029_SERVICE_PORT_OPERATION_PARAM_MUST_NOT_BE_NULL(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0030_SERVICE_PORT_OPERATION_FAULT_MSG_PARAM_MUST_NOT_BE_NULL(Object, Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0031_SERVICE_PARAM_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0032_SERVICE_CAN_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0033_SERVICE_AND_PORT_PARAM_MUST_NOT_BE_NULL(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0034_REMOVE_OPERATION_NOT_SUPPORTED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0035_RECONFIGURE_ALTERNATIVES(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0036_PRIVATE_METHOD_DOES_NOT_ACCEPT_NULL_OR_EMPTY_COLLECTION() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0037_PRIVATE_CONSTRUCTOR_DOES_NOT_TAKE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0038_POLICY_TO_ATTACH_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0039_POLICY_SRC_MODEL_INPUT_PARAMETER_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0040_POLICY_REFERENCE_URI_ATTR_NOT_FOUND() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0041_POLICY_REFERENCE_NODE_FOUND_WITH_NO_POLICY_REFERENCE_IN_IT() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0042_POLICY_REFERENCE_NODE_EXPECTED_INSTEAD_OF(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0043_POLICY_MODEL_TRANSLATION_ERROR_INPUT_PARAM_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0044_POLICY_MAP_MUTATOR_ALREADY_CONNECTED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0045_POLICY_MAP_KEY_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0046_POLICY_MAP_KEY_HANDLER_NOT_SET() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0047_POLICY_IS_NULL_RETURNING() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0048_POLICY_ELEMENT_EXPECTED_FIRST() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0049_PARENT_MODEL_CAN_NOT_BE_CHANGED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0050_OPERATION_NOT_SUPPORTED_FOR_THIS_BUT_POLICY_REFERENCE_NODE_TYPE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0051_OPERATION_NOT_SUPPORTED_FOR_THIS_BUT_ASSERTION_RELATED_NODE_TYPE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0052_NUMBER_OF_ALTERNATIVE_COMBINATIONS_CREATED(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0053_INVALID_CLIENT_SIDE_ALTERNATIVE() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0054_NO_MORE_ELEMS_IN_POLICY_MAP() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0055_NO_ALTERNATIVE_COMBINATIONS_CREATED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0056_NEITHER_NULL_NOR_EMPTY_POLICY_COLLECTION_EXPECTED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0057_N_ALTERNATIVE_COMBINATIONS_M_POLICY_ALTERNATIVES_CREATED(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0058_MULTIPLE_POLICY_IDS_NOT_ALLOWED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0059_MULTIPLE_ATTRS_WITH_SAME_NAME_DETECTED_FOR_ASSERTION(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0060_POLICY_ELEMENT_TYPE_UNKNOWN(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0061_METHOD_INVOCATION_FAILED(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0062_INPUT_PARAMS_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0063_ERROR_WHILE_CONSTRUCTING_EXCEPTION(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0064_INITIAL_POLICY_COLLECTION_MUST_NOT_BE_EMPTY() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0065_INCONSISTENCY_IN_POLICY_SOURCE_MODEL(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0066_ILLEGAL_PROVIDER_CLASSNAME(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0067_ILLEGAL_CFG_FILE_SYNTAX() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0068_FAILED_TO_UNMARSHALL_POLICY_EXPRESSION() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0069_EXCEPTION_WHILE_RETRIEVING_EFFECTIVE_POLICY_FOR_KEY(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0070_ERROR_REGISTERING_ASSERTION_CREATOR(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0071_ERROR_MULTIPLE_ASSERTION_CREATORS_FOR_NAMESPACE(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0072_DIGEST_MUST_NOT_BE_NULL_WHEN_ALG_DEFINED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0073_CREATE_CHILD_NODE_OPERATION_NOT_SUPPORTED(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0074_CANNOT_CREATE_ASSERTION_BAD_TYPE(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0075_PROBLEMATIC_ASSERTION_STATE(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0076_NO_SERVICE_PROVIDERS_FOUND(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0077_ASSERTION_CREATOR_DOES_NOT_SUPPORT_ANY_URI(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0078_ASSERTION_CREATOR_DISCOVERED(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0079_ERROR_WHILE_RFC_2396_UNESCAPING(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0080_IMPLEMENTATION_EXPECTED_NOT_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0081_UNABLE_TO_INSERT_CHILD(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0082_NO_SUBJECT_TYPE() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0083_MESSAGE_TYPE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0084_MESSAGE_TYPE_NO_MESSAGE() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0085_MESSAGE_FAULT_NO_NAME() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0086_FAILED_CREATE_READER(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0087_UNKNOWN_EVENT(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0088_FAILED_PARSE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0089_EXPECTED_ELEMENT(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0090_UNEXPECTED_ELEMENT(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0091_END_ELEMENT_NO_MATCH(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0092_CHARACTER_DATA_UNEXPECTED(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0093_INVALID_URI(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0094_INVALID_URN() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0095_INVALID_BOOLEAN_VALUE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
localizableWSP_0096_ERROR_WHILE_COMBINE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
 
LocalizationMessages - Class in com.sun.xml.ws.policy.privateutil
Defines string formatting method for each constant in the resource file
LoggingProvider - Interface in com.sun.xml.ws.policy.spi
Policy extensions may implement this provider interface in order to change the name of logging subsystem used by the core Policy module.

M

marshal(PolicySourceModel, Object) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelMarshaller
Marshalls the policy source model using provided storage reference
marshal(PolicySourceModel, Object) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelMarshaller
 
marshal(Collection<PolicySourceModel>, Object) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelMarshaller
Marshalls the collection of policy source models using provided storage reference
marshal(Collection<PolicySourceModel>, Object) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelMarshaller
 
merge(Collection<Policy>) - Method in class com.sun.xml.ws.policy.PolicyMerger
Takes collection of policies and merges them into a single policy using algorithm described in WS-PolicyAttachment specification.
MESSAGE - Enum constant in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlNameScope
 
ModelNode - Class in com.sun.xml.ws.policy.sourcemodel
The general representation of a single node within a PolicySourceModel instance.
ModelNode.Type - Enum in com.sun.xml.ws.policy.sourcemodel
Policy source model node type enumeration

N

Name - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
NamespaceVersion - Enum in com.sun.xml.ws.policy.sourcemodel.wspolicy
 
NestedPolicy - Class in com.sun.xml.ws.policy
A special policy implementation that assures that only no or single policy alternative is possible within this type of policy.
NEW_LINE - Static variable in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Text
System-specific line separator character retrieved from the Java system property line.separator
NO_MESSAGE - Enum constant in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlMessageType
 

O

OPERATION - Enum constant in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlNameScope
 
Optional - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
OUTPUT - Enum constant in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlMessageType
 

P

Policy - Class in com.sun.xml.ws.policy
A policy represents normalized policy as a wrapper of available policy alternatives represented by child AssertionSets.
Policy - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
POLICY - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
 
POLICY_REFERENCE - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
 
PolicyAssertion - Class in com.sun.xml.ws.policy
Base class for any policy assertion implementations.
PolicyAssertion() - Constructor for class com.sun.xml.ws.policy.PolicyAssertion
 
PolicyAssertion(AssertionData, Collection<? extends PolicyAssertion>) - Constructor for class com.sun.xml.ws.policy.PolicyAssertion
Creates generic assertionand stores the data specified in input parameters
PolicyAssertion(AssertionData, Collection<? extends PolicyAssertion>, AssertionSet) - Constructor for class com.sun.xml.ws.policy.PolicyAssertion
Deprecated.
Non-abstract assertion types should derive from SimpleAssertion or ComplexAssertion instead. Policy class will not provide support for nested policy alternatives in the future. This responsibility is delegated to ComplexAssertion class instead.
PolicyAssertionCreator - Interface in com.sun.xml.ws.policy.spi
The interface defines contract for custom (domain specific) policy assertion factories.
PolicyAssertionValidator - Interface in com.sun.xml.ws.policy.spi
 
PolicyAssertionValidator.Fitness - Enum in com.sun.xml.ws.policy.spi
 
PolicyConstants - Class in com.sun.xml.ws.policy
Commonly used constants by the policy implementations
PolicyException - Exception in com.sun.xml.ws.policy
This is a base exception class and thrown when there is an error in the policy processing
PolicyException(String) - Constructor for exception com.sun.xml.ws.policy.PolicyException
 
PolicyException(String, Throwable) - Constructor for exception com.sun.xml.ws.policy.PolicyException
 
PolicyException(Throwable) - Constructor for exception com.sun.xml.ws.policy.PolicyException
 
PolicyIntersector - Class in com.sun.xml.ws.policy
The instance of this class is intended to provide policy intersection mechanism.
PolicyLogger - Class in com.sun.xml.ws.policy.privateutil
This is a helper class that provides some convenience methods wrapped around the standard Logger interface.
PolicyMap - Class in com.sun.xml.ws.policy
A PolicyMap holds all policies for a scope.
PolicyMapExtender - Class in com.sun.xml.ws.policy
The class provides methods to extend policy map content with new policies
PolicyMapKey - Class in com.sun.xml.ws.policy
This class provides implementation of PolicyMapKey interface to be used in connection with PolicyMap.
PolicyMapKeyConverter - Class in com.sun.xml.ws.policy.subject
Computes a PolicyMapKey instance for a given WsdlBindingSubject.
PolicyMapKeyConverter(QName, QName) - Constructor for class com.sun.xml.ws.policy.subject.PolicyMapKeyConverter
 
PolicyMapMutator - Class in com.sun.xml.ws.policy
The class serves as a base for specific policy map mutator implementations.
PolicyMapUtil - Class in com.sun.xml.ws.policy
Utility methods that operate on a PolicyMap.
PolicyMerger - Class in com.sun.xml.ws.policy
Merge policies and return the effective policy.
PolicyModelGenerator - Class in com.sun.xml.ws.policy.sourcemodel
Translate a policy into a PolicySourceModel.
PolicyModelGenerator() - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
This protected constructor avoids direct instantiation from outside of the class
PolicyModelGenerator.PolicySourceModelCreator - Class in com.sun.xml.ws.policy.sourcemodel
Allows derived classes to pass their own implementation of PolicySourceModelCreator into the PolicyModelGenerator instance.
PolicyModelMarshaller - Class in com.sun.xml.ws.policy.sourcemodel
Abstract class defines interface for policy model marshaller implementations that are specific to underlying persistence layer.
PolicyModelTranslator - Class in com.sun.xml.ws.policy.sourcemodel
This class provides a method for translating a PolicySourceModel structure to a normalized Policy expression.
PolicyModelTranslator(Collection<PolicyAssertionCreator>) - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator
 
PolicyModelUnmarshaller - Class in com.sun.xml.ws.policy.sourcemodel
Abstract class defines interface for policy model unmarshaller implementations that are specific to underlying persistence layer.
PolicyReference - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
PolicySourceModel - Class in com.sun.xml.ws.policy.sourcemodel
This class is a root of unmarshaled policy source structure.
PolicySourceModel(NamespaceVersion, String, String, Collection<PrefixMapper>) - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
Constructor that creates a new policy source model instance with given id or name identifier and a set of PrefixMappers.
PolicySourceModelContext - Class in com.sun.xml.ws.policy.sourcemodel
 
PolicySourceModelCreator() - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator.PolicySourceModelCreator
Default constructor.
PolicySubject - Class in com.sun.xml.ws.policy
A PolicySubject is an entity (e.g., a port, operation, binding, service) with which a policy can be associated.
PolicySubject(Object, Policy) - Constructor for class com.sun.xml.ws.policy.PolicySubject
Constructs a policy subject instance.
PolicySubject(Object, Collection<Policy>) - Constructor for class com.sun.xml.ws.policy.PolicySubject
Constructs a policy subject instance.
PolicyUris - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
PolicyUtils - Class in com.sun.xml.ws.policy.privateutil
This is a wrapper class for various utilities that may be reused within Policy API implementation.
PolicyUtils.Collections - Class in com.sun.xml.ws.policy.privateutil
 
PolicyUtils.Commons - Class in com.sun.xml.ws.policy.privateutil
 
PolicyUtils.Comparison - Class in com.sun.xml.ws.policy.privateutil
 
PolicyUtils.ConfigFile - Class in com.sun.xml.ws.policy.privateutil
 
PolicyUtils.IO - Class in com.sun.xml.ws.policy.privateutil
 
PolicyUtils.Rfc2396 - Class in com.sun.xml.ws.policy.privateutil
 
PolicyUtils.Text - Class in com.sun.xml.ws.policy.privateutil
Text utilities wrapper.
PrefixMapper - Interface in com.sun.xml.ws.policy.spi
Maps an XML prefix to a namespace.
putEndpointSubject(PolicyMapKey, PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyMapExtender
 
putFaultMessageSubject(PolicyMapKey, PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyMapExtender
 
putInputMessageSubject(PolicyMapKey, PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyMapExtender
 
putOperationSubject(PolicyMapKey, PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyMapExtender
 
putOutputMessageSubject(PolicyMapKey, PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyMapExtender
 
putServiceSubject(PolicyMapKey, PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyMapExtender
 

Q

QNAME_COMPARATOR - Static variable in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Comparison
The comparator comapres QName objects according to their publicly accessible attributes, in the following order of attributes: 1.

R

rejectAlternatives(PolicyMap) - Static method in class com.sun.xml.ws.policy.PolicyMapUtil
Throw an exception if the policy map contains any policy with at least two policy alternatives.
removeAttribute(QName) - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Removes the given attribute from the assertion data.
resolveAsToken(QName) - Static method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
Resolves FQN into a policy XML token.
resolveToken(String) - Static method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
Resolves URI represented as a String into an enumeration value.
resolveVersion(String) - Static method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
Resolves URI represented as a String into an enumeration value.
resolveVersion(QName) - Static method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
Resolves fully qualified name defined in the WS-Policy namespace into an enumeration value.
RuntimePolicyUtilsException - Exception in com.sun.xml.ws.policy.privateutil
 

S

selectAlternatives(EffectivePolicyModifier, AssertionValidationProcessor) - Static method in class com.sun.xml.ws.policy.EffectiveAlternativeSelector
This method is intended to be called by extension classes that need to override the behavior of EffectiveAlternativeSelector.doSelection(com.sun.xml.ws.policy.EffectivePolicyModifier).
SERVICE - Enum constant in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlNameScope
 
setAttribute(QName, String) - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Adds or overwrites an attribute.
setIgnorableAttribute(boolean) - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Sets the ignorable attribute.
setNewEffectivePolicyForEndpointScope(PolicyMapKey, Policy) - Method in class com.sun.xml.ws.policy.EffectivePolicyModifier
Replaces current effective policy on the endpoint scope (identified by a key parameter) with the new efective policy provided as a second input parameter.
setNewEffectivePolicyForFaultMessageScope(PolicyMapKey, Policy) - Method in class com.sun.xml.ws.policy.EffectivePolicyModifier
Replaces current effective policy on the fault message scope (identified by a key parameter) with the new efective policy provided as a second input parameter.
setNewEffectivePolicyForInputMessageScope(PolicyMapKey, Policy) - Method in class com.sun.xml.ws.policy.EffectivePolicyModifier
Replaces current effective policy on the input message scope (identified by a key parameter) with the new efective policy provided as a second input parameter.
setNewEffectivePolicyForOperationScope(PolicyMapKey, Policy) - Method in class com.sun.xml.ws.policy.EffectivePolicyModifier
Replaces current effective policy on the operation scope (identified by a key parameter) with the new efective policy provided as a second input parameter.
setNewEffectivePolicyForOutputMessageScope(PolicyMapKey, Policy) - Method in class com.sun.xml.ws.policy.EffectivePolicyModifier
Replaces current effective policy on the output message scope (identified by a key parameter) with the new efective policy provided as a second input parameter.
setNewEffectivePolicyForServiceScope(PolicyMapKey, Policy) - Method in class com.sun.xml.ws.policy.EffectivePolicyModifier
Replaces current effective policy on the service scope (identified by a key parameter) with the new efective policy provided as a second input parameter.
setOptionalAttribute(boolean) - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
Sets the optional attribute.
setOrReplaceNodeData(AssertionData) - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
The method may be used to set or replace assertion data set for this node.
SimpleAssertion - Class in com.sun.xml.ws.policy
Simple assertion is an abstract class that serves as a base class for any assertion that MAY NOT contain nested policies.
SimpleAssertion() - Constructor for class com.sun.xml.ws.policy.SimpleAssertion
 
SimpleAssertion(AssertionData, Collection<? extends PolicyAssertion>) - Constructor for class com.sun.xml.ws.policy.SimpleAssertion
 
SUN_MANAGEMENT_NAMESPACE - Static variable in class com.sun.xml.ws.policy.PolicyConstants
XML namespace for management policy assertions
SUN_POLICY_NAMESPACE_PREFIX - Static variable in class com.sun.xml.ws.policy.PolicyConstants
Sun proprietary policy namespace prefix
SUN_POLICY_NAMESPACE_URI - Static variable in class com.sun.xml.ws.policy.PolicyConstants
Sun proprietary policy namespace URI
SUPPORTED - Enum constant in enum com.sun.xml.ws.policy.spi.PolicyAssertionValidator.Fitness
 

T

toString() - Method in class com.sun.xml.ws.policy.AssertionSet
An Object.toString() method override.
toString() - Method in class com.sun.xml.ws.policy.NestedPolicy
An Object.toString() method override.
toString() - Method in class com.sun.xml.ws.policy.Policy
An Object.toString() method override.
toString() - Method in class com.sun.xml.ws.policy.PolicyAssertion
An Object.toString() method override.
toString() - Method in class com.sun.xml.ws.policy.PolicyMap
 
toString() - Method in class com.sun.xml.ws.policy.PolicyMapKey
 
toString() - Method in class com.sun.xml.ws.policy.PolicySubject
An Object.toString() method override.
toString() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
 
toString() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
Returns a string representation of the object.
toString() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
Returns a string representation of the object.
toString() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModelContext
 
toString() - Method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
 
toString() - Method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
toString() - Method in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
 
toString(int, StringBuffer) - Method in class com.sun.xml.ws.policy.PolicyAssertion
A helper method that appends indented string representation of this instance to the input string buffer.
toString(int, StringBuffer) - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
A helper method that appends indented string representation of this instance to the input string buffer.
toString(int, StringBuffer) - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
A helper method that appends indented string representation of this instance to the input string buffer.
translate(Policy) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
This method translates a Policy into a policy infoset.
translate(ModelNode, AssertionSet) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
Add the contents of the assertion set as child node to the given model node.
translate(ModelNode, NestedPolicy) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
Iterates through a nested policy and returns the corresponding policy info model.
translate(ModelNode, Iterator<PolicyAssertion>) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
Iterates through all contained assertions and adds them to the info model.
translate(PolicySourceModel) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator
The method translates PolicySourceModel structure into normalized Policy expression.

U

UNKNOWN - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
UNKNOWN - Enum constant in enum com.sun.xml.ws.policy.spi.PolicyAssertionValidator.Fitness
 
unmarshal(Reader) - Static method in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
 
unmarshalModel(Object) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelUnmarshaller
Unmarshalls single policy source model from provided storage reference.
unmarshalModel(Object) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
unquote(String) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Rfc2396
 
UNSUPPORTED - Enum constant in enum com.sun.xml.ws.policy.spi.PolicyAssertionValidator.Fitness
 
Uri - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 
UsingPolicy - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
 

V

v1_2 - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
 
v1_5 - Enum constant in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
 
validateClientSide(PolicyAssertion) - Method in class com.sun.xml.ws.policy.AssertionValidationProcessor
Validates fitness of the assertion on the client side.
validateClientSide(PolicyAssertion) - Method in class com.sun.xml.ws.policy.spi.AbstractQNameValidator
 
validateClientSide(PolicyAssertion) - Method in interface com.sun.xml.ws.policy.spi.PolicyAssertionValidator
An implementation of this method must return: Fitness.UNKNOWN if the policy assertion type is not recognized Fitness.SUPPORTED if the policy assertion is supported in the client-side context Fitness.UNSUPPORTED if the policy assertion is recognized however it's content is not supported.
validateServerSide(PolicyAssertion) - Method in class com.sun.xml.ws.policy.AssertionValidationProcessor
Validates fitness of the assertion on the server side.
validateServerSide(PolicyAssertion) - Method in class com.sun.xml.ws.policy.spi.AbstractQNameValidator
 
validateServerSide(PolicyAssertion) - Method in interface com.sun.xml.ws.policy.spi.PolicyAssertionValidator
An implementation of this method must return: Fitness.UNKNOWN if the policy assertion type is not recognized Fitness.SUPPORTED if the policy assertion is supported in the server-side context Fitness.UNSUPPORTED if the policy assertion is recognized however it's content is not supported.
valueOf(String) - Static method in enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.ws.policy.spi.PolicyAssertionValidator.Fitness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlNameScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.xml.ws.policy.spi.PolicyAssertionValidator.Fitness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlNameScope
Returns an array containing the constants of this enum type, in the order they are declared.
VISIBILITY_ATTRIBUTE - Static variable in class com.sun.xml.ws.policy.PolicyConstants
Fully qualified name of the SUN's proprietary policy assertion visibility attribute
VISIBILITY_VALUE_PRIVATE - Static variable in class com.sun.xml.ws.policy.PolicyConstants
Recognized value of the SUN's proprietary policy assertion visibility attribute

W

WsdlBindingSubject - Class in com.sun.xml.ws.policy.subject
Provides objects for use as WSDL 1.0/1.1 policy subjects.
WsdlBindingSubject.WsdlMessageType - Enum in com.sun.xml.ws.policy.subject
For message subjects, this needs to be set to one of the values INPUT, OUTPUT or FAULT.
WsdlBindingSubject.WsdlNameScope - Enum in com.sun.xml.ws.policy.subject
Identifies the scope to which this subject belongs.
WSP_0001_UNSUPPORTED_MODEL_NODE_TYPE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0001: Unsupported model node type: ''{0}''
WSP_0002_UNRECOGNIZED_SCOPE_TYPE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0002: Unrecoginzed scope type: "{0}"
WSP_0003_UNMARSHALLING_FAILED_END_TAG_DOES_NOT_MATCH(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0003: Policy model unmarshalling failed: Actual XML end tag does not match current element.
WSP_0004_UNEXPECTED_VISIBILITY_ATTR_VALUE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0004: Unexpected visibility attribute value: {0}
WSP_0005_UNEXPECTED_POLICY_ELEMENT_FOUND_IN_ASSERTION_PARAM(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0005: Unexpected nested policy element found in assertion parameter: {0}
WSP_0006_UNEXPECTED_MULTIPLE_POLICY_NODES() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0006: Unexpected multiple nested policy nodes within a single assertion
WSP_0007_UNEXPECTED_MODEL_NODE_TYPE_FOUND(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0007: Unexpected model node type ({0})found during policy expression content decomposition
WSP_0008_UNEXPECTED_CHILD_MODEL_TYPE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0008: Unexpected type of child model node nested in an 'ASSERTION' node: ''{0}''
WSP_0009_UNEXPECTED_CDATA_ON_SOURCE_MODEL_NODE(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0009: Unexpected character data on current policy source model node "{0}" : data = "{1}"
WSP_0010_UNEXPANDED_POLICY_REFERENCE_NODE_FOUND_REFERENCING(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0010: Unexpanded "POLICY_REFERENCE" node found referencing {0}
WSP_0011_UNABLE_TO_UNMARSHALL_POLICY_XML_ELEM_EXPECTED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0011: Failed to unmarshal policy expression.
WSP_0012_UNABLE_TO_UNMARSHALL_POLICY_MALFORMED_URI() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0012: Unable to unmarshall policy referenced due to malformed URI value in attribute
WSP_0013_UNABLE_TO_SET_PARENT_MODEL_ON_ROOT() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0013: Unable to set parent model on root model node
WSP_0014_UNABLE_TO_INSTANTIATE_READER_FOR_STORAGE() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0014: Unable to instantiate XMLEventReader for given storage
WSP_0015_UNABLE_TO_INSTANTIATE_DIGEST_ALG_URI_FIELD() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0015: Unable to instantiate static constant field 'DEFAULT_DIGEST_ALGORITHM_URI'
WSP_0016_UNABLE_TO_CLONE_POLICY_SOURCE_MODEL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0016: Unable to clone input policy source model
WSP_0017_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL_PLUS_REASON(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0017: Unable to access policy source model identified by URI: {0} Detailed reason: {1}
WSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0018: Unable to access policy source model identified by URI: {0}
WSP_0019_SUBOPTIMAL_ALTERNATIVE_SELECTED(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0019: Suboptimal policy alternative selected on the client side with fitness "{0}".
WSP_0020_SUBJECT_PARAM_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0020: Parameter subject must not be null
WSP_0021_SUBJECT_AND_POLICY_PARAM_MUST_NOT_BE_NULL(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0021: Parameters "subject" and "policy" must not be null.
WSP_0022_STORAGE_TYPE_NOT_SUPPORTED(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0022: Storage type "{0}" is not supported
WSP_0023_UNEXPECTED_ERROR_WHILE_CLOSING_RESOURCE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0023: Unexpected error occured while closing resource "{0}".
WSP_0024_SPI_FAIL_SERVICE_URL_LINE_MSG(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0024: {0}:{1}: {2}
WSP_0025_SPI_FAIL_SERVICE_MSG(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0025: {0}: {1}
WSP_0026_SINGLE_EMPTY_ALTERNATIVE_COMBINATION_CREATED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0026: Single empty alternative combination created: Returning "anything allowed" policy
WSP_0027_SERVICE_PROVIDER_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0027: Service provider {0} not found
WSP_0028_SERVICE_PROVIDER_COULD_NOT_BE_INSTANTIATED(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0028: Service provider {0} could not be instantiated
WSP_0029_SERVICE_PORT_OPERATION_PARAM_MUST_NOT_BE_NULL(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0029: Parameters "service", "port" and "operation" must not be null.
WSP_0030_SERVICE_PORT_OPERATION_FAULT_MSG_PARAM_MUST_NOT_BE_NULL(Object, Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0030: Parameters "service", "port", "operation" and "faultMessage" must not be null.
WSP_0031_SERVICE_PARAM_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0031: Parameter 'service' must not be null
WSP_0032_SERVICE_CAN_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0032: Service can not be null
WSP_0033_SERVICE_AND_PORT_PARAM_MUST_NOT_BE_NULL(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0033: Parameters "service" and "port" must not be null.
WSP_0034_REMOVE_OPERATION_NOT_SUPPORTED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0034: Remove operation not supported by this iterator
WSP_0035_RECONFIGURE_ALTERNATIVES(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0035: Policy "{0}" contains more than one policy alternative.
WSP_0036_PRIVATE_METHOD_DOES_NOT_ACCEPT_NULL_OR_EMPTY_COLLECTION() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0036: This private method does not accept null or empty collection
WSP_0037_PRIVATE_CONSTRUCTOR_DOES_NOT_TAKE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0037: Private constructor must not receive 'null' argument as a initial policy assertion list
WSP_0038_POLICY_TO_ATTACH_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0038: Policy to be attached must not be null
WSP_0039_POLICY_SRC_MODEL_INPUT_PARAMETER_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0039: Policy source model input parameter must not be null
WSP_0040_POLICY_REFERENCE_URI_ATTR_NOT_FOUND() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0040: Policy reference 'URI' attribute not found
WSP_0041_POLICY_REFERENCE_NODE_FOUND_WITH_NO_POLICY_REFERENCE_IN_IT() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0041: Unexpanded "POLICY_REFERENCE" node found containing no policy reference data
WSP_0042_POLICY_REFERENCE_NODE_EXPECTED_INSTEAD_OF(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0042: Input model node argument is not a policy reference.
WSP_0043_POLICY_MODEL_TRANSLATION_ERROR_INPUT_PARAM_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0043: Policy model translation error: Input policy source model parameter is null
WSP_0044_POLICY_MAP_MUTATOR_ALREADY_CONNECTED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0044: This policy map mutator is already connected to a policy map.
WSP_0045_POLICY_MAP_KEY_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0045: Provided policy map key must not be null! Create a proper policy map key by calling one of PolicyMap's createXxxScopeKey(...) methods first
WSP_0046_POLICY_MAP_KEY_HANDLER_NOT_SET() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0046: Policy map key handler is not set
WSP_0047_POLICY_IS_NULL_RETURNING() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0047: Policy is null, returning
WSP_0048_POLICY_ELEMENT_EXPECTED_FIRST() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0048: Failed to unmarshal policy expression.
WSP_0049_PARENT_MODEL_CAN_NOT_BE_CHANGED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0049: The parent model may not be changed on a child node which is not a root of the policy source model tree
WSP_0050_OPERATION_NOT_SUPPORTED_FOR_THIS_BUT_POLICY_REFERENCE_NODE_TYPE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0050: This operation is supported only for 'POLICY_REFERENCE' node type.
WSP_0051_OPERATION_NOT_SUPPORTED_FOR_THIS_BUT_ASSERTION_RELATED_NODE_TYPE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0051: This operation is supported only for 'ASSERTION' and 'ASSERTION_PARAMETER_NODE' node types.
WSP_0052_NUMBER_OF_ALTERNATIVE_COMBINATIONS_CREATED(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0052: Number of policy alternative combinations created: {0}
WSP_0053_INVALID_CLIENT_SIDE_ALTERNATIVE() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0053: Client cannot proceed to call the web service - invalid policy alternative found.
WSP_0054_NO_MORE_ELEMS_IN_POLICY_MAP() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0054: There are no more elements in the policy map
WSP_0055_NO_ALTERNATIVE_COMBINATIONS_CREATED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0055: No alternative combinations created: Returning "nothing allowed" policy
WSP_0056_NEITHER_NULL_NOR_EMPTY_POLICY_COLLECTION_EXPECTED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0056: Input policy collection is expected not to be null nor empty collection
WSP_0057_N_ALTERNATIVE_COMBINATIONS_M_POLICY_ALTERNATIVES_CREATED(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0057: {0} policy alternative combinations created: Returning created policy with {1} inequal policy alternatives
WSP_0058_MULTIPLE_POLICY_IDS_NOT_ALLOWED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0058: Multiple identifiers of policy expression detected.
WSP_0059_MULTIPLE_ATTRS_WITH_SAME_NAME_DETECTED_FOR_ASSERTION(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0059: Multiple attributes with the same name "{0}" detected for assertion "{1}"
WSP_0060_POLICY_ELEMENT_TYPE_UNKNOWN(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0060: Unknown policy element type "{0}"
WSP_0061_METHOD_INVOCATION_FAILED(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0061: Method invocation failed (class={0}, method={1}, parameters={2})
WSP_0062_INPUT_PARAMS_MUST_NOT_BE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0062: Input parameters must not be 'null'
WSP_0063_ERROR_WHILE_CONSTRUCTING_EXCEPTION(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0063: Unexpected exception occured while constructing exception of class "{0}".
WSP_0064_INITIAL_POLICY_COLLECTION_MUST_NOT_BE_EMPTY() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0064: Initial collection of policies must not be empty
WSP_0065_INCONSISTENCY_IN_POLICY_SOURCE_MODEL(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0065: Inconsistency in policy source model detected: Cannot create policy assertion parameter from a model node of type: ''{0}''
WSP_0066_ILLEGAL_PROVIDER_CLASSNAME(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0066: Illegal provider-class name: {0}
WSP_0067_ILLEGAL_CFG_FILE_SYNTAX() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0067: Illegal configuration-file syntax
WSP_0068_FAILED_TO_UNMARSHALL_POLICY_EXPRESSION() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0068: Failed to unmarshal policy expression
WSP_0069_EXCEPTION_WHILE_RETRIEVING_EFFECTIVE_POLICY_FOR_KEY(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0069: Exception occured while retrieving effective policy for given key {0}
WSP_0070_ERROR_REGISTERING_ASSERTION_CREATOR(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0070: Error registering policy assertion creator of class ''{0}'''.
WSP_0071_ERROR_MULTIPLE_ASSERTION_CREATORS_FOR_NAMESPACE(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0071: Multiple policy assertion creators try to register for namespace ''{0}''.
WSP_0072_DIGEST_MUST_NOT_BE_NULL_WHEN_ALG_DEFINED() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0072: Digest must not be null if the digest algorithm is defined
WSP_0073_CREATE_CHILD_NODE_OPERATION_NOT_SUPPORTED(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0073: Cannot create child node of type ''{0}'' in the node of type ''{1}''.
WSP_0074_CANNOT_CREATE_ASSERTION_BAD_TYPE(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0074: Cannot create AssertionData instance for this type of ModelNode: "{0}"; Supported types are "{1}" and "{2}"
WSP_0075_PROBLEMATIC_ASSERTION_STATE(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0075: Policy assertion "{0}" was evaluated as "{1}".
WSP_0076_NO_SERVICE_PROVIDERS_FOUND(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0076: Policy engine could not locate any service providers implementing "{0}" interface.
WSP_0077_ASSERTION_CREATOR_DOES_NOT_SUPPORT_ANY_URI(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0077: Discovered policy assertion creator of class=''{0}'' does not support any URI
WSP_0078_ASSERTION_CREATOR_DISCOVERED(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0078: Policy assertion creator discovered: class=''{0}'', supported namespace=''{1}''
WSP_0079_ERROR_WHILE_RFC_2396_UNESCAPING(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0079: Error while unescaping ''{0}'' by RFC2396
WSP_0080_IMPLEMENTATION_EXPECTED_NOT_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0080: Expected config file identifier, got null instead.
WSP_0081_UNABLE_TO_INSERT_CHILD(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0081: Failed to insert child node ''{1}'' into queue ''{0}''
WSP_0082_NO_SUBJECT_TYPE() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0082: Implementation fault.
WSP_0083_MESSAGE_TYPE_NULL() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0083: The message type may not be null.
WSP_0084_MESSAGE_TYPE_NO_MESSAGE() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0084: The message type may not be NO_MESSAGE.
WSP_0085_MESSAGE_FAULT_NO_NAME() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0085: Messages of type fault must have a name.
WSP_0086_FAILED_CREATE_READER(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0086: Failed to create XMLEventReader for source {0}
WSP_0087_UNKNOWN_EVENT(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0087: Received unknown event {0}
WSP_0088_FAILED_PARSE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0088: Failed to parse XML document at location {0}
WSP_0089_EXPECTED_ELEMENT(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0089: Expected tag {0}, but read {1} at location {2}
WSP_0090_UNEXPECTED_ELEMENT(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0090: Unexpected element {0} at location {1}
WSP_0091_END_ELEMENT_NO_MATCH(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0091: Expected end element {0} but read {1} at location {2}
WSP_0092_CHARACTER_DATA_UNEXPECTED(Object, Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0092: Character data in unexpected element {0}, character data = {1}, location = {2}
WSP_0093_INVALID_URI(Object, Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0093: Invalid URI "{0}" at location {1}
WSP_0094_INVALID_URN() - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0094: Internal implementation error.
WSP_0095_INVALID_BOOLEAN_VALUE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0095: A value of boolean type may have one of the values "true", "false", "1", "0".
WSP_0096_ERROR_WHILE_COMBINE(Object) - Static method in class com.sun.xml.ws.policy.privateutil.LocalizationMessages
WSP0096: Error while combining {0}.
WSU_ID - Static variable in class com.sun.xml.ws.policy.PolicyConstants
Fully qualified name of the Policy wsu:Id XML attribute
WSU_NAMESPACE_PREFIX - Static variable in class com.sun.xml.ws.policy.PolicyConstants
Standard WS-Security Utility namespace prefix, used in Policy Id
WSU_NAMESPACE_URI - Static variable in class com.sun.xml.ws.policy.PolicyConstants
Standard WS-Security Utility namespace URI, used in Policy Id

X

XML_ID - Static variable in class com.sun.xml.ws.policy.PolicyConstants
Fully qualified name of the xml:id policy attribute
XML_NAMESPACE_URI - Static variable in class com.sun.xml.ws.policy.PolicyConstants
Standard XML namespace URI
XmlPolicyModelMarshaller - Class in com.sun.xml.ws.policy.sourcemodel
 
XmlPolicyModelUnmarshaller - Class in com.sun.xml.ws.policy.sourcemodel
Unmarshal XML policy expressions.
XmlPolicyModelUnmarshaller() - Constructor for class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
Creates a new instance of XmlPolicyModelUnmarshaller
XmlToken - Enum in com.sun.xml.ws.policy.sourcemodel.wspolicy
 
A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form