Package com.sun.xml.ws.policy


package com.sun.xml.ws.policy
The root package of public policy API. The package contains interfaces expected to be used in the most common policy processing use cases, such as scope policy retrieval.
Any policy API classes that are commonly used by other parts of policy API (such as policy-specific exceptions, constants etc.) are expected to be found in this package.
  • Class
    Description
    The AssertionSet is a set of assertions.
    Provides methods for assertion validation.
    Complex assertion is an abstract class that serves as a base class for any assertion that MAY contain nested policies.
    Contains static methods for policy alternative selection.
    The class serves as a policy map mutator that allows for replacement of current effective policies stored in the policy map with new effective policy provided by the mutator user.
    A special policy implementation that assures that only no or single policy alternative is possible within this type of policy.
    A policy represents normalized policy as a wrapper of available policy alternatives represented by child AssertionSets.
    Base class for any policy assertion implementations.
    Commonly used constants by the policy implementations
    This is a base exception class and thrown when there is an error in the policy processing
    The instance of this class is intended to provide policy intersection mechanism.
    A PolicyMap holds all policies for a scope.
    The class provides methods to extend policy map content with new policies
    This class provides implementation of PolicyMapKey interface to be used in connection with PolicyMap.
    The class serves as a base for specific policy map mutator implementations.
    Utility methods that operate on a PolicyMap.
    Merge policies and return the effective policy.
    A PolicySubject is an entity (e.g., a port, operation, binding, service) with which a policy can be associated.
    Simple assertion is an abstract class that serves as a base class for any assertion that MAY NOT contain nested policies.