Package | Description |
---|---|
net.java.dev.wadl.x2009.x02 | |
net.java.dev.wadl.x2009.x02.impl |
Modifier and Type | Method and Description |
---|---|
static HTTPMethods |
HTTPMethods.Factory.newInstance() |
static HTTPMethods |
HTTPMethods.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static HTTPMethods |
HTTPMethods.Factory.newValue(Object obj) |
static HTTPMethods |
HTTPMethods.Factory.parse(File file) |
static HTTPMethods |
HTTPMethods.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static HTTPMethods |
HTTPMethods.Factory.parse(InputStream is) |
static HTTPMethods |
HTTPMethods.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static HTTPMethods |
HTTPMethods.Factory.parse(Node node) |
static HTTPMethods |
HTTPMethods.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static HTTPMethods |
HTTPMethods.Factory.parse(Reader r) |
static HTTPMethods |
HTTPMethods.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static HTTPMethods |
HTTPMethods.Factory.parse(String xmlAsString) |
static HTTPMethods |
HTTPMethods.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static HTTPMethods |
HTTPMethods.Factory.parse(URL u) |
static HTTPMethods |
HTTPMethods.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static HTTPMethods |
HTTPMethods.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static HTTPMethods |
HTTPMethods.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static HTTPMethods |
HTTPMethods.Factory.parse(XMLStreamReader sr) |
static HTTPMethods |
HTTPMethods.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPMethodsImpl
An XML HTTPMethods(@http://wadl.dev.java.net/2009/02).
|
class |
MethodImpl
An XML Method(@http://wadl.dev.java.net/2009/02).
|
Copyright © 2019. All Rights Reserved.