org.apache.cxf.ws.rm.policy
Class RM10AssertionBuilder
java.lang.Object
org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<RMAssertion>
org.apache.cxf.ws.rm.policy.RM10AssertionBuilder
- All Implemented Interfaces:
- org.apache.neethi.builders.AssertionBuilder<Element>
public class RM10AssertionBuilder
- extends JaxbAssertionBuilder<RMAssertion>
Policy assertion builder for WS-RMP 1.0 (submission). Since this version of WS-RMP nests everything as
direct child elements of the RMAssertion JAXB can be used directly to convert to/from XML.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KNOWN_ELEMENTS
public static final List<QName> KNOWN_ELEMENTS
RM10AssertionBuilder
public RM10AssertionBuilder()
throws JAXBException
- Throws:
JAXBException
buildAssertion
protected JaxbAssertion<RMAssertion> buildAssertion()
- Overrides:
buildAssertion
in class JaxbAssertionBuilder<RMAssertion>
Apache CXF