org.apache.ws.policy
Interface CompositeAssertion

All Superinterfaces:
Assertion
All Known Implementing Classes:
AndCompositeAssertion, Policy, XorCompositeAssertion

public interface CompositeAssertion
extends Assertion

CompositeAssertion interface is a marker interface for indecating which Assertions are CompositeAssertion type.

Author:
Sanka Samaranayake (sanka@apache.org)

Field Summary
 
Fields inherited from interface org.apache.ws.policy.Assertion
COMPOSITE_AND_TYPE, COMPOSITE_POLICY_TYPE, COMPOSITE_XOR_TYPE, POLIY_REFERCE_TYPE, PRIMITIVE_TYPE
 
Methods inherited from interface org.apache.ws.policy.Assertion
addTerm, addTerms, getParent, getTerms, getType, hasParent, intersect, intersect, isEmpty, isNormalized, merge, merge, normalize, normalize, remove, setNormalized, setParent, size
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.