org.apache.cxf.ws.rm.policy
Class RMAssertionBuilder
java.lang.Object
org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<RMAssertion>
org.apache.cxf.ws.rm.policy.RMAssertionBuilder
- All Implemented Interfaces:
- AssertionBuilder
public class RMAssertionBuilder
- extends JaxbAssertionBuilder<RMAssertion>
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
RMAssertionBuilder
public RMAssertionBuilder()
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
buildCompatible
public PolicyAssertion buildCompatible(PolicyAssertion a,
PolicyAssertion b)
- Description copied from interface:
AssertionBuilder
- Returns a new assertion that is compatible with the two specified
assertions or null if no compatible assertion can be built.
- Specified by:
buildCompatible
in interface AssertionBuilder
- Overrides:
buildCompatible
in class JaxbAssertionBuilder<RMAssertion>
buildAssertion
protected JaxbAssertion<RMAssertion> buildAssertion()
- Overrides:
buildAssertion
in class JaxbAssertionBuilder<RMAssertion>
Apache CXF