Apache CXF API

org.apache.cxf.ws.policy
Interface AssertionBuilderRegistry

All Superinterfaces:
Registry<javax.xml.namespace.QName,AssertionBuilder>

public interface AssertionBuilderRegistry
extends Registry<javax.xml.namespace.QName,AssertionBuilder>

AssertionBuilderRegistry is used to manage AssertionBuilders and create Assertion objects from given xml elements.


Method Summary
 org.apache.neethi.Assertion build(org.w3c.dom.Element element)
          Returns an assertion that is built using the specified xml element.
 
Methods inherited from interface org.apache.cxf.extension.Registry
get, register, unregister
 

Method Detail

build

org.apache.neethi.Assertion build(org.w3c.dom.Element element)
Returns an assertion that is built using the specified xml element.

Parameters:
element - the element from which to build an Assertion.
Returns:
an Assertion that is built using the specified element.

Apache CXF API

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