org.apache.cxf.ws.security.policy.builders
Class SupportingTokens12Builder

java.lang.Object
  extended by org.apache.cxf.ws.security.policy.builders.SupportingTokens12Builder
All Implemented Interfaces:
org.apache.cxf.ws.policy.AssertionBuilder

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


Constructor Summary
SupportingTokens12Builder(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
 

Constructor Detail

SupportingTokens12Builder

public SupportingTokens12Builder(org.apache.cxf.ws.policy.PolicyBuilder b)
Method Detail

getKnownElements

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

build

public org.apache.cxf.ws.policy.PolicyAssertion build(org.w3c.dom.Element element)
Specified by:
build 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