- 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.
- add(PolicyAssertion) - Method in class com.sun.xml.ws.policy.AssertionSet
-
- add(AssertionSet) - Method in class com.sun.xml.ws.policy.Policy
-
Adds single alternative to the internal alternatives set of the policy object.
- addAll(Collection<? extends PolicyAssertion>) - Method in class com.sun.xml.ws.policy.AssertionSet
-
- addAll(Collection<AssertionSet>) - Method in class com.sun.xml.ws.policy.Policy
-
Adds all alternatives from the input collection of assertion sets to the policy object's internal set of alternatives.
- addChild(ModelNode) - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
Appends the specified child node to the end of the children list of this node and sets it's parent to reference
this node.
- addModel(URI, PolicySourceModel) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModelContext
-
- addNewChildNode(NamespaceVersion, ModelNode, StartElement) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
-
- addNewPolicyReference(ModelNode) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
-
Adds new policy reference to the policy source model.
- addSubjects(Collection<PolicySubject>, PolicyMap.ScopeMap) - Method in class com.sun.xml.ws.policy.PolicyMap
-
Add all subjects in the given map to the collection
- allNestedPolicies - Variable in class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator.RawAlternative
-
- AlternativeFitness() - Constructor for enum com.sun.xml.ws.policy.EffectiveAlternativeSelector.AlternativeFitness
-
- alternatives - Variable in class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator.RawPolicy
-
- ANONYMOUS_EMPTY_POLICY - Static variable in class com.sun.xml.ws.policy.Policy
-
Constant representation of all 'EMPTY' policies returned by createEmptyPolicy() factory method.
- ANONYMOUS_NULL_POLICY - Static variable in class com.sun.xml.ws.policy.Policy
-
Constant representation of all 'NULL' policies returned by createNullPolicy() factory method.
- APPLIES_TO - Static variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- areAssertionsCompatible(AssertionSet, PolicyIntersector.CompatibilityMode) - Method in class com.sun.xml.ws.policy.AssertionSet
-
- areEqual(PolicyMapKey, PolicyMapKey) - Method in interface com.sun.xml.ws.policy.PolicyMapKeyHandler
-
- 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_COMPARATOR - Static variable in class com.sun.xml.ws.policy.AssertionSet
-
The comparator comapres policy assertions according to their publicly accessible attributes, in the following
order of attributes:
1.
- 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.
- assertionCreators - Variable in class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator
-
- 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.
- AssertionData(QName, String, Map<QName, String>, ModelNode.Type, boolean, boolean) - Constructor for class com.sun.xml.ws.policy.sourcemodel.AssertionData
-
Constructs assertion data wrapper instance for an assertion or assertion parameter that contains a value or
some attributes.
- AssertionData(AssertionData) - Constructor for class com.sun.xml.ws.policy.sourcemodel.AssertionData
-
Copy constructor.
- assertionData - Variable in exception com.sun.xml.ws.policy.spi.AssertionCreationException
-
- assertions - Variable in class com.sun.xml.ws.policy.AssertionSet
-
- assertions - Variable in class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator.ContentDecomposition
-
- AssertionSet - Class in com.sun.xml.ws.policy
-
The AssertionSet is a set of assertions.
- AssertionSet(List<PolicyAssertion>) - Constructor for class com.sun.xml.ws.policy.AssertionSet
-
- AssertionSet(Collection<AssertionSet>) - Constructor for class com.sun.xml.ws.policy.AssertionSet
-
- assertionSets - Variable in class com.sun.xml.ws.policy.Policy
-
internal collection of policy alternatives
- AssertionValidationProcessor - Class in com.sun.xml.ws.policy
-
Provides methods for assertion validation.
- AssertionValidationProcessor() - Constructor for class com.sun.xml.ws.policy.AssertionValidationProcessor
-
This constructor instantiates the object with a set of dynamically
discovered PolicyAssertionValidators.
- 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(PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyScope
-
- attach(Policy) - Method in class com.sun.xml.ws.policy.PolicySubject
-
Attaches another Policy instance to the policy subject.
- attributes - Variable in class com.sun.xml.ws.policy.sourcemodel.AssertionData
-
- CACHE - Variable in class com.sun.xml.ws.policy.sourcemodel.attach.ContextClassloaderLocal
-
- checkCreateChildOperationSupportForType(ModelNode.Type) - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
- checkEndTagName(QName, EndElement) - Method in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- checkEndTagName(QName, EndElement) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
-
Method checks whether the actual name of the end tag is equal to the expected name - the name of currently unmarshalled
XML policy model element.
- children - Variable in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
- childrenSize() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
Returns the number of child policy source model nodes.
- CLASS_INITIALIZATION_EXCEPTION - Static variable in class com.sun.xml.ws.policy.sourcemodel.PolicyReferenceData
-
- classLoader - Variable in class com.sun.xml.ws.policy.privateutil.ServiceFinder
-
- CLIENT_CONFIGURATION_IDENTIFIER - Static variable in class com.sun.xml.ws.policy.PolicyConstants
-
Identifier of the client-side configuration file
- clientAssertions - Variable in class com.sun.xml.ws.policy.spi.AbstractQNameValidator
-
- 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.
- Collections() - Constructor for class com.sun.xml.ws.policy.privateutil.PolicyUtils.Collections
-
- 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
-
- 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.EffectiveAlternativeSelector.AlternativeFitness
-
- combine(U, Collection<T>, boolean) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Collections
-
TODO javadocs
- combine(PolicyAssertionValidator.Fitness) - Method in enum com.sun.xml.ws.policy.spi.PolicyAssertionValidator.Fitness
-
- Commons() - Constructor for class com.sun.xml.ws.policy.privateutil.PolicyUtils.Commons
-
- CompactModelGenerator - Class in com.sun.xml.ws.policy.sourcemodel
-
Create a compact WS-Policy infoset.
- CompactModelGenerator(PolicyModelGenerator.PolicySourceModelCreator) - Constructor for class com.sun.xml.ws.policy.sourcemodel.CompactModelGenerator
-
- 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.
- Comparison() - Constructor for class com.sun.xml.ws.policy.privateutil.PolicyUtils.Comparison
-
- CompatibilityMode() - Constructor for enum com.sun.xml.ws.policy.PolicyIntersector.CompatibilityMode
-
- 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
-
- ConfigFile() - Constructor for class com.sun.xml.ws.policy.privateutil.PolicyUtils.ConfigFile
-
- configs - Variable in class com.sun.xml.ws.policy.privateutil.ServiceFinder.LazyIterator
-
- 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(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(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.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.
- ContentDecomposition() - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator.ContentDecomposition
-
- ContextClassloaderLocal<V> - Class in com.sun.xml.ws.policy.sourcemodel.attach
-
Simple utility ensuring that the value is cached only in case it is non-internal implementation
- ContextClassloaderLocal() - Constructor for class com.sun.xml.ws.policy.sourcemodel.attach.ContextClassloaderLocal
-
- 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 class com.sun.xml.ws.policy.sourcemodel.DefaultPolicyAssertionCreator
-
- 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.
- createChildAssertionParameterNode(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.
- 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.
- createChildPolicyReferenceNode(PolicyReferenceData) - 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(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(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.
- createExceptionMessage(Object, Object[], String) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Reflection
-
- 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.
- createLocalCopy(PolicyMapKey) - Method in class com.sun.xml.ws.policy.PolicyMap.ScopeMap
-
- 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.
- createNestedPolicy(AssertionSet) - Static method in class com.sun.xml.ws.policy.NestedPolicy
-
- createNestedPolicy(String, String, AssertionSet) - Static method in class com.sun.xml.ws.policy.NestedPolicy
-
- createNewInstance() - Method in class com.sun.xml.ws.policy.sourcemodel.attach.ContextClassloaderLocal
-
- 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(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(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.
- createOperationOrInputOutputMessageKey(QName, QName, QName) - Static method in class com.sun.xml.ws.policy.PolicyMap
-
- 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.
- 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(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.
- createPolicyAlternatives(PolicySourceModel) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator
-
Method creates policy alternatives according to provided model.
- createPolicyAssertion(AssertionData, Collection<PolicyAssertion>, AssertionSet) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator
-
- createPolicyAssertionParameter(ModelNode) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator
-
- 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.
- createRootPolicyNode(PolicySourceModel) - Static method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
The factory method creates and initializes the POLICY model node and sets it's parent model reference to point to
the model supplied as an input parameter.
- 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.
- createXMLEventReader(Object) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
-
Method checks if the storage type is supported and transforms it to XMLEventReader instance which is then returned.
- currentPolicy - Variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- currentUri - Variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- 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.
- generateHashCode(PolicyMapKey) - Method in interface com.sun.xml.ws.policy.PolicyMapKeyHandler
-
- get(QName) - Method in class com.sun.xml.ws.policy.AssertionSet
-
Searches for assertions with given name.
- get() - Method in class com.sun.xml.ws.policy.sourcemodel.attach.ContextClassloaderLocal
-
- 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
- getAllKeys() - Method in class com.sun.xml.ws.policy.PolicyMap.ScopeMap
-
- 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.
- getAssertions() - Method in class com.sun.xml.ws.policy.AssertionSet
-
Return all assertions contained in this assertion set.
- 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.
- getAttributeByName(StartElement, QName) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
-
- 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.
- getChildren() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
- 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.
- getContent() - Method in class com.sun.xml.ws.policy.Policy
-
- getContextClassLoader() - Static method in class com.sun.xml.ws.policy.sourcemodel.attach.ContextClassloaderLocal
-
- getDefaultNamespacePrefix() - Method in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
-
Method returns default namespace prefix for given namespace version.
- getDefaultPrefix(String) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
-
Method retrieves default prefix for given namespace.
- getDigest() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyReferenceData
-
- getDigestAlgorithmUri() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyReferenceData
-
- getEffectivePolicy(PolicyMapKey) - Method in class com.sun.xml.ws.policy.PolicyMap.ScopeMap
-
- getEffectivePolicy(PolicyMerger) - Method in class com.sun.xml.ws.policy.PolicyScope
-
Returns all policies of the scope merged into one policy
- 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
-
- 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() - Static method in class com.sun.xml.ws.policy.privateutil.PolicyLogger
-
- 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
-
- getModels() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModelContext
-
- 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
-
- getNamespaceToPrefixMapping() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
-
Provides information about how namespaces used in this
PolicySourceModel
instance should be mapped to their default prefixes when marshalled.
- 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.
- getNestedAssertionsIterator() - Method in class com.sun.xml.ws.policy.PolicyAssertion
-
- 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.
- getPolicyReferenceData() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
Returns the policy reference data for this policy source model node.
- getPolicySubjects() - Method in class com.sun.xml.ws.policy.PolicyMap
-
Returns all policy subjects contained by this map.
- getPolicySubjects() - Method in class com.sun.xml.ws.policy.PolicyScope
-
Returns all subjects contained by this scope
- 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.
- getReferenceData() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
- getReferencedModel() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
- getReferencedModelRootNode(ModelNode) - Static method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator
-
- getReferencedModelUri() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyReferenceData
-
- 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.
- getStoredScopes() - Method in class com.sun.xml.ws.policy.PolicyMap.ScopeMap
-
- 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 class com.sun.xml.ws.policy.sourcemodel.DefaultPolicyAssertionCreator
-
- 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.
- getUsedNamespaces() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
-
Iterates through policy vocabulary and extracts set of namespaces used in
the policy expression.
- 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.AssertionSet
-
Retrieves the vocabulary of this policy expression.
- 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.
- ignorable - Variable in class com.sun.xml.ws.policy.sourcemodel.AssertionData
-
- immutableVocabulary - Variable in class com.sun.xml.ws.policy.AssertionSet
-
- immutableVocabulary - Variable in class com.sun.xml.ws.policy.Policy
-
immutable version of policy vocabulary that is made available to clients via getter method
- initializeNewModel(StartElement) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
-
- initialValue() - Method in class com.sun.xml.ws.policy.sourcemodel.attach.ContextClassloaderLocal
-
- inputMessageMap - Variable in class com.sun.xml.ws.policy.PolicyMap
-
- 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.
- internalMap - Variable in class com.sun.xml.ws.policy.PolicyMap.ScopeMap
-
- 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.
- invisibleAssertionXmlMarshaller - Static variable in class com.sun.xml.ws.policy.sourcemodel.PolicyModelMarshaller
-
- invoke(Object, Method, Object[]) - Static method in class com.sun.xml.ws.policy.privateutil.MethodUtil
-
- invoke(Object, String, Class<T>, Object...) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Reflection
-
Reflectively invokes specified method on the specified target
- invoke(Object, String, Class<T>, Object[], Class[]) - Static method in class com.sun.xml.ws.policy.privateutil.PolicyUtils.Reflection
-
Reflectively invokes specified method on the specified target
- INVOKE_METHOD - Static variable in class com.sun.xml.ws.policy.privateutil.MethodUtil
-
- IO() - Constructor for class com.sun.xml.ws.policy.privateutil.PolicyUtils.IO
-
- 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
-
- isChildTypeSupported(ModelNode.Type) - Method in enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
-
Method checks the PSM state machine if the creation of new child of given type is plausible for a node element
with type set to this type instance.
- isCompatibleWith(AssertionSet, PolicyIntersector.CompatibilityMode) - Method in class com.sun.xml.ws.policy.AssertionSet
-
Checks whether this policy alternative is compatible with the provided policy alternative.
- isCompatibleWith(PolicyAssertion, PolicyIntersector.CompatibilityMode) - Method in class com.sun.xml.ws.policy.PolicyAssertion
-
Checks whether this policy alternative is compatible with the provided policy alternative.
- isConnected() - Method in class com.sun.xml.ws.policy.PolicyMapMutator
-
This method provides connection status information of the policy map mutator instance.
- isDomainSpecific() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
The method specifies whether the model node instance represents assertion related node, it means whether its type
is 'ASSERTION' or 'ASSERTION_PARAMETER_NODE'.
- 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.
- isEmpty() - Method in class com.sun.xml.ws.policy.PolicyMap.ScopeMap
-
- isExpanded() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
-
Returns a boolean value indicating whether this policy source model contains is already expanded (i.e.
- 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
-
- isParameter() - Method in class com.sun.xml.ws.policy.PolicyAssertion
-
- 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.PolicyMap.ScopeMap
-
- iterator() - Method in class com.sun.xml.ws.policy.privateutil.ServiceFinder
-
Returns discovered objects incrementally.
- iterator() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
Iterates through all child nodes.
- parameters - Variable in class com.sun.xml.ws.policy.PolicyAssertion
-
- parameters - Variable in class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator.RawAssertion
-
- parent - Variable in class com.sun.xml.ws.policy.subject.WsdlBindingSubject
-
- parentModel - Variable in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
- parentNode - Variable in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
- parse(Class, URL, Set<String>) - Static method in class com.sun.xml.ws.policy.privateutil.ServiceFinder
-
Parse the content of the given URL as a provider-configuration file.
- parseAssertionData(NamespaceVersion, String, ModelNode, StartElement) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
-
- parseBooleanValue(String) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
-
Return true if the value is "true" or "1".
- parseLine(Class, URL, BufferedReader, int, List<String>, Set<String>) - Static method in class com.sun.xml.ws.policy.privateutil.ServiceFinder
-
Parse a single line from the given configuration file, adding the name
on the line to both the names list and the returned set iff the name is
not already a member of the returned set.
- pending - Variable in class com.sun.xml.ws.policy.privateutil.ServiceFinder.LazyIterator
-
- policies - Variable in class com.sun.xml.ws.policy.PolicySubject
-
- POLICIES - Static variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- 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(String, String, List<AssertionSet>, Set<QName>) - Constructor for class com.sun.xml.ws.policy.Policy
-
A most flexible policy object constructor that allows private creation of policy objects and direct setting
of all its attributes.
- Policy(String, Collection<AssertionSet>) - Constructor for class com.sun.xml.ws.policy.Policy
-
Constructor that should be overridden by child implementation.
- Policy(String, String, String, Collection<AssertionSet>) - Constructor for class com.sun.xml.ws.policy.Policy
-
Constructor that should be overridden by child implementation.
- Policy(NamespaceVersion, String, String, List<AssertionSet>, Set<QName>) - Constructor for class com.sun.xml.ws.policy.Policy
-
A most flexible policy object constructor that allows private creation of policy objects and direct setting
of all its attributes.
- Policy(NamespaceVersion, String, Collection<AssertionSet>) - Constructor for class com.sun.xml.ws.policy.Policy
-
Constructor that should be overridden by child implementation.
- Policy(NamespaceVersion, String, String, String, Collection<AssertionSet>) - Constructor for class com.sun.xml.ws.policy.Policy
-
Constructor that should be overridden by child implementation.
- POLICY - Static variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- POLICY_ATTACHMENT - Static variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- POLICY_PACKAGE_ROOT - Static variable in class com.sun.xml.ws.policy.privateutil.PolicyLogger
-
If we run with JAX-WS, we are using its logging domain (appended with ".wspolicy").
- POLICY_TOSTRING_NAME - Static variable in class com.sun.xml.ws.policy.Policy
-
A string constant used in package private constructor to customize the object's toString() method output.
- POLICY_UNMARSHALLER - Static variable in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- 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>, AssertionSet) - 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
- 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
- PolicyConstants() - Constructor for class com.sun.xml.ws.policy.PolicyConstants
-
Prevent instantiation of this class.
- 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
-
- policyId - Variable in class com.sun.xml.ws.policy.Policy
-
Policy ID holder
- policyId - Variable in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
-
- PolicyIntersector - Class in com.sun.xml.ws.policy
-
The instance of this class is intended to provide policy intersection mechanism.
- PolicyIntersector(PolicyIntersector.CompatibilityMode) - Constructor for class com.sun.xml.ws.policy.PolicyIntersector
-
Prevents direct instantiation of this class from outside
- PolicyIntersector.CompatibilityMode - Enum in com.sun.xml.ws.policy
-
- PolicyLogger - Class in com.sun.xml.ws.policy.privateutil
-
This is a helper class that provides some conveniece methods wrapped around the
standard Logger interface.
- PolicyLogger(String, String) - Constructor for class com.sun.xml.ws.policy.privateutil.PolicyLogger
-
Make sure this class cannot be instantiated by client code.
- PolicyMap - Class in com.sun.xml.ws.policy
-
A PolicyMap holds all policies for a scope.
- PolicyMap() - Constructor for class com.sun.xml.ws.policy.PolicyMap
-
This constructor is private to prevent direct instantiation from outside of the class
- PolicyMap.ScopeMap - Class in com.sun.xml.ws.policy
-
- PolicyMap.ScopeType - Enum in com.sun.xml.ws.policy
-
- PolicyMapExtender - Class in com.sun.xml.ws.policy
-
The class provides methods to extend policy map content with new policies
- PolicyMapExtender() - Constructor for class com.sun.xml.ws.policy.PolicyMapExtender
-
This constructor is private to prevent direct instantiation from outside of the class
- PolicyMapKey - Class in com.sun.xml.ws.policy
-
This class provides implementation of PolicyMapKey interface to be used in connection with
PolicyMap.
- PolicyMapKey(QName, QName, QName, PolicyMapKeyHandler) - Constructor for class com.sun.xml.ws.policy.PolicyMapKey
-
- PolicyMapKey(QName, QName, QName, QName, PolicyMapKeyHandler) - Constructor for class com.sun.xml.ws.policy.PolicyMapKey
-
- PolicyMapKey(PolicyMapKey) - Constructor for class com.sun.xml.ws.policy.PolicyMapKey
-
- 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
-
- PolicyMapKeyHandler - Interface in com.sun.xml.ws.policy
-
This interface defines method that is used to handle actual equality comparison and hash code generation for PolicyMapKey object.
- PolicyMapMutator - Class in com.sun.xml.ws.policy
-
The class serves as a base for specific policy map mutator implementations.
- PolicyMapMutator() - Constructor for class com.sun.xml.ws.policy.PolicyMapMutator
-
Creates a new instance of PolicyMapMutator.
- PolicyMapUtil - Class in com.sun.xml.ws.policy
-
Utility methods that operate on a PolicyMap.
- PolicyMapUtil() - Constructor for class com.sun.xml.ws.policy.PolicyMapUtil
-
Prevent instantiation.
- PolicyMerger - Class in com.sun.xml.ws.policy
-
Merge policies and return the effective policy.
- PolicyMerger() - Constructor for class com.sun.xml.ws.policy.PolicyMerger
-
This private constructor is to avoid direct class instantiation from outsied of the package
- 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.
- PolicyModelMarshaller() - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicyModelMarshaller
-
Default constructor to ensure we have a common model marshaller base, but only our API classes implemented in this
package will be able to extend this abstract class.
- policyModels - Variable in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModelContext
-
- PolicyModelTranslator - Class in com.sun.xml.ws.policy.sourcemodel
-
- PolicyModelTranslator() - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator
-
- PolicyModelTranslator(Collection<PolicyAssertionCreator>) - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator
-
- PolicyModelTranslator.ContentDecomposition - Class in com.sun.xml.ws.policy.sourcemodel
-
- PolicyModelTranslator.RawAlternative - Class in com.sun.xml.ws.policy.sourcemodel
-
- PolicyModelTranslator.RawAssertion - Class in com.sun.xml.ws.policy.sourcemodel
-
- PolicyModelTranslator.RawPolicy - Class in com.sun.xml.ws.policy.sourcemodel
-
- 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.
- PolicyModelUnmarshaller() - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicyModelUnmarshaller
-
Default constructor to ensure we have a common model unmarshaller base, but only our API classes implemented in this
package will be able to extend this abstract class.
- policyName - Variable in class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
-
- PolicyReferenceData - Class in com.sun.xml.ws.policy.sourcemodel
-
- PolicyReferenceData(URI) - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicyReferenceData
-
Creates a new instance of PolicyReferenceData
- PolicyReferenceData(URI, String, URI) - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicyReferenceData
-
- PolicyScope - Class in com.sun.xml.ws.policy
-
A policy scope is a collection of equally ranked elements or subjects that
hold policies
- PolicyScope(List<PolicySubject>) - Constructor for class com.sun.xml.ws.policy.PolicyScope
-
- PolicySourceModel - Class in com.sun.xml.ws.policy.sourcemodel
-
This class is a root of unmarshaled policy source structure.
- PolicySourceModel(NamespaceVersion) - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
-
Constructor that creates a new policy source model instance without any
id or name identifier.
- PolicySourceModel(NamespaceVersion, String, String) - 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.
- 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
-
- PolicySourceModelContext() - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicySourceModelContext
-
Private constructor prevents instantiation of the instance from outside of the class
- PolicySourceModelCreator() - Constructor for class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator.PolicySourceModelCreator
-
- 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.
- 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() - Constructor for class com.sun.xml.ws.policy.privateutil.PolicyUtils
-
- 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.Reflection - Class in com.sun.xml.ws.policy.privateutil
-
Reflection utilities wrapper
- PolicyUtils.Rfc2396 - Class in com.sun.xml.ws.policy.privateutil
-
- PolicyUtils.ServiceProvider - Class in com.sun.xml.ws.policy.privateutil
-
Wrapper for ServiceFinder class which is not part of the Java SE yet.
- PolicyUtils.Text - Class in com.sun.xml.ws.policy.privateutil
-
Text utilities wrapper.
- port - Variable in class com.sun.xml.ws.policy.PolicyMapKey
-
- portName - Variable in class com.sun.xml.ws.policy.subject.PolicyMapKeyConverter
-
- prefix - Static variable in class com.sun.xml.ws.policy.privateutil.ServiceFinder
-
- PrefixMapper - Interface in com.sun.xml.ws.policy.spi
-
Maps an XML prefix to a namespace.
- processCharacters(Characters, StartElement, Map<URI, Policy>) - Method in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- processCharacters(ModelNode.Type, Characters, StringBuilder) - Method in class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
-
- processEndTag(EndElement, StartElement) - Method in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- processStartTag(StartElement, StartElement, XMLEventReader, Map<URI, Policy>) - Method in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- processUri(Characters, Map<URI, Policy>) - Method in class com.sun.xml.ws.policy.sourcemodel.attach.ExternalAttachmentsUnmarshaller
-
- 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
-
- putSubject(PolicyMap.ScopeType, PolicyMapKey, PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyMap
-
Places new subject into policy map under the scope identified by it's type and policy map key.
- putSubject(PolicyMapKey, PolicySubject) - Method in class com.sun.xml.ws.policy.PolicyMap.ScopeMap
-
- Text() - Constructor for class com.sun.xml.ws.policy.privateutil.PolicyUtils.Text
-
- toArray() - Method in class com.sun.xml.ws.policy.privateutil.ServiceFinder
-
Returns discovered objects all at once.
- token - Variable in enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
-
- tokenName - Variable in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.XmlToken
-
- tokenToQNameCache - Variable in enum com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
-
- toString() - Method in class com.sun.xml.ws.policy.AssertionSet
-
An Object.toString() method override.
- toString(int, StringBuffer) - Method in class com.sun.xml.ws.policy.AssertionSet
-
A helper method that appends indented string representation of this instance to the input string buffer.
- toString() - Method in class com.sun.xml.ws.policy.NestedPolicy
-
An Object.toString() method override.
- toString(int, StringBuffer) - Method in class com.sun.xml.ws.policy.NestedPolicy
-
A helper method that appends indented string representation of this instance to the input string buffer.
- toString() - Method in class com.sun.xml.ws.policy.Policy
-
An Object.toString() method override.
- toString(int, StringBuffer) - Method in class com.sun.xml.ws.policy.Policy
-
A helper method that appends indented string representation of this instance to the input string buffer.
- toString() - Method in class com.sun.xml.ws.policy.PolicyAssertion
-
An Object.toString() method override.
- 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() - Method in class com.sun.xml.ws.policy.PolicyMap.ScopeMap
-
- 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.PolicyScope
-
An Object.toString() method override.
- toString(int, StringBuffer) - Method in class com.sun.xml.ws.policy.PolicyScope
-
A helper method that appends indented string representation of this instance to the input string buffer.
- toString() - Method in class com.sun.xml.ws.policy.PolicySubject
-
An Object.toString() method override.
- toString(int, StringBuffer) - Method in class com.sun.xml.ws.policy.PolicySubject
-
A helper method that appends indented string representation of this instance to the input string buffer.
- toString() - Method in class com.sun.xml.ws.policy.sourcemodel.AssertionData
-
- 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() - Method in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
Returns a string representation of the object.
- 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.
- toString() - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyReferenceData
-
An Object.toString() method override.
- toString(int, StringBuffer) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyReferenceData
-
A helper method that appends indented string representation of this instance to the input string buffer.
- 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
-
- toStringName - Variable in class com.sun.xml.ws.policy.Policy
-
policy object name used in a toString() method.
- translate(Policy) - Method in class com.sun.xml.ws.policy.sourcemodel.CompactModelGenerator
-
- translate(ModelNode, NestedPolicy) - Method in class com.sun.xml.ws.policy.sourcemodel.CompactModelGenerator
-
- translate(Policy) - Method in class com.sun.xml.ws.policy.sourcemodel.NormalizedModelGenerator
-
- translate(ModelNode, NestedPolicy) - Method in class com.sun.xml.ws.policy.sourcemodel.NormalizedModelGenerator
-
- translate(Policy) - Method in class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
-
This method translates a
Policy into a
policy infoset.
- 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, 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, 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
-
- type - Variable in class com.sun.xml.ws.policy.sourcemodel.AssertionData
-
- type - Variable in class com.sun.xml.ws.policy.sourcemodel.ModelNode
-
- Type(XmlToken) - Constructor for enum com.sun.xml.ws.policy.sourcemodel.ModelNode.Type
-
- validateAssertion(PolicyAssertion, Collection<QName>, Collection<QName>) - Method in class com.sun.xml.ws.policy.spi.AbstractQNameValidator
-
- 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.
- validators - Variable in class com.sun.xml.ws.policy.AssertionValidationProcessor
-
- value - Variable in class com.sun.xml.ws.policy.sourcemodel.AssertionData
-
- valueOf(String) - Static method in enum com.sun.xml.ws.policy.EffectiveAlternativeSelector.AlternativeFitness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.policy.PolicyIntersector.CompatibilityMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.policy.PolicyMap.ScopeType
-
Returns the enum constant of this type with the specified name.
- 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.EffectiveAlternativeSelector.AlternativeFitness
-
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.PolicyIntersector.CompatibilityMode
-
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.PolicyMap.ScopeType
-
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.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
- vocabulary - Variable in class com.sun.xml.ws.policy.AssertionSet
-
- vocabulary - Variable in class com.sun.xml.ws.policy.Policy
-
internal collection of policy vocabulary entries (qualified names of all assertion types present in the policy expression)
- WsdlBindingSubject - Class in com.sun.xml.ws.policy.subject
-
Provides objects for use as WSDL 1.0/1.1 policy subjects.
- WsdlBindingSubject(QName, WsdlBindingSubject.WsdlNameScope, WsdlBindingSubject) - Constructor for class com.sun.xml.ws.policy.subject.WsdlBindingSubject
-
- WsdlBindingSubject(QName, WsdlBindingSubject.WsdlMessageType, WsdlBindingSubject.WsdlNameScope, WsdlBindingSubject) - Constructor for class com.sun.xml.ws.policy.subject.WsdlBindingSubject
-
- 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.
- WsdlMessageType() - Constructor for enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlMessageType
-
- WsdlNameScope() - Constructor for enum com.sun.xml.ws.policy.subject.WsdlBindingSubject.WsdlNameScope
-
- 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