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()
           
 
Method Summary
 org.apache.neethi.Assertion build(org.w3c.dom.Element element)
          Constructs an assertion from an xml element.
 
Methods inherited from class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
buildCompatible, getKnownElements, getPolicyConstants, 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()
Method Detail

build

public org.apache.neethi.Assertion build(org.w3c.dom.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