public interface PolicyDataEngine
Modifier and Type | Method and Description |
---|---|
<T> void |
assertMessage(Message message,
T confPol,
PolicyCalculator<T> policyCalculator) |
<T> T |
getClientEndpointPolicy(Message m,
EndpointInfo ei,
Conduit c,
PolicyCalculator<T> policyCalculator) |
<T> T |
getPolicy(Message message,
T confPolicy,
PolicyCalculator<T> intersector) |
<T> T |
getServerEndpointPolicy(Message m,
EndpointInfo ei,
Destination d,
PolicyCalculator<T> policyCalculator) |
<T> T getPolicy(Message message, T confPolicy, PolicyCalculator<T> intersector)
<T> T getClientEndpointPolicy(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator)
<T> T getServerEndpointPolicy(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator)
<T> void assertMessage(Message message, T confPol, PolicyCalculator<T> policyCalculator)
Apache CXF