Uses of Class
org.apache.openejb.jee.wls.MethodParams
-
Packages that use MethodParams Package Description 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 Modifier and Type Field Description protected MethodParamsMethod. methodParamsprotected MethodParamsQueryMethod. methodParamsMethods in org.apache.openejb.jee.wls that return MethodParams Modifier and Type Method Description MethodParamsObjectFactory. createMethodParams()Create an instance ofMethodParamsMethodParamsMethod. getMethodParams()Gets the value of the methodParams property.MethodParamsQueryMethod. getMethodParams()Gets the value of the methodParams property.Methods in org.apache.openejb.jee.wls with parameters of type MethodParams Modifier and Type Method Description voidMethod. setMethodParams(MethodParams value)Sets the value of the methodParams property.voidQueryMethod. setMethodParams(MethodParams value)Sets the value of the methodParams property.
-