Uses of Interface
com.sun.xml.ws.policy.spi.PolicyAssertionCreator
-
Packages that use PolicyAssertionCreator Package Description 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.spi The package contains policy API extension point definitions. -
-
Uses of PolicyAssertionCreator in com.sun.xml.ws.policy.sourcemodel
Constructor parameters in com.sun.xml.ws.policy.sourcemodel with type arguments of type PolicyAssertionCreator Constructor Description PolicyModelTranslator(Collection<PolicyAssertionCreator> creators) -
Uses of PolicyAssertionCreator in com.sun.xml.ws.policy.spi
Methods in com.sun.xml.ws.policy.spi with parameters of type PolicyAssertionCreator Modifier and Type Method Description PolicyAssertionPolicyAssertionCreator. createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator)Creates domain-specific policy assertion instance according to assertion data provided.
-