Class Summary |
JavaInterpreter |
Interprets the a method according to the following convension:
Parameter type allowed: only Java.lang.String
return type must be `void'--with no inconvenience since `out' parameters
are supported
the method name contains the passing mode marks (in or out)
e.g. |
Linker |
Link the `virtual' Method object-- representing the method as invoked
by the SOAP request message with the method implementation (a.k.a. |
ModeQueueBuilder |
parse the method name and generate a queue of
Mode objects |