Apache CXF API

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

Packages that use Assertor
org.apache.cxf.binding.soap.tcp   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jaxws_spi   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.servlet   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.selector   
 

Uses of Assertor in org.apache.cxf.binding.soap.tcp
 

Classes in org.apache.cxf.binding.soap.tcp that implement Assertor
 class BackendTcpConduit
           
 class TCPConduit
           
 

Uses of Assertor in org.apache.cxf.transport.http
 

Classes in org.apache.cxf.transport.http that implement Assertor
 class AbstractHTTPDestination
          Common base for HTTP Destination implementations.
 class HTTPConduit
          This Conduit handles the "http" and "https" transport protocols.
 

Uses of Assertor in org.apache.cxf.transport.http_jaxws_spi
 

Classes in org.apache.cxf.transport.http_jaxws_spi that implement Assertor
 class JAXWSHttpSpiDestination
           
 

Uses of Assertor in org.apache.cxf.transport.http_jetty
 

Classes in org.apache.cxf.transport.http_jetty that implement Assertor
 class JettyHTTPDestination
           
 

Uses of Assertor in org.apache.cxf.transport.servlet
 

Classes in org.apache.cxf.transport.servlet that implement Assertor
 class ServletDestination
           
 

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

Methods in org.apache.cxf.ws.policy that return Assertor
 Assertor EndpointPolicyImpl.getAssertor()
           
 

Methods in org.apache.cxf.ws.policy with parameters of type Assertor
 void EffectivePolicyImpl.initialise(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, PolicyEngineImpl engine, Assertor assertor)
           
 void EffectivePolicyImpl.initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngineImpl engine, Assertor assertor, boolean requestor, boolean request)
           
 void EffectivePolicyImpl.initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngineImpl engine, Assertor assertor, boolean requestor, boolean request, List<List<org.apache.neethi.Assertion>> incoming)
           
 Collection<org.apache.neethi.Assertion> AlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request)
           
 boolean PolicyEngineImpl.supportsAlternative(Collection<? extends org.apache.neethi.PolicyComponent> 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(Collection<? extends org.apache.neethi.PolicyComponent> alterative, Assertor assertor)
           
 

Constructors in org.apache.cxf.ws.policy with parameters of type Assertor
EndpointPolicyImpl(EndpointInfo ei, PolicyEngineImpl engine, boolean requestor, Assertor assertor)
           
 

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

Methods in org.apache.cxf.ws.policy.selector with parameters of type Assertor
 Collection<org.apache.neethi.Assertion> MaximalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request)
           
 Collection<org.apache.neethi.Assertion> FirstAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request)
           
 Collection<org.apache.neethi.Assertion> MinimalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request)
           
 


Apache CXF API

Apache CXF