Apache CXF API

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

Packages that use PolicyAssertion
org.apache.cxf.transport.http.policy   
org.apache.cxf.ws.addressing.policy   
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   
org.apache.cxf.ws.policy.mtom   
org.apache.cxf.ws.policy.selector   
org.apache.cxf.ws.rm.policy   
 

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

Methods in org.apache.cxf.transport.http.policy that return PolicyAssertion
 PolicyAssertion HTTPClientAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 PolicyAssertion HTTPServerAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 

Methods in org.apache.cxf.transport.http.policy with parameters of type PolicyAssertion
 PolicyAssertion HTTPClientAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 PolicyAssertion HTTPServerAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 

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

Methods in org.apache.cxf.ws.addressing.policy that return PolicyAssertion
 PolicyAssertion AddressingAssertionBuilder.build(org.w3c.dom.Element elem)
           
 PolicyAssertion AddressingAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 

Methods in org.apache.cxf.ws.addressing.policy with parameters of type PolicyAssertion
 PolicyAssertion AddressingAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 

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

Fields in org.apache.cxf.ws.policy with type parameters of type PolicyAssertion
protected  java.util.Collection<PolicyAssertion> EffectivePolicyImpl.chosenAlternative
           
 

Methods in org.apache.cxf.ws.policy that return PolicyAssertion
 PolicyAssertion AssertionBuilderRegistryImpl.build(org.w3c.dom.Element element)
           
 PolicyAssertion AssertionBuilder.build(org.w3c.dom.Element element)
          Constructs an assertion from an xml element.
 PolicyAssertion AssertionBuilderRegistry.build(org.w3c.dom.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
 java.util.Collection<PolicyAssertion> EffectivePolicyImpl.getChosenAlternative()
           
 java.util.Collection<PolicyAssertion> EndpointPolicyImpl.getChosenAlternative()
           
 java.util.Collection<PolicyAssertion> EffectivePolicy.getChosenAlternative()
           
 java.util.Collection<PolicyAssertion> EndpointPolicy.getChosenAlternative()
           
 java.util.Collection<PolicyAssertion> EndpointPolicyImpl.getFaultVocabulary()
           
 java.util.Collection<PolicyAssertion> EndpointPolicy.getFaultVocabulary()
           
protected  java.util.Collection<PolicyAssertion> EndpointPolicyImpl.getSupportedAlternatives()
           
 java.util.Collection<PolicyAssertion> EndpointPolicyImpl.getVocabulary()
           
 java.util.Collection<PolicyAssertion> EndpointPolicy.getVocabulary()
           
 java.util.Collection<PolicyAssertion> Intersector.intersect(java.util.Collection<PolicyAssertion> alt1, java.util.Collection<PolicyAssertion> alt2)
           
 java.util.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)
           
 

Method parameters in org.apache.cxf.ws.policy with type arguments of type PolicyAssertion
 java.util.List<Interceptor> PolicyInterceptorProviderRegistryImpl.getInterceptors(java.util.Collection<PolicyAssertion> alternative, boolean out, boolean fault)
           
 java.util.List<Interceptor> PolicyInterceptorProviderRegistry.getInterceptors(java.util.Collection<PolicyAssertion> alterative, boolean out, boolean fault)
           
 java.util.Collection<PolicyAssertion> Intersector.intersect(java.util.Collection<PolicyAssertion> alt1, java.util.Collection<PolicyAssertion> alt2)
           
 java.util.Collection<PolicyAssertion> Intersector.intersect(java.util.Collection<PolicyAssertion> alt1, java.util.Collection<PolicyAssertion> alt2)
           
 boolean AssertionInfoMap.supportsAlternative(java.util.Collection<PolicyAssertion> alternative)
           
 boolean PolicyEngineImpl.supportsAlternative(java.util.Collection<PolicyAssertion> alternative, Assertor assertor)
          Check if a given list of assertions can potentially be supported by interceptors or by an already installed assertor (a conduit or transport that implements the Assertor interface).
 boolean PolicyEngine.supportsAlternative(java.util.Collection<PolicyAssertion> alterative, Assertor assertor)
           
 

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(java.util.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(org.w3c.dom.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, java.lang.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(org.w3c.dom.Element element)
           
 PolicyAssertion NestedPrimitiveAssertionBuilder.build(org.w3c.dom.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(org.w3c.dom.Element element)
           
protected  PolicyAssertion XmlPrimitiveAssertion.cloneMandatory()
           
 

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

Methods in org.apache.cxf.ws.policy.mtom that return PolicyAssertion
 PolicyAssertion MTOMAssertionBuilder.build(org.w3c.dom.Element elem)
           
 PolicyAssertion MTOMAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 

Methods in org.apache.cxf.ws.policy.mtom with parameters of type PolicyAssertion
 PolicyAssertion MTOMAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 

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

Methods in org.apache.cxf.ws.policy.selector that return types with arguments of type PolicyAssertion
 java.util.Collection<PolicyAssertion> FirstAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor)
           
 java.util.Collection<PolicyAssertion> MinimalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor)
           
 java.util.Collection<PolicyAssertion> MaximalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor)
           
 

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

Methods in org.apache.cxf.ws.rm.policy that return PolicyAssertion
 PolicyAssertion RMAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 

Methods in org.apache.cxf.ws.rm.policy with parameters of type PolicyAssertion
 PolicyAssertion RMAssertionBuilder.buildCompatible(PolicyAssertion a, PolicyAssertion b)
           
 


Apache CXF API

Apache CXF