|
||||||||||
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 org.apache.cxf.transports.http.configuration.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 org.apache.cxf.transports.http.configuration.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 | |
---|---|
java.util.Collection<org.apache.neethi.Assertion> |
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 | |
---|---|
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)
|
Uses of PolicyEngine in org.apache.cxf.ws.policy.spring |
---|
Classes in org.apache.cxf.ws.policy.spring that implement PolicyEngine | |
---|---|
class |
InitializingPolicyEngine
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |