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(XMLStreamWriter writer)
Serialize this Assertion into its XML infoset using XMLStreamWriter.
|
equal, getType
QName getName()
boolean isOptional()
boolean isIgnorable()
void serialize(XMLStreamWriter writer) throws XMLStreamException
serialize
in interface PolicyComponent
writer
- the writer that the component should write itselfXMLStreamException
- if an errors in the process of serialization of the
PolicyComponent.PolicyComponent normalize()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.