- 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.
- 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(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
-
- 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
-
- 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
-
- 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.
- 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(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.
- 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(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.
- 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.
- 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.
- 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
-
- 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.
- 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.
- 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.
- 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.
- Policy - Class in com.sun.xml.ws.policy
-
A policy represents normalized policy as a wrapper of available policy alternatives represented by
child
AssertionSets
.
- 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
- 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 conveniece 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
-
- 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.
- 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
-
- 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.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.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.
- 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
-
- 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
- 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