Apache CXF API

Uses of Interface
org.apache.cxf.ws.policy.PolicyAssertion

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

Uses of PolicyAssertion in org.apache.cxf.ws.policy
 

Methods in org.apache.cxf.ws.policy that return PolicyAssertion
 PolicyAssertion AssertionBuilder.build(Element element)
          Constructs an assertion from an xml element.
 PolicyAssertion AssertionBuilderRegistry.build(Element element)
          Returns an assertion that is built using the specified xml element.
 PolicyAssertion AssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
          Returns a new assertion that is compatible with the two specified assertions or null if no compatible assertion can be built.
 PolicyAssertion AssertionInfo.getAssertion()
           
 PolicyAssertion Intersector.intersect(PolicyAssertion a1, PolicyAssertion a2)
           
 

Methods in org.apache.cxf.ws.policy that return types with arguments of type PolicyAssertion
 Collection<PolicyAssertion> EndpointPolicy.getChosenAlternative()
           
 Collection<PolicyAssertion> EffectivePolicy.getChosenAlternative()
           
 Collection<PolicyAssertion> EndpointPolicy.getFaultVocabulary()
           
 Collection<PolicyAssertion> EndpointPolicy.getVocabulary()
           
 Collection<PolicyAssertion> Intersector.intersect(Collection<PolicyAssertion> alt1, Collection<PolicyAssertion> alt2)
           
 Collection<PolicyAssertion> AlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor)
           
 

Methods in org.apache.cxf.ws.policy with parameters of type PolicyAssertion
 PolicyAssertion AssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
          Returns a new assertion that is compatible with the two specified assertions or null if no compatible assertion can be built.
 PolicyAssertion Intersector.intersect(PolicyAssertion a1, PolicyAssertion a2)
           
 boolean AssertionInfoMap.supportsAlternative(PolicyAssertion assertion, List<QName> errors)
           
 

Method parameters in org.apache.cxf.ws.policy with type arguments of type PolicyAssertion
 List<Interceptor> PolicyInterceptorProviderRegistry.getInterceptors(Collection<PolicyAssertion> alterative, boolean out, boolean fault)
           
 Collection<PolicyAssertion> Intersector.intersect(Collection<PolicyAssertion> alt1, Collection<PolicyAssertion> alt2)
           
 Collection<PolicyAssertion> Intersector.intersect(Collection<PolicyAssertion> alt1, Collection<PolicyAssertion> alt2)
           
 boolean PolicyEngine.supportsAlternative(Collection<PolicyAssertion> alterative, Assertor assertor)
           
 boolean AssertionInfoMap.supportsAlternative(Collection<PolicyAssertion> alternative, List<QName> errors)
           
 

Constructors in org.apache.cxf.ws.policy with parameters of type PolicyAssertion
AssertionInfo(PolicyAssertion a)
           
 

Constructor parameters in org.apache.cxf.ws.policy with type arguments of type PolicyAssertion
AssertionInfoMap(Collection<PolicyAssertion> assertions)
           
 

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

Classes in org.apache.cxf.ws.policy.builder.jaxb that implement PolicyAssertion
 class JaxbAssertion<T>
           
 

Methods in org.apache.cxf.ws.policy.builder.jaxb that return PolicyAssertion
 PolicyAssertion JaxbAssertionBuilder.build(Element element)
           
 PolicyAssertion JaxbAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
protected  PolicyAssertion JaxbAssertion.cloneMandatory()
           
 

Methods in org.apache.cxf.ws.policy.builder.jaxb with parameters of type PolicyAssertion
 PolicyAssertion JaxbAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
static
<T> JaxbAssertion<T>
JaxbAssertion.cast(PolicyAssertion a)
           
static
<T> JaxbAssertion<T>
JaxbAssertion.cast(PolicyAssertion a, Class<T> type)
           
 

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

Classes in org.apache.cxf.ws.policy.builder.primitive that implement PolicyAssertion
 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).
 class PrimitiveAssertion
           
 

Methods in org.apache.cxf.ws.policy.builder.primitive that return PolicyAssertion
 PolicyAssertion PrimitiveAssertionBuilder.build(Element element)
           
 PolicyAssertion NestedPrimitiveAssertionBuilder.build(Element elem)
           
 PolicyAssertion PrimitiveAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
          If the two assertions are equal, they are also compatible.
 PolicyAssertion NestedPrimitiveAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
protected  PolicyAssertion PrimitiveAssertion.cloneMandatory()
           
 

Methods in org.apache.cxf.ws.policy.builder.primitive with parameters of type PolicyAssertion
 PolicyAssertion PrimitiveAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
          If the two assertions are equal, they are also compatible.
 PolicyAssertion NestedPrimitiveAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 

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

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

Methods in org.apache.cxf.ws.policy.builder.xml that return PolicyAssertion
 PolicyAssertion XMLPrimitiveAssertionBuilder.build(Element element)
           
protected  PolicyAssertion XmlPrimitiveAssertion.cloneMandatory()
           
 


Apache CXF API

Apache CXF