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

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

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


Constructor Summary
LayoutBuilder()
           
 
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()
           
 void processAlternative(Element element, Layout parent, SPConstants consts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutBuilder

public LayoutBuilder()
Method Detail

getKnownElements

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

build

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

processAlternative

public void processAlternative(Element element,
                               Layout parent,
                               SPConstants consts)

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