Apache CXF API

org.apache.cxf.ws.policy
Interface PolicyAssertion

All Superinterfaces:
org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent

public interface PolicyAssertion
extends org.apache.neethi.Assertion

Interface to mark Assertions that can participate in CXF's assertion mechanism to make sure the policies have been applied.


Method Summary
 boolean isAsserted(AssertionInfoMap aim)
           
 
Methods inherited from interface org.apache.neethi.Assertion
getName, isIgnorable, isOptional, normalize, serialize
 
Methods inherited from interface org.apache.neethi.PolicyComponent
equal, getType
 

Method Detail

isAsserted

boolean isAsserted(AssertionInfoMap aim)

Apache CXF API

Apache CXF