Uses of Class
org.openejb.config.ejb11.MethodParams

Packages that use MethodParams
org.openejb.config.ejb11   
 

Uses of MethodParams in org.openejb.config.ejb11
 

Methods in org.openejb.config.ejb11 that return MethodParams
 MethodParams Method.getMethodParams()
           
 MethodParams QueryMethod.getMethodParams()
          Returns the value of field 'methodParams'.
static MethodParams MethodParams.unmarshal(Reader reader)
           
 

Methods in org.openejb.config.ejb11 with parameters of type MethodParams
 void Method.setMethodParams(MethodParams _methodParams)
           
 void QueryMethod.setMethodParams(MethodParams methodParams)
          Sets the value of field 'methodParams'.
 



Copyright © 1999-2005 OpenEJB. All Rights Reserved.