Class RM10AssertionBuilder

  • All Implemented Interfaces:
    org.apache.neethi.builders.AssertionBuilder<Element>

    public class RM10AssertionBuilder
    extends org.apache.cxf.ws.policy.builder.jaxb.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 Detail

      • KNOWN_ELEMENTS

        public static final List<QName> KNOWN_ELEMENTS
    • Method Detail

      • buildAssertion

        protected org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<RMAssertion> buildAssertion()
        Overrides:
        buildAssertion in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<RMAssertion>