org.apache.cxf.ws.security.policy.builders
Class WSS11Builder
java.lang.Object
org.apache.cxf.ws.security.policy.builders.WSS11Builder
- All Implemented Interfaces:
- org.apache.cxf.ws.policy.AssertionBuilder
public class WSS11Builder
- extends java.lang.Object
- implements org.apache.cxf.ws.policy.AssertionBuilder
|
Constructor Summary |
WSS11Builder(org.apache.cxf.ws.policy.PolicyBuilder b)
|
|
Method Summary |
org.apache.cxf.ws.policy.PolicyAssertion |
build(org.w3c.dom.Element element)
|
org.apache.cxf.ws.policy.PolicyAssertion |
buildCompatible(org.apache.cxf.ws.policy.PolicyAssertion a,
org.apache.cxf.ws.policy.PolicyAssertion b)
|
java.util.List<javax.xml.namespace.QName> |
getKnownElements()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSS11Builder
public WSS11Builder(org.apache.cxf.ws.policy.PolicyBuilder b)
build
public org.apache.cxf.ws.policy.PolicyAssertion build(org.w3c.dom.Element element)
throws java.lang.IllegalArgumentException
- Specified by:
build in interface org.apache.cxf.ws.policy.AssertionBuilder
- Throws:
java.lang.IllegalArgumentException
getKnownElements
public java.util.List<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