Uses of Interface
org.apache.geronimo.xbeans.ejb.MethodParamsType

Packages that use MethodParamsType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
 

Uses of MethodParamsType in org.apache.geronimo.xbeans.ejb
 

Methods in org.apache.geronimo.xbeans.ejb that return MethodParamsType
 MethodParamsType MethodType.getMethodParams()
          Gets the "method-params" element
 MethodParamsType MethodType.addNewMethodParams()
          Appends and returns a new empty "method-params" element
 MethodParamsType QueryMethodType.getMethodParams()
          Gets the "method-params" element
 MethodParamsType QueryMethodType.addNewMethodParams()
          Appends and returns a new empty "method-params" element
static MethodParamsType MethodParamsType.Factory.newInstance()
           
static MethodParamsType MethodParamsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static MethodParamsType MethodParamsType.Factory.parse(String s)
           
static MethodParamsType MethodParamsType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static MethodParamsType MethodParamsType.Factory.parse(File f)
           
static MethodParamsType MethodParamsType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static MethodParamsType MethodParamsType.Factory.parse(URL u)
           
static MethodParamsType MethodParamsType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static MethodParamsType MethodParamsType.Factory.parse(InputStream is)
           
static MethodParamsType MethodParamsType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static MethodParamsType MethodParamsType.Factory.parse(Reader r)
           
static MethodParamsType MethodParamsType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static MethodParamsType MethodParamsType.Factory.parse(Node node)
           
static MethodParamsType MethodParamsType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static MethodParamsType MethodParamsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static MethodParamsType MethodParamsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type MethodParamsType
 void MethodType.setMethodParams(MethodParamsType methodParams)
          Sets the "method-params" element
 void QueryMethodType.setMethodParams(MethodParamsType methodParams)
          Sets the "method-params" element
 

Uses of MethodParamsType in org.apache.geronimo.xbeans.ejb.impl
 

Classes in org.apache.geronimo.xbeans.ejb.impl that implement MethodParamsType
 class MethodParamsTypeImpl
          An XML method-paramsType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return MethodParamsType
 MethodParamsType QueryMethodTypeImpl.getMethodParams()
          Gets the "method-params" element
 MethodParamsType QueryMethodTypeImpl.addNewMethodParams()
          Appends and returns a new empty "method-params" element
 MethodParamsType MethodTypeImpl.getMethodParams()
          Gets the "method-params" element
 MethodParamsType MethodTypeImpl.addNewMethodParams()
          Appends and returns a new empty "method-params" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type MethodParamsType
 void QueryMethodTypeImpl.setMethodParams(MethodParamsType methodParams)
          Sets the "method-params" element
 void MethodTypeImpl.setMethodParams(MethodParamsType methodParams)
          Sets the "method-params" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.