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<org.apache.cxf.transports.http.configuration.HTTPServerPolicy> HTTPServerAssertionBuilder.buildAssertion()
           
protected  JaxbAssertion<org.apache.cxf.transports.http.configuration.HTTPClientPolicy> HTTPClientAssertionBuilder.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, java.lang.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<org.apache.cxf.ws.rm.policy.RMAssertion> RMAssertionBuilder.buildAssertion()
           
 

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

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



Apache CXF