|
Project Aristotle - ArisID Attribute Services | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPolicyComponent
A base interface on top of which any policy element can be implemented (e.g. policy, assertions, all, exactlyone, etc).
Method Summary | |
---|---|
boolean |
equal(IPolicyComponent policyComponent)
Returns true if the argument is equal to self. |
short |
getType()
Returns a short value which uniquely identify the type of the PolicyComponent. |
void |
serialize(javax.xml.stream.XMLStreamWriter writer)
Serializes the PolicyComponent using an XMLStreamWriter. |
Method Detail |
---|
void serialize(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
writer
- the writer that the component should write itself
javax.xml.stream.XMLStreamException
- if an errors in the process of serialization of the
PolicyComponent.short getType()
boolean equal(IPolicyComponent policyComponent)
policyComponent
- the PolicyComponent to check whether self is logically equal
or not
|
OpenLiberty.org - Licensed under Apache APL 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |