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

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

public class AddressingAssertionBuilder
extends java.lang.Object
implements org.apache.cxf.ws.policy.AssertionBuilder


Constructor Summary
AddressingAssertionBuilder(org.apache.cxf.Bus b)
           
 
Method Summary
 org.apache.cxf.ws.policy.PolicyAssertion build(org.w3c.dom.Element elem)
           
 org.apache.cxf.ws.policy.PolicyAssertion buildCompatible(org.apache.cxf.ws.policy.PolicyAssertion a, org.apache.cxf.ws.policy.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(org.apache.cxf.Bus b)
Method Detail

build

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

getKnownElements

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

buildCompatible

public org.apache.cxf.ws.policy.PolicyAssertion buildCompatible(org.apache.cxf.ws.policy.PolicyAssertion a,
                                                                org.apache.cxf.ws.policy.PolicyAssertion b)
Specified by:
buildCompatible in interface org.apache.cxf.ws.policy.AssertionBuilder


Apache CXF