Package | Description |
---|---|
org.xmlsoap.schemas.wsdl | |
org.xmlsoap.schemas.wsdl.impl |
Modifier and Type | Method and Description |
---|---|
TMessage |
TDefinitions.addNewMessage()
Appends and returns a new empty value (as xml) as the last "message" element
|
TMessage[] |
TDefinitions.getMessageArray()
Deprecated.
|
TMessage |
TDefinitions.getMessageArray(int i)
Gets ith "message" element
|
TMessage |
TDefinitions.insertNewMessage(int i)
Inserts and returns a new empty value (as xml) as the ith "message" element
|
static TMessage |
TMessage.Factory.newInstance() |
static TMessage |
TMessage.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TMessage |
TMessage.Factory.parse(File file) |
static TMessage |
TMessage.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TMessage |
TMessage.Factory.parse(InputStream is) |
static TMessage |
TMessage.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TMessage |
TMessage.Factory.parse(Node node) |
static TMessage |
TMessage.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TMessage |
TMessage.Factory.parse(Reader r) |
static TMessage |
TMessage.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TMessage |
TMessage.Factory.parse(String xmlAsString) |
static TMessage |
TMessage.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TMessage |
TMessage.Factory.parse(URL u) |
static TMessage |
TMessage.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TMessage |
TMessage.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TMessage |
TMessage.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TMessage |
TMessage.Factory.parse(XMLStreamReader sr) |
static TMessage |
TMessage.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<TMessage> |
TDefinitions.getMessageList()
Gets a List of "message" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TDefinitions.setMessageArray(int i,
TMessage message)
Sets ith "message" element
|
void |
TDefinitions.setMessageArray(TMessage[] messageArray)
Sets array of all "message" element
|
Modifier and Type | Class and Description |
---|---|
class |
TMessageImpl
An XML tMessage(@http://schemas.xmlsoap.org/wsdl/).
|
Modifier and Type | Method and Description |
---|---|
TMessage |
TDefinitionsImpl.addNewMessage()
Appends and returns a new empty value (as xml) as the last "message" element
|
TMessage[] |
TDefinitionsImpl.getMessageArray()
Deprecated.
|
TMessage |
TDefinitionsImpl.getMessageArray(int i)
Gets ith "message" element
|
TMessage |
TDefinitionsImpl.insertNewMessage(int i)
Inserts and returns a new empty value (as xml) as the ith "message" element
|
Modifier and Type | Method and Description |
---|---|
List<TMessage> |
TDefinitionsImpl.getMessageList()
Gets a List of "message" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TDefinitionsImpl.setMessageArray(int i,
TMessage message)
Sets ith "message" element
|
void |
TDefinitionsImpl.setMessageArray(TMessage[] messageArray)
Sets array of all "message" element
|
Copyright © 2019. All Rights Reserved.