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:
org.apache.neethi.builders.AssertionBuilder<Element>

public class HTTPServerAssertionBuilder
extends JaxbAssertionBuilder<HTTPServerPolicy>


Field Summary
static List<QName> KNOWN_ELEMENTS
           
 
Constructor Summary
HTTPServerAssertionBuilder()
           
 
Method Summary
protected  JaxbAssertion<HTTPServerPolicy> buildAssertion()
           
 
Methods inherited from class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
build, getData, getKnownElements, getOptionality, getUnmarshaller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KNOWN_ELEMENTS

public static final List<QName> KNOWN_ELEMENTS
Constructor Detail

HTTPServerAssertionBuilder

public HTTPServerAssertionBuilder()
                           throws JAXBException
Throws:
JAXBException
Method Detail

buildAssertion

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

Apache CXF API

Apache CXF