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.neethi.Assertion build(org.w3c.dom.Element elem)
           
 org.apache.neethi.Assertion buildCompatible(org.apache.neethi.Assertion a, org.apache.neethi.Assertion 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.neethi.Assertion 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.neethi.Assertion buildCompatible(org.apache.neethi.Assertion a,
                                                   org.apache.neethi.Assertion b)
Specified by:
buildCompatible in interface org.apache.cxf.ws.policy.AssertionBuilder


Apache CXF