Package com.jmrosengard.xmlbroker.javaipr

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
 

Exception Summary
JavaIprException Exception thrown when the service interface cannot be interpreted as such.