Package 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.
-
-
Field Summary
Fields Modifier and Type Field Description static List<QName>KNOWN_ELEMENTS
-
Constructor Summary
Constructors Constructor Description RM10AssertionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JaxbAssertion<RMAssertion>buildAssertion()-
Methods inherited from class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
build, getData, getKnownElements, getOptionality, getUnmarshaller
-
-
-
-
Method Detail
-
buildAssertion
protected JaxbAssertion<RMAssertion> buildAssertion()
- Overrides:
buildAssertionin classJaxbAssertionBuilder<RMAssertion>
-
-