ApplicationDescriptor IceGrid::FileParserPrx::parse | ( | std::string_view | xmlFile, |
const std::optional< AdminPrx > & | adminProxy, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Parses a file.
xmlFile | The full path to the file. |
adminProxy | An IceGrid::AdminPrx proxy, used only to retrieve default templates when needed. May be null. |
context | The request context. |
IceGrid::ParseException | Thrown when an error occurs during parsing. |