Apache CXF API

Uses of Class
org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion

Packages that use PrimitiveAssertion
org.apache.cxf.ws.policy.builder.jaxb   
org.apache.cxf.ws.policy.builder.primitive   
org.apache.cxf.ws.policy.builder.xml   
 

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

Subclasses of PrimitiveAssertion in org.apache.cxf.ws.policy.builder.jaxb
 class JaxbAssertion<T>
           
 

Uses of PrimitiveAssertion in org.apache.cxf.ws.policy.builder.primitive
 

Subclasses of PrimitiveAssertion in org.apache.cxf.ws.policy.builder.primitive
 class NestedPrimitiveAssertion
          Implementation of an assertion that required exactly one (possibly empty) child element of type Policy (as does for examples the wsam:Addressing assertion).
 

Uses of PrimitiveAssertion in org.apache.cxf.ws.policy.builder.xml
 

Subclasses of PrimitiveAssertion in org.apache.cxf.ws.policy.builder.xml
 class XmlPrimitiveAssertion
          XmlPrimitiveAssertion is a primitive implementation of an AssertionBuilder that simply wraps the underlying xml element.
 


Apache CXF API

Apache CXF