Ice 3.6 Slice API Reference
|
icegridadmin
provides a FileParser object to transform XML files into ApplicationDescriptor objects.
More...
Defined in <IceGrid/FileParser.ice>
interface FileParser { ... }
Operations | |
idempotent ApplicationDescriptor | parse (string xmlFile, Admin *adminProxy) throws ParseException |
Parse a file. More... | |
icegridadmin
provides a FileParser object to transform XML files into ApplicationDescriptor objects.
idempotent ApplicationDescriptor parse | ( | string | xmlFile, |
Admin * | adminProxy | ||
) | throws ParseException |
Parse a file.
xmlFile | Full pathname to the file. |
adminProxy | An Admin proxy, used only to retrieve default templates when needed. May be null. |
ParseException | Raised if an error occurred during parsing. |