org.apache.cxf.ws.rm.policy
Class RMAssertionBuilder

java.lang.Object
  extended by org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<RMAssertion>
      extended by org.apache.cxf.ws.rm.policy.RMAssertionBuilder
All Implemented Interfaces:
AssertionBuilder

public class RMAssertionBuilder
extends JaxbAssertionBuilder<RMAssertion>


Constructor Summary
RMAssertionBuilder()
           
 
Method Summary
protected  JaxbAssertion<RMAssertion> buildAssertion()
           
 PolicyAssertion buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 
Methods inherited from class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
build, createUnmarhsaller, getData, getKnownElements, getOptionality, getUnmarshaller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMAssertionBuilder

public RMAssertionBuilder()
                   throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException
Method Detail

buildCompatible

public PolicyAssertion buildCompatible(PolicyAssertion a,
                                       PolicyAssertion b)
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