|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the protocol to convert a set of infobits into an external (XML) representation
| Method Summary | |
void |
export(java.util.Collection infobits,
java.io.Writer writer)
Converts the specified set of infobits into an XML representation. |
InfobitManager |
getManager()
Gets the manager to work with. |
void |
init()
Prepares the instance to be used. |
void |
setManager(InfobitManager manager)
Defines the manager to work with. |
| Method Detail |
public void setManager(InfobitManager manager)
manager - The manager to access infobitspublic InfobitManager getManager()
public void init()
throws InfobitException
InfobitException - Description of Exception
public void export(java.util.Collection infobits,
java.io.Writer writer)
throws InfobitException
infobits - The infobits to externalize. Infobits are
externalized in the order obtained from than argument. Collection of
Infobit.writer - The destination where to write the XML
representation of infobits to
InfobitException - Unexpected error condition
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||