org.apache.cxf.ws.addressing.policy
Class AddressingAssertionBuilder
java.lang.Object
org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder
- All Implemented Interfaces:
- org.apache.cxf.ws.policy.AssertionBuilder
public class AddressingAssertionBuilder
- extends Object
- implements org.apache.cxf.ws.policy.AssertionBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressingAssertionBuilder
public AddressingAssertionBuilder(org.apache.cxf.Bus b)
build
public org.apache.cxf.ws.policy.PolicyAssertion build(Element elem)
- Specified by:
build in interface org.apache.cxf.ws.policy.AssertionBuilder
getKnownElements
public Collection<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