Searched refs:getAssertionSet (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DNestedPolicy.java62 public AssertionSet getAssertionSet() { method in class:NestedPolicy
H A DPolicyAssertion.java324 result = this.getNestedPolicy().getAssertionSet().isCompatibleWith(assertion.getNestedPolicy().getAssertionSet(), mode);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/policy/
H A DAddressingPolicyValidator.java77 for (PolicyAssertion nestedAsser : nestedPolicy.getAssertionSet()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DCompactModelGenerator.java93 final AssertionSet set = policy.getAssertionSet();
H A DNormalizedModelGenerator.java87 final AssertionSet set = policy.getAssertionSet();

Completed in 47 milliseconds