|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMethodType | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl | |
org.apache.geronimo.xbeans.web | |
org.apache.geronimo.xbeans.web.impl |
Uses of HttpMethodType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return HttpMethodType | |
static HttpMethodType |
HttpMethodType.Factory.newValue(Object obj)
|
static HttpMethodType |
HttpMethodType.Factory.newInstance()
|
static HttpMethodType |
HttpMethodType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static HttpMethodType |
HttpMethodType.Factory.parse(String s)
|
static HttpMethodType |
HttpMethodType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static HttpMethodType |
HttpMethodType.Factory.parse(File f)
|
static HttpMethodType |
HttpMethodType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static HttpMethodType |
HttpMethodType.Factory.parse(URL u)
|
static HttpMethodType |
HttpMethodType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static HttpMethodType |
HttpMethodType.Factory.parse(InputStream is)
|
static HttpMethodType |
HttpMethodType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static HttpMethodType |
HttpMethodType.Factory.parse(Reader r)
|
static HttpMethodType |
HttpMethodType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static HttpMethodType |
HttpMethodType.Factory.parse(Node node)
|
static HttpMethodType |
HttpMethodType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static HttpMethodType |
HttpMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static HttpMethodType |
HttpMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
Uses of HttpMethodType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement HttpMethodType | |
class |
HttpMethodTypeImpl
An XML http-methodType(@http://java.sun.com/xml/ns/j2ee). |
Uses of HttpMethodType in org.apache.geronimo.xbeans.web |
Methods in org.apache.geronimo.xbeans.web that return HttpMethodType | |
HttpMethodType[] |
WebResourceCollectionType.xgetHttpMethodArray()
Gets (as xml) array of all "http-method" elements |
HttpMethodType |
WebResourceCollectionType.xgetHttpMethodArray(int i)
Gets (as xml) ith "http-method" element |
Methods in org.apache.geronimo.xbeans.web with parameters of type HttpMethodType | |
void |
WebResourceCollectionType.xsetHttpMethodArray(HttpMethodType[] httpMethodArray)
Sets (as xml) array of all "http-method" element |
void |
WebResourceCollectionType.xsetHttpMethodArray(int i,
HttpMethodType httpMethod)
Sets (as xml) ith "http-method" element |
Uses of HttpMethodType in org.apache.geronimo.xbeans.web.impl |
Methods in org.apache.geronimo.xbeans.web.impl that return HttpMethodType | |
HttpMethodType[] |
WebResourceCollectionTypeImpl.xgetHttpMethodArray()
Gets (as xml) array of all "http-method" elements |
HttpMethodType |
WebResourceCollectionTypeImpl.xgetHttpMethodArray(int i)
Gets (as xml) ith "http-method" element |
Methods in org.apache.geronimo.xbeans.web.impl with parameters of type HttpMethodType | |
void |
WebResourceCollectionTypeImpl.xsetHttpMethodArray(HttpMethodType[] httpMethodArray)
Sets (as xml) array of all "http-method" element |
void |
WebResourceCollectionTypeImpl.xsetHttpMethodArray(int i,
HttpMethodType httpMethod)
Sets (as xml) ith "http-method" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |