org.apache.cxf.transport.http.policy
Class HTTPServerAssertionBuilder
java.lang.Object
org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<HTTPServerPolicy>
org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
- All Implemented Interfaces:
- org.apache.cxf.ws.policy.AssertionBuilder
public class HTTPServerAssertionBuilder
- extends org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<HTTPServerPolicy>
|
Method Summary |
protected org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<HTTPServerPolicy> |
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 |
HTTPServerAssertionBuilder
public HTTPServerAssertionBuilder()
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
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<HTTPServerPolicy>
buildAssertion
protected org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<HTTPServerPolicy> buildAssertion()
- Overrides:
buildAssertion in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder<HTTPServerPolicy>
Apache CXF