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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/policy/
H A DAddressingPolicyMapConfigurator.java59 private static final class AddressingAssertion extends PolicyAssertion { class in class:AddressingPolicyMapConfigurator
66 AddressingAssertion(AssertionData assertionData, final AssertionSet nestedAlternative) { method in class:AddressingPolicyMapConfigurator.AddressingAssertion
75 AddressingAssertion(AssertionData assertionData) { method in class:AddressingPolicyMapConfigurator.AddressingAssertion
130 PolicyAssertion nestedAsser = new AddressingAssertion(nestedAsserData, null);
131 assertions.add(new AddressingAssertion(addressingData, AssertionSet.createAssertionSet(Collections.singleton(nestedAsser))));
134 PolicyAssertion nestedAsser = new AddressingAssertion(nestedAsserData, null);
135 assertions.add(new AddressingAssertion(addressingData, AssertionSet.createAssertionSet(Collections.singleton(nestedAsser))));
137 assertions.add(new AddressingAssertion(addressingData, AssertionSet.createAssertionSet(null)));
142 assertions.add(new AddressingAssertion(addressingData, AssertionSet.createAssertionSet(null)));

Completed in 84 milliseconds