Package | Description |
---|---|
org.jboss.jbosswsTools | |
org.jboss.jbosswsTools.impl |
Modifier and Type | Method and Description |
---|---|
ServiceType |
JavaToWsdlType.addNewService()
Appends and returns a new empty "service" element
|
ServiceType |
JavaToWsdlType.getService()
Gets the "service" element
|
static ServiceType |
ServiceType.Factory.newInstance() |
static ServiceType |
ServiceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(File file) |
static ServiceType |
ServiceType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(InputStream is) |
static ServiceType |
ServiceType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(Node node) |
static ServiceType |
ServiceType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(Reader r) |
static ServiceType |
ServiceType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(String xmlAsString) |
static ServiceType |
ServiceType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(URL u) |
static ServiceType |
ServiceType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ServiceType |
ServiceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ServiceType |
ServiceType.Factory.parse(XMLStreamReader sr) |
static ServiceType |
ServiceType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
JavaToWsdlType.setService(ServiceType service)
Sets the "service" element
|
Modifier and Type | Method and Description |
---|---|
ServiceType |
JavaToWsdlTypeImpl.addNewService()
Appends and returns a new empty "service" element
|
ServiceType |
JavaToWsdlTypeImpl.getService()
Gets the "service" element
|
Modifier and Type | Method and Description |
---|---|
void |
JavaToWsdlTypeImpl.setService(ServiceType service)
Sets the "service" element
|
Copyright © 2019. All Rights Reserved.