Package | Description |
---|---|
org.jboss.jbosswsTools | |
org.jboss.jbosswsTools.impl |
Modifier and Type | Method and Description |
---|---|
OperationType |
ServiceType.addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element
|
OperationType[] |
ServiceType.getOperationArray()
Deprecated.
|
OperationType |
ServiceType.getOperationArray(int i)
Gets ith "operation" element
|
OperationType |
ServiceType.insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element
|
static OperationType |
OperationType.Factory.newInstance() |
static OperationType |
OperationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OperationType |
OperationType.Factory.parse(File file) |
static OperationType |
OperationType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OperationType |
OperationType.Factory.parse(InputStream is) |
static OperationType |
OperationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OperationType |
OperationType.Factory.parse(Node node) |
static OperationType |
OperationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OperationType |
OperationType.Factory.parse(Reader r) |
static OperationType |
OperationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OperationType |
OperationType.Factory.parse(String xmlAsString) |
static OperationType |
OperationType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OperationType |
OperationType.Factory.parse(URL u) |
static OperationType |
OperationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OperationType |
OperationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OperationType |
OperationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OperationType |
OperationType.Factory.parse(XMLStreamReader sr) |
static OperationType |
OperationType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<OperationType> |
ServiceType.getOperationList()
Gets a List of "operation" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceType.setOperationArray(int i,
OperationType operation)
Sets ith "operation" element
|
void |
ServiceType.setOperationArray(OperationType[] operationArray)
Sets array of all "operation" element
|
Modifier and Type | Class and Description |
---|---|
class |
OperationTypeImpl
An XML operationType(@http://www.jboss.org/jbossws-tools).
|
Modifier and Type | Method and Description |
---|---|
OperationType |
ServiceTypeImpl.addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element
|
OperationType[] |
ServiceTypeImpl.getOperationArray()
Deprecated.
|
OperationType |
ServiceTypeImpl.getOperationArray(int i)
Gets ith "operation" element
|
OperationType |
ServiceTypeImpl.insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element
|
Modifier and Type | Method and Description |
---|---|
List<OperationType> |
ServiceTypeImpl.getOperationList()
Gets a List of "operation" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceTypeImpl.setOperationArray(int i,
OperationType operation)
Sets ith "operation" element
|
void |
ServiceTypeImpl.setOperationArray(OperationType[] operationArray)
Sets array of all "operation" element
|
Copyright © 2019. All Rights Reserved.