public interface PolicyCalculator<T>
| Modifier and Type | Method and Description | 
|---|---|
| Class<T> | getDataClass() | 
| QName | getDataClassName() | 
| T | intersect(T policy1,
         T policy2) | 
| boolean | isAsserted(Message message,
          T policy,
          T refPolicy) | 
Apache CXF