|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodIntfType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl |
Uses of MethodIntfType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return MethodIntfType | |
MethodIntfType |
MethodType.xgetMethodIntf()
Gets (as xml) the "method-intf" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type MethodIntfType | |
void |
MethodType.xsetMethodIntf(MethodIntfType methodIntf)
Sets (as xml) the "method-intf" element |
Uses of MethodIntfType in org.apache.geronimo.xbeans.ejb.impl |
Methods in org.apache.geronimo.xbeans.ejb.impl that return MethodIntfType | |
MethodIntfType |
MethodTypeImpl.xgetMethodIntf()
Gets (as xml) the "method-intf" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type MethodIntfType | |
void |
MethodTypeImpl.xsetMethodIntf(MethodIntfType methodIntf)
Sets (as xml) the "method-intf" element |
Uses of MethodIntfType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return MethodIntfType | |
static MethodIntfType |
MethodIntfType.Factory.newValue(Object obj)
|
static MethodIntfType |
MethodIntfType.Factory.newInstance()
|
static MethodIntfType |
MethodIntfType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static MethodIntfType |
MethodIntfType.Factory.parse(String s)
|
static MethodIntfType |
MethodIntfType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static MethodIntfType |
MethodIntfType.Factory.parse(File f)
|
static MethodIntfType |
MethodIntfType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static MethodIntfType |
MethodIntfType.Factory.parse(URL u)
|
static MethodIntfType |
MethodIntfType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static MethodIntfType |
MethodIntfType.Factory.parse(InputStream is)
|
static MethodIntfType |
MethodIntfType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static MethodIntfType |
MethodIntfType.Factory.parse(Reader r)
|
static MethodIntfType |
MethodIntfType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static MethodIntfType |
MethodIntfType.Factory.parse(Node node)
|
static MethodIntfType |
MethodIntfType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static MethodIntfType |
MethodIntfType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static MethodIntfType |
MethodIntfType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
Uses of MethodIntfType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement MethodIntfType | |
class |
MethodIntfTypeImpl
An XML method-intfType(@http://java.sun.com/xml/ns/j2ee). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |