Apache CXF API

org.apache.cxf.ws.policy.builder.xml
Class XMLPrimitiveAssertionBuilder

java.lang.Object
  extended by org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
      extended by org.apache.cxf.ws.policy.builder.xml.XMLPrimitiveAssertionBuilder
All Implemented Interfaces:
AssertionBuilder

public class XMLPrimitiveAssertionBuilder
extends PrimitiveAssertionBuilder


Field Summary
 
Fields inherited from class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
bus
 
Constructor Summary
XMLPrimitiveAssertionBuilder()
           
XMLPrimitiveAssertionBuilder(Collection<QName> els)
           
 
Method Summary
 PolicyAssertion build(Element element)
          Constructs an assertion from an xml element.
 
Methods inherited from class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
buildCompatible, getKnownElements, setBus, setKnownElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLPrimitiveAssertionBuilder

public XMLPrimitiveAssertionBuilder()

XMLPrimitiveAssertionBuilder

public XMLPrimitiveAssertionBuilder(Collection<QName> els)
Method Detail

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 API

Apache CXF