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

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

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


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

RecipientTokenBuilder

public RecipientTokenBuilder(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)
                                               throws java.lang.IllegalArgumentException
Specified by:
build in interface org.apache.cxf.ws.policy.AssertionBuilder
Throws:
java.lang.IllegalArgumentException

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