Module: IceGrid::FileParserPrx_mixin

Included in:
FileParserPrx
Defined in:
ruby/IceGrid/FileParser.rb

Constant Summary collapse

OP_parse =
Ice::__defineOperation('parse', 'parse', Ice::OperationMode::Idempotent, nil, [[Ice::T_string, false, 0], [::IceGrid::T_AdminPrx, false, 0]], [], [::IceGrid::T_ApplicationDescriptor, false, 0], [::IceGrid::T_ParseException])

Instance Method Summary collapse

Instance Method Details

#parse(xmlFile, adminProxy, context = nil) ⇒ Object



28
29
30
# File 'ruby/IceGrid/FileParser.rb', line 28

def parse(xmlFile, adminProxy, context=nil)
    FileParserPrx_mixin::OP_parse.invoke(self, [xmlFile, adminProxy], context)
end