Apache CXF API

org.apache.cxf.ws.policy.builders.primitive
Class PrimitiveAssertionBuilder

java.lang.Object
  extended by org.apache.cxf.ws.policy.builders.primitive.PrimitiveAssertionBuilder
All Implemented Interfaces:
AssertionBuilder
Direct Known Subclasses:
NestedPrimitiveAssertionBuilder, XMLPrimitiveAssertionBuilder

public class PrimitiveAssertionBuilder
extends java.lang.Object
implements AssertionBuilder


Constructor Summary
PrimitiveAssertionBuilder()
           
 
Method Summary
 org.apache.neethi.Assertion build(org.w3c.dom.Element element)
          Constructs an assertion from an xml element.
 java.util.Collection<javax.xml.namespace.QName> getKnownElements()
          Returns a collection of QNames describing the xml schema types for which this builder can build assertions.
 void setKnownElements(java.util.Collection<javax.xml.namespace.QName> k)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveAssertionBuilder

public PrimitiveAssertionBuilder()
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
Parameters:
element - the element from which to build an assertion
Returns:
an Assertion built from the given element

getKnownElements

public java.util.Collection<javax.xml.namespace.QName> getKnownElements()
Description copied from interface: AssertionBuilder
Returns a collection of QNames describing the xml schema types for which this builder can build assertions.

Specified by:
getKnownElements in interface AssertionBuilder
Returns:
collection of QNames of known schema types

setKnownElements

public void setKnownElements(java.util.Collection<javax.xml.namespace.QName> k)

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.