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:
org.apache.cxf.ws.policy.AssertionBuilder

public class RMAssertionBuilder
extends org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<RMAssertion>


Constructor Summary
RMAssertionBuilder()
           
 
Method Summary
protected  org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<RMAssertion> buildAssertion()
           
 org.apache.neethi.Assertion buildCompatible(org.apache.neethi.Assertion a, org.apache.neethi.Assertion 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 org.apache.neethi.Assertion buildCompatible(org.apache.neethi.Assertion a,
                                                   org.apache.neethi.Assertion b)
Specified by:
buildCompatible in interface org.apache.cxf.ws.policy.AssertionBuilder
Overrides:
buildCompatible in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<RMAssertion>

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>


Apache CXF