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

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

public class HTTPClientAssertionBuilder
extends JaxbAssertionBuilder<org.apache.cxf.transports.http.configuration.HTTPClientPolicy>


Constructor Summary
HTTPClientAssertionBuilder()
           
 
Method Summary
protected  JaxbAssertion<org.apache.cxf.transports.http.configuration.HTTPClientPolicy> buildAssertion()
           
 org.apache.neethi.Assertion buildCompatible(org.apache.neethi.Assertion a, org.apache.neethi.Assertion 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

HTTPClientAssertionBuilder

public HTTPClientAssertionBuilder()
                           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)
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<org.apache.cxf.transports.http.configuration.HTTPClientPolicy>

buildAssertion

protected JaxbAssertion<org.apache.cxf.transports.http.configuration.HTTPClientPolicy> buildAssertion()
Overrides:
buildAssertion in class JaxbAssertionBuilder<org.apache.cxf.transports.http.configuration.HTTPClientPolicy>


Apache CXF