Apache CXF API

Uses of Class
org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion

Packages that use JaxbAssertion
org.apache.cxf.transport.http.policy   
org.apache.cxf.ws.policy.builder.jaxb   
org.apache.cxf.ws.rm.policy   
org.apache.cxf.ws.rm.soap   
 

Uses of JaxbAssertion in org.apache.cxf.transport.http.policy
 

Methods in org.apache.cxf.transport.http.policy that return JaxbAssertion
protected  JaxbAssertion<HTTPClientPolicy> HTTPClientAssertionBuilder.buildAssertion()
           
protected  JaxbAssertion<HTTPServerPolicy> HTTPServerAssertionBuilder.buildAssertion()
           
 

Uses of JaxbAssertion in org.apache.cxf.ws.policy.builder.jaxb
 

Methods in org.apache.cxf.ws.policy.builder.jaxb that return JaxbAssertion
protected  JaxbAssertion<T> JaxbAssertionBuilder.buildAssertion()
           
static
<T> JaxbAssertion<T>
JaxbAssertion.cast(org.apache.neethi.Assertion a)
           
static
<T> JaxbAssertion<T>
JaxbAssertion.cast(org.apache.neethi.Assertion a, Class<T> type)
           
 

Uses of JaxbAssertion in org.apache.cxf.ws.rm.policy
 

Methods in org.apache.cxf.ws.rm.policy that return JaxbAssertion
protected  JaxbAssertion<RMAssertion> RMAssertionBuilder.buildAssertion()
           
protected  JaxbAssertion<RMAssertion> RM11AssertionBuilder.buildAssertion()
           
 

Uses of JaxbAssertion in org.apache.cxf.ws.rm.soap
 

Methods in org.apache.cxf.ws.rm.soap that return JaxbAssertion
protected  JaxbAssertion<RMAssertion> RetransmissionQueueImpl.getAssertion(AssertionInfo ai)
           
 


Apache CXF API

Apache CXF