Uses of Class
org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
-
Packages that use JaxbAssertion Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected JaxbAssertion<RMAssertion>RM10AssertionBuilder. buildAssertion() -
Uses of JaxbAssertion in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap that return JaxbAssertion Modifier and Type Method Description protected JaxbAssertion<RMAssertion>RetransmissionQueueImpl. getAssertion(AssertionInfo ai)
-