|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.policy.PolicyIntersector
public final class PolicyIntersector
The instance of this class is intended to provide policy intersection mechanism.
| Method Summary | |
|---|---|
static PolicyIntersector |
createLaxPolicyIntersector()
Returns a strict policy intersector that can be used to intersect group of policies. |
static PolicyIntersector |
createStrictPolicyIntersector()
Returns a strict policy intersector that can be used to intersect group of policies. |
Policy |
intersect(Policy... policies)
Performs intersection on the input collection of policies and returns the resulting (intersected) policy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PolicyIntersector createStrictPolicyIntersector()
public static PolicyIntersector createLaxPolicyIntersector()
public Policy intersect(Policy... policies)
policies - collection of policies to be intersected. Must not be null nor empty, otherwise exception is thrown.
null value is never returned.
IllegalArgumentException - in case policies argument is either null or empty collection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||