Package | Description |
---|---|
org.apache.cxf.transport.http.policy | |
org.apache.cxf.ws.policy | |
org.apache.cxf.ws.policy.selector |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PolicyEngineImpl |
Modifier and Type | Method and Description |
---|---|
Collection<org.apache.neethi.Assertion> |
AlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor) |
Modifier and Type | Method and Description |
---|---|
Collection<org.apache.neethi.Assertion> |
MaximalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor) |
Collection<org.apache.neethi.Assertion> |
MinimalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor) |
Collection<org.apache.neethi.Assertion> |
FirstAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor) |
Apache CXF