- All Superinterfaces:
Object
public interface FileParser
extends Object
-
-
Method Summary
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
Gets the type ID of the associated Slice interface.
-
Method Details
-
parse
Parses a file.
- Parameters:
xmlFile
- The full path to the file.
adminProxy
- An AdminPrx
proxy, used only to retrieve default templates when needed. May be null.
current
- The Current object of the incoming request.
- Returns:
- The application descriptor.
- Throws:
ParseException
- Thrown when an error occurs during parsing.
-
ice_staticId
Gets the type ID of the associated Slice interface.
- Returns:
- the string "::IceGrid::FileParser"
-
dispatch
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- Specified by:
dispatch
in interface Object
- Parameters:
request
- the incoming request
- Returns:
- the outgoing response
- Throws:
UserException
- if a UserException
is thrown, Ice will marshal it as the response payload.