Apache CXF API

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

Packages that use PolicyEngine
org.apache.cxf.transport.http.policy   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.selector   
 

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

Methods in org.apache.cxf.transport.http.policy with parameters of type PolicyEngine
static HTTPClientPolicy PolicyUtils.getClient(PolicyEngine pe, EndpointInfo ei, Conduit c)
          Returns a HTTPClientPolicy that is compatible with the assertions included in the service and endpoint policy subjects, or null if there are no such assertions.
static HTTPServerPolicy PolicyUtils.getServer(PolicyEngine pe, EndpointInfo ei, Destination d)
          Returns a HTTPServerPolicy that is compatible with the assertions included in the service and endpoint policy subjects, or null if there are no such assertions.
 

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

Classes in org.apache.cxf.ws.policy that implement PolicyEngine
 class PolicyEngineImpl
           
 

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

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

Methods in org.apache.cxf.ws.policy.selector with parameters of type PolicyEngine
 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