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

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

public class ContentEncryptedElementsBuilder
extends Object
implements org.apache.cxf.ws.policy.AssertionBuilder


Field Summary
static List<QName> KNOWN_ELEMENTS
           
 
Constructor Summary
ContentEncryptedElementsBuilder()
           
 
Method Summary
 org.apache.cxf.ws.policy.PolicyAssertion build(Element element)
           
 org.apache.cxf.ws.policy.PolicyAssertion buildCompatible(org.apache.cxf.ws.policy.PolicyAssertion a, org.apache.cxf.ws.policy.PolicyAssertion b)
           
 List<QName> getKnownElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KNOWN_ELEMENTS

public static final List<QName> KNOWN_ELEMENTS
Constructor Detail

ContentEncryptedElementsBuilder

public ContentEncryptedElementsBuilder()
Method Detail

build

public org.apache.cxf.ws.policy.PolicyAssertion build(Element element)
Specified by:
build in interface org.apache.cxf.ws.policy.AssertionBuilder

getKnownElements

public List<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