|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolicyEngine | |
---|---|
org.apache.cxf.transport.http.policy | |
org.apache.cxf.ws.policy | |
org.apache.cxf.ws.policy.selector | |
org.apache.cxf.ws.policy.spring |
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<PolicyAssertion> |
AlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor)
|
Uses of PolicyEngine in org.apache.cxf.ws.policy.selector |
---|
Methods in org.apache.cxf.ws.policy.selector with parameters of type PolicyEngine | |
---|---|
Collection<PolicyAssertion> |
MaximalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor)
|
Collection<PolicyAssertion> |
FirstAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor)
|
Collection<PolicyAssertion> |
MinimalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor)
|
Uses of PolicyEngine in org.apache.cxf.ws.policy.spring |
---|
Classes in org.apache.cxf.ws.policy.spring that implement PolicyEngine | |
---|---|
class |
InitializingPolicyEngine
Deprecated. |
Constructors in org.apache.cxf.ws.policy.spring with parameters of type PolicyEngine | |
---|---|
PolicyEngineBeanDefinitionParser.PolicyEngineConfig(PolicyEngine e)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |