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   
 

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
 

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


Apache CXF API

Apache CXF