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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DComplexAssertion.java60 public final NestedPolicy getNestedPolicy() { method in class:ComplexAssertion
H A DSimpleAssertion.java52 public final NestedPolicy getNestedPolicy() { // TODO: make abstract method in class:SimpleAssertion
H A DPolicyAssertion.java239 return getNestedPolicy() != null;
247 public NestedPolicy getNestedPolicy() { method in class:PolicyAssertion
303 getNestedPolicy().toString(indentLevel + 1, buffer).append(PolicyUtils.Text.NEW_LINE);
324 result = this.getNestedPolicy().getAssertionSet().isCompatibleWith(assertion.getNestedPolicy().getAssertionSet(), mode);
348 result = result && ((this.getNestedPolicy() == null) ? ((that.getNestedPolicy() == null) ? true : false) : this.getNestedPolicy().equals(that.getNestedPolicy()));

Completed in 147 milliseconds