Searched refs:createNestedPolicy (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DComplexAssertion.java44 this.nestedPolicy = NestedPolicy.createNestedPolicy(AssertionSet.emptyAssertionSet());
51 this.nestedPolicy = NestedPolicy.createNestedPolicy(nestedSet);
H A DNestedPolicy.java47 static NestedPolicy createNestedPolicy(final AssertionSet set) { method in class:NestedPolicy
51 static NestedPolicy createNestedPolicy(final String name, final String policyId, final AssertionSet set) { method in class:NestedPolicy
H A DPolicyAssertion.java75 this.nestedPolicy = NestedPolicy.createNestedPolicy(nestedAlternative);

Completed in 31 milliseconds