Package | Description |
---|---|
org.jboss.jbosswsTools | |
org.jboss.jbosswsTools.impl |
Modifier and Type | Method and Description |
---|---|
WsxmlType |
WsdlToJavaType.addNewWebservices()
Appends and returns a new empty "webservices" element
|
WsxmlType |
JavaToWsdlType.addNewWebservices()
Appends and returns a new empty "webservices" element
|
WsxmlType |
WsdlToJavaType.getWebservices()
Gets the "webservices" element
|
WsxmlType |
JavaToWsdlType.getWebservices()
Gets the "webservices" element
|
static WsxmlType |
WsxmlType.Factory.newInstance() |
static WsxmlType |
WsxmlType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static WsxmlType |
WsxmlType.Factory.parse(File file) |
static WsxmlType |
WsxmlType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static WsxmlType |
WsxmlType.Factory.parse(InputStream is) |
static WsxmlType |
WsxmlType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static WsxmlType |
WsxmlType.Factory.parse(Node node) |
static WsxmlType |
WsxmlType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static WsxmlType |
WsxmlType.Factory.parse(Reader r) |
static WsxmlType |
WsxmlType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static WsxmlType |
WsxmlType.Factory.parse(String xmlAsString) |
static WsxmlType |
WsxmlType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static WsxmlType |
WsxmlType.Factory.parse(URL u) |
static WsxmlType |
WsxmlType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static WsxmlType |
WsxmlType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static WsxmlType |
WsxmlType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static WsxmlType |
WsxmlType.Factory.parse(XMLStreamReader sr) |
static WsxmlType |
WsxmlType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
WsdlToJavaType.setWebservices(WsxmlType webservices)
Sets the "webservices" element
|
void |
JavaToWsdlType.setWebservices(WsxmlType webservices)
Sets the "webservices" element
|
Modifier and Type | Class and Description |
---|---|
class |
WsxmlTypeImpl
An XML wsxmlType(@http://www.jboss.org/jbossws-tools).
|
Modifier and Type | Method and Description |
---|---|
WsxmlType |
WsdlToJavaTypeImpl.addNewWebservices()
Appends and returns a new empty "webservices" element
|
WsxmlType |
JavaToWsdlTypeImpl.addNewWebservices()
Appends and returns a new empty "webservices" element
|
WsxmlType |
WsdlToJavaTypeImpl.getWebservices()
Gets the "webservices" element
|
WsxmlType |
JavaToWsdlTypeImpl.getWebservices()
Gets the "webservices" element
|
Modifier and Type | Method and Description |
---|---|
void |
WsdlToJavaTypeImpl.setWebservices(WsxmlType webservices)
Sets the "webservices" element
|
void |
JavaToWsdlTypeImpl.setWebservices(WsxmlType webservices)
Sets the "webservices" element
|
Copyright © 2019. All Rights Reserved.