Apache CXF API

org.apache.cxf.ws.rm.policy
Class RM11AssertionBuilder

java.lang.Object
  extended by org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<RMAssertion>
      extended by org.apache.cxf.ws.rm.policy.RM11AssertionBuilder
All Implemented Interfaces:
org.apache.neethi.builders.AssertionBuilder<Element>

public class RM11AssertionBuilder
extends JaxbAssertionBuilder<RMAssertion>


Field Summary
static List<QName> KNOWN_ELEMENTS
           
 
Constructor Summary
RM11AssertionBuilder()
           
 
Method Summary
protected  JaxbAssertion<RMAssertion> buildAssertion()
           
 
Methods inherited from class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
build, getData, getKnownElements, getOptionality, getUnmarshaller
 
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

RM11AssertionBuilder

public RM11AssertionBuilder()
                     throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException
Method Detail

buildAssertion

protected JaxbAssertion<RMAssertion> buildAssertion()
Overrides:
buildAssertion in class JaxbAssertionBuilder<RMAssertion>

Apache CXF API

Apache CXF