All Downloads are FREE. Search and download functionalities are using the official Maven repository.

IceGrid._FileParserOperations Maven / Gradle / Ivy

There is a newer version: 3.7.10
Show newest version
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.3
//
// 
//
// Generated from file `FileParser.ice'
//
// Warning: do not edit this file.
//
// 
//

package IceGrid;

/**
 * icegridadmin provides a {@link FileParser}
 * object to transform XML files into {@link ApplicationDescriptor}
 * objects.
 *
 **/
public interface _FileParserOperations
{
    /**
     * Parse a file.
     *
     * @param xmlFile Full pathname to the file.
     *
     * @param adminProxy An Admin proxy, used only to retrieve default
     * templates when needed. May be null.
     *
     * @param current The Current object for the invocation.
     * @return The application descriptor.
     *
     * @throws ParseException Raised if an error occurred during parsing.
     *
     **/
    ApplicationDescriptor parse(String xmlFile, AdminPrx adminProxy, Ice.Current current)
        throws ParseException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy