Uses of Interface
com.sun.xml.ws.policy.spi.PolicyAssertionCreator
Packages that use PolicyAssertionCreator
Package
Description
The part of public policy API that defines the classes and interfaces dealing with
the policy tree structure (policy source model) creation and manipulation.
The package contains policy API extension point definitions.
-
Uses of PolicyAssertionCreator in com.sun.xml.ws.config.management.policy
Classes in com.sun.xml.ws.config.management.policy that implement PolicyAssertionCreatorModifier and TypeClassDescriptionclassInstantiates a PolicyAssertion of type ManagedServiceAssertion or ManagedClientAssertion.Methods in com.sun.xml.ws.config.management.policy with parameters of type PolicyAssertionCreatorModifier and TypeMethodDescriptionManagementAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) -
Uses of PolicyAssertionCreator in com.sun.xml.ws.policy.sourcemodel
Constructor parameters in com.sun.xml.ws.policy.sourcemodel with type arguments of type PolicyAssertionCreatorModifierConstructorDescriptionprotected -
Uses of PolicyAssertionCreator in com.sun.xml.ws.policy.spi
Methods in com.sun.xml.ws.policy.spi with parameters of type PolicyAssertionCreatorModifier and TypeMethodDescriptionPolicyAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) Creates domain-specific policy assertion instance according to assertion data provided.