Uses of Interface
com.sun.xml.ws.policy.spi.PolicyAssertionCreator

Packages that use PolicyAssertionCreator
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
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
 PolicyAssertion PolicyAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator)
          Creates domain-specific policy assertion instance according to assertion data provided.
 



Copyright © 2006–2015 Oracle Corporation. All rights reserved.