public interface Assertion extends PolicyComponent
Modifier and Type | Method and Description |
---|---|
QName |
getName()
Returns the QName of the Root Element of this Assertion.
|
boolean |
isIgnorable()
Returns true if this Assertion is ignorable.
|
boolean |
isOptional()
Returns true if this Assertion is optional.
|
PolicyComponent |
normalize()
Returns a new PolicyComponent that is the normalized version of this.
|
void |
serialize(javax.xml.stream.XMLStreamWriter writer)
Serialize this Assertion into its XML infoset using XMLStreamWriter.
|
equal, getType
QName getName()
boolean isOptional()
boolean isIgnorable()
void serialize(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
serialize
in interface PolicyComponent
writer
- the writer that the component should write itselfjavax.xml.stream.XMLStreamException
- if an errors in the process of serialization of the
PolicyComponent.PolicyComponent normalize()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.