org.apache.cxf.ws.addressing.policy
Class AddressingAssertionBuilder

java.lang.Object
  extended by org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder
All Implemented Interfaces:
AssertionBuilder

public class AddressingAssertionBuilder
extends java.lang.Object
implements AssertionBuilder


Constructor Summary
AddressingAssertionBuilder(Bus b)
           
 
Method Summary
 PolicyAssertion build(org.w3c.dom.Element elem)
           
 PolicyAssertion buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 java.util.Collection<javax.xml.namespace.QName> getKnownElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressingAssertionBuilder

public AddressingAssertionBuilder(Bus b)
Method Detail

build

public PolicyAssertion build(org.w3c.dom.Element elem)
Specified by:
build in interface AssertionBuilder

getKnownElements

public java.util.Collection<javax.xml.namespace.QName> getKnownElements()
Specified by:
getKnownElements in interface AssertionBuilder

buildCompatible

public PolicyAssertion buildCompatible(PolicyAssertion a,
                                       PolicyAssertion b)
Specified by:
buildCompatible in interface AssertionBuilder


Apache CXF