public interface PolicyDataEngine
Modifier and Type | Method and Description |
---|---|
<T> void |
assertMessage(Message message,
T confPol,
PolicyCalculator<T> policyCalculator) |
<T> T |
getClientEndpointPolicy(EndpointInfo ei,
Conduit c,
PolicyCalculator<T> policyCalculator) |
<T> T |
getPolicy(Message message,
T confPolicy,
PolicyCalculator<T> intersector) |
<T> T |
getServerEndpointPolicy(EndpointInfo ei,
Destination d,
PolicyCalculator<T> policyCalculator) |
<T> T getPolicy(Message message, T confPolicy, PolicyCalculator<T> intersector)
<T> T getClientEndpointPolicy(EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator)
<T> T getServerEndpointPolicy(EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator)
<T> void assertMessage(Message message, T confPol, PolicyCalculator<T> policyCalculator)
Copyright © 2018 JBoss by Red Hat. All rights reserved.