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

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

public class HTTPClientAssertionBuilder
extends org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<HTTPClientPolicy>


Field Summary
static List<QName> KNOWN_ELEMENTS
           
 
Constructor Summary
HTTPClientAssertionBuilder()
           
 
Method Summary
protected  org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<HTTPClientPolicy> buildAssertion()
           
 org.apache.cxf.ws.policy.PolicyAssertion buildCompatible(org.apache.cxf.ws.policy.PolicyAssertion a, org.apache.cxf.ws.policy.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
 

Field Detail

KNOWN_ELEMENTS

public static final List<QName> KNOWN_ELEMENTS
Constructor Detail

HTTPClientAssertionBuilder

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

buildCompatible

public org.apache.cxf.ws.policy.PolicyAssertion buildCompatible(org.apache.cxf.ws.policy.PolicyAssertion a,
                                                                org.apache.cxf.ws.policy.PolicyAssertion b)
Specified by:
buildCompatible in interface org.apache.cxf.ws.policy.AssertionBuilder
Overrides:
buildCompatible in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<HTTPClientPolicy>

buildAssertion

protected org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<HTTPClientPolicy> buildAssertion()
Overrides:
buildAssertion in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<HTTPClientPolicy>


Apache CXF