Apache CXF API

Uses of Class
org.apache.cxf.ws.policy.PolicyEngineImpl

Packages that use PolicyEngineImpl
org.apache.cxf.ws.policy   
 

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

Methods in org.apache.cxf.ws.policy with parameters of type PolicyEngineImpl
protected  Collection<org.apache.neethi.Assertion> EffectivePolicyImpl.getSupportedAlternatives(PolicyEngineImpl engine, org.apache.neethi.Policy p)
           
 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)
           
 void EffectivePolicyImpl.initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngineImpl engine, boolean requestor, boolean request)
           
 void EffectivePolicyImpl.initialise(EndpointPolicyImpl epi, PolicyEngineImpl engine, boolean inbound)
           
 

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


Apache CXF API

Apache CXF