Uses of Class
org.apache.openejb.jee.wls.MethodParams

Packages that use MethodParams
org.apache.openejb.jee.wls Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of MethodParams in org.apache.openejb.jee.wls
 

Fields in org.apache.openejb.jee.wls declared as MethodParams
protected  MethodParams Method.methodParams
           
protected  MethodParams QueryMethod.methodParams
           
 

Methods in org.apache.openejb.jee.wls that return MethodParams
 MethodParams ObjectFactory.createMethodParams()
          Create an instance of MethodParams
 MethodParams Method.getMethodParams()
          Gets the value of the methodParams property.
 MethodParams QueryMethod.getMethodParams()
          Gets the value of the methodParams property.
 

Methods in org.apache.openejb.jee.wls with parameters of type MethodParams
 void Method.setMethodParams(MethodParams value)
          Sets the value of the methodParams property.
 void QueryMethod.setMethodParams(MethodParams value)
          Sets the value of the methodParams property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.