Searched defs:PolicyAssertionCreator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/spi/
H A DPolicyAssertionCreator.java44 * input parameters into the {@link #createAssertion(AssertionData, Collection, AssertionSet, PolicyAssertionCreator)} method)
49 public interface PolicyAssertionCreator { interface
55 * Supporting domain namespace URI means that particular {@code PolicyAssertionCreator} implementation
57 * method. It is required that each {@code PolicyAssertionCreator} implementation handles the policy
86 PolicyAssertion createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) throws AssertionCreationException;

Completed in 119 milliseconds