net.sf.ejbutil
Class FromC2J

java.lang.Object
  extended by net.sf.ejbutil.FromC2J

public class FromC2J
extends java.lang.Object


Constructor Summary
FromC2J()
           
 
Method Summary
static java.lang.String fromC2J(java.lang.String home, java.lang.String method, java.lang.String arg)
          Use this method for SessionBeans with the signature String method(String)
static java.lang.String fromC2J(java.lang.String home, java.lang.String method, java.lang.String[] arg)
          Use this method for SessionBeans with the signature String methode(String[])
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromC2J

public FromC2J()
Method Detail

fromC2J

public static java.lang.String fromC2J(java.lang.String home,
                                       java.lang.String method,
                                       java.lang.String arg)
Use this method for SessionBeans with the signature String method(String)

Parameters:
home -
method -
arg -
Returns:

fromC2J

public static java.lang.String fromC2J(java.lang.String home,
                                       java.lang.String method,
                                       java.lang.String[] arg)
Use this method for SessionBeans with the signature String methode(String[])

Parameters:
home -
method -
arg -
Returns: