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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DAssertionSet.java270 * @param assertionName the fully qualified name of the assertion
273 public boolean contains(final QName assertionName) { argument
274 return vocabulary.contains(assertionName);
H A DPolicy.java568 * @param assertionName the name of the assertion to be tested.
573 public boolean contains(final QName assertionName) { argument
574 return vocabulary.contains(assertionName);

Completed in 30 milliseconds