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 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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<RMAssertion>Methods inherited from class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
build, getData, getKnownElements, getOptionality, getUnmarshaller
-
Field Details
-
KNOWN_ELEMENTS
-
-
Constructor Details
-
RM10AssertionBuilder
public RM10AssertionBuilder() throws jakarta.xml.bind.JAXBException- Throws:
jakarta.xml.bind.JAXBException
-
-
Method Details
-
buildAssertion
- Overrides:
buildAssertionin classorg.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<RMAssertion>
-