Apache CXF API

org.apache.cxf.transport.http.policy
Class HTTPServerAssertionBuilder

java.lang.Object
  extended by org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<HTTPServerPolicy>
      extended by org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
All Implemented Interfaces:
AssertionBuilder

public class HTTPServerAssertionBuilder
extends JaxbAssertionBuilder<HTTPServerPolicy>


Constructor Summary
HTTPServerAssertionBuilder()
           
 
Method Summary
protected  JaxbAssertion<HTTPServerPolicy> buildAssertion()
           
 PolicyAssertion buildCompatible(PolicyAssertion a, PolicyAssertion b)
          Returns a new assertion that is compatible with the two specified assertions or null if no compatible assertion can be built.
 
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

HTTPServerAssertionBuilder

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

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<HTTPServerPolicy>

buildAssertion

protected JaxbAssertion<HTTPServerPolicy> buildAssertion()
Overrides:
buildAssertion in class JaxbAssertionBuilder<HTTPServerPolicy>

Apache CXF API

Apache CXF