Uses of Class
com.sun.xml.ws.policy.Policy
-
Packages that use Policy Package Description com.sun.xml.ws.policy The root package of public policy API.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 -
-
Uses of Policy in com.sun.xml.ws.policy
Subclasses of Policy in com.sun.xml.ws.policy Modifier and Type Class Description classNestedPolicyA special policy implementation that assures that only no or single policy alternative is possible within this type of policy.Methods in com.sun.xml.ws.policy that return Policy Modifier and Type Method Description static PolicyPolicy. createEmptyPolicy()The factory method creates an immutable policy instance which represents a 'anything allowed' policy expression.static PolicyPolicy. createEmptyPolicy(NamespaceVersion nsVersion, String name, String policyId)The factory method creates an immutable policy instance which represents a 'anything allowed' policy expression.static PolicyPolicy. createEmptyPolicy(String name, String policyId)The factory method creates an immutable policy instance which represents a 'anything allowed' policy expression.static PolicyPolicy. createNullPolicy()The factory method creates an immutable policy instance which represents a 'nothing allowed' policy expression.static PolicyPolicy. createNullPolicy(NamespaceVersion nsVersion, String name, String policyId)The factory method creates an immutable policy instance which represents a 'nothing allowed' policy expression.static PolicyPolicy. createNullPolicy(String name, String policyId)The factory method creates an immutable policy instance which represents a 'nothing allowed' policy expression.static PolicyPolicy. createPolicy(NamespaceVersion nsVersion, String name, String policyId, Collection<AssertionSet> sets)The factory method creates an immutable policy instance which represents a policy expression with alternatives specified bysetsinput parameter.static PolicyPolicy. createPolicy(String name, String policyId, Collection<AssertionSet> sets)The factory method creates an immutable policy instance which represents a policy expression with alternatives specified bysetsinput parameter.static PolicyPolicy. createPolicy(Collection<AssertionSet> sets)The factory method creates an immutable policy instance which represents a policy expression with alternatives specified bysetsinput parameter.PolicyPolicySubject. getEffectivePolicy(PolicyMerger merger)Returns the effective policy of the subject, i.e.PolicyPolicyMap. getEndpointEffectivePolicy(PolicyMapKey key)PolicyPolicyMap. getFaultMessageEffectivePolicy(PolicyMapKey key)PolicyPolicyMap. getInputMessageEffectivePolicy(PolicyMapKey key)PolicyPolicyMap. getOperationEffectivePolicy(PolicyMapKey key)PolicyPolicyMap. getOutputMessageEffectivePolicy(PolicyMapKey key)PolicyPolicyMap. getServiceEffectivePolicy(PolicyMapKey key)PolicyPolicyIntersector. intersect(Policy... policies)Performs intersection on the input collection of policies and returns the resulting (intersected) policy.PolicyPolicyMerger. merge(Collection<Policy> policies)Takes collection of policies and merges them into a single policy using algorithm described in WS-PolicyAttachment specification.Methods in com.sun.xml.ws.policy that return types with arguments of type Policy Modifier and Type Method Description Iterator<Policy>PolicyMap. iterator()Methods in com.sun.xml.ws.policy with parameters of type Policy Modifier and Type Method Description voidPolicySubject. attach(Policy policy)Attaches another Policy instance to the policy subject.PolicyPolicyIntersector. intersect(Policy... policies)Performs intersection on the input collection of policies and returns the resulting (intersected) policy.voidEffectivePolicyModifier. setNewEffectivePolicyForEndpointScope(PolicyMapKey key, Policy newEffectivePolicy)Replaces current effective policy on the endpoint scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier. setNewEffectivePolicyForFaultMessageScope(PolicyMapKey key, Policy newEffectivePolicy)Replaces current effective policy on the fault message scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier. setNewEffectivePolicyForInputMessageScope(PolicyMapKey key, Policy newEffectivePolicy)Replaces current effective policy on the input message scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier. setNewEffectivePolicyForOperationScope(PolicyMapKey key, Policy newEffectivePolicy)Replaces current effective policy on the operation scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier. setNewEffectivePolicyForOutputMessageScope(PolicyMapKey key, Policy newEffectivePolicy)Replaces current effective policy on the output message scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier. setNewEffectivePolicyForServiceScope(PolicyMapKey key, Policy newEffectivePolicy)Replaces current effective policy on the service scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.Method parameters in com.sun.xml.ws.policy with type arguments of type Policy Modifier and Type Method Description PolicyPolicyMerger. merge(Collection<Policy> policies)Takes collection of policies and merges them into a single policy using algorithm described in WS-PolicyAttachment specification.Constructors in com.sun.xml.ws.policy with parameters of type Policy Constructor Description PolicySubject(Object subject, Policy policy)Constructs a policy subject instance.Constructor parameters in com.sun.xml.ws.policy with type arguments of type Policy Constructor Description PolicySubject(Object subject, Collection<Policy> policies)Constructs a policy subject instance. -
Uses of Policy in com.sun.xml.ws.policy.sourcemodel
Methods in com.sun.xml.ws.policy.sourcemodel that return Policy Modifier and Type Method Description PolicyPolicyModelTranslator. translate(PolicySourceModel model)The method translatesPolicySourceModelstructure into normalizedPolicyexpression.Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type Policy Modifier and Type Method Description protected PolicySourceModelPolicyModelGenerator.PolicySourceModelCreator. create(Policy policy)Create an instance of the PolicySourceModel.abstract PolicySourceModelPolicyModelGenerator. translate(Policy policy)This method translates aPolicyinto apolicy infoset. -
Uses of Policy in com.sun.xml.ws.policy.sourcemodel.attach
Methods in com.sun.xml.ws.policy.sourcemodel.attach that return types with arguments of type Policy Modifier and Type Method Description static Map<URI,Policy>ExternalAttachmentsUnmarshaller. unmarshal(Reader source)
-