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

Packages that use Assertor
org.apache.cxf.transport.http   
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.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_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 with parameters of type Assertor
 java.util.Collection<org.apache.neethi.Assertion> AlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor)
           
 boolean PolicyEngineImpl.supportsAlternative(java.util.Collection<org.apache.neethi.Assertion> 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<org.apache.neethi.Assertion> 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
 java.util.Collection<org.apache.neethi.Assertion> MinimalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor)
           
 java.util.Collection<org.apache.neethi.Assertion> FirstAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor)
           
 java.util.Collection<org.apache.neethi.Assertion> MaximalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor)
           
 



Apache CXF