org.apache.cxf.ws.policy.builder.xml
Class XMLPrimitiveAssertionBuilder
java.lang.Object
org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
org.apache.cxf.ws.policy.builder.xml.XMLPrimitiveAssertionBuilder
- All Implemented Interfaces:
- AssertionBuilder
public class XMLPrimitiveAssertionBuilder
- extends PrimitiveAssertionBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLPrimitiveAssertionBuilder
public XMLPrimitiveAssertionBuilder()
XMLPrimitiveAssertionBuilder
public XMLPrimitiveAssertionBuilder(Collection<QName> els)
build
public PolicyAssertion build(Element element)
- Description copied from interface:
AssertionBuilder
- Constructs an assertion from an xml element.
- Specified by:
build
in interface AssertionBuilder
- Overrides:
build
in class PrimitiveAssertionBuilder
- Parameters:
element
- the element from which to build an assertion
- Returns:
- an Assertion built from the given element
Apache CXF