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 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 org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<RMAssertion>
buildAssertion()
-
-
-
Constructor Detail
-
RM10AssertionBuilder
public RM10AssertionBuilder() throws JAXBException
- Throws:
JAXBException
-
-
Method Detail
-
buildAssertion
protected org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<RMAssertion> buildAssertion()
- Overrides:
buildAssertion
in classorg.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<RMAssertion>
-
-