| Package | Description |
|---|---|
| org.w3.ns.wsdl | |
| org.w3.ns.wsdl.impl |
| Modifier and Type | Method and Description |
|---|---|
MessageRefType |
InterfaceOperationType.addNewInput()
Appends and returns a new empty value (as xml) as the last "input" element
|
MessageRefType |
InterfaceOperationType.addNewOutput()
Appends and returns a new empty value (as xml) as the last "output" element
|
MessageRefType[] |
InterfaceOperationType.getInputArray()
Gets array of all "input" elements
|
MessageRefType |
InterfaceOperationType.getInputArray(int i)
Gets ith "input" element
|
MessageRefType[] |
InterfaceOperationType.getOutputArray()
Gets array of all "output" elements
|
MessageRefType |
InterfaceOperationType.getOutputArray(int i)
Gets ith "output" element
|
MessageRefType |
InterfaceOperationType.insertNewInput(int i)
Inserts and returns a new empty value (as xml) as the ith "input" element
|
MessageRefType |
InterfaceOperationType.insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "output" element
|
static MessageRefType |
MessageRefType.Factory.newInstance() |
static MessageRefType |
MessageRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static MessageRefType |
MessageRefType.Factory.parse(File file) |
static MessageRefType |
MessageRefType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefType |
MessageRefType.Factory.parse(InputStream is) |
static MessageRefType |
MessageRefType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefType |
MessageRefType.Factory.parse(Node node) |
static MessageRefType |
MessageRefType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefType |
MessageRefType.Factory.parse(Reader r) |
static MessageRefType |
MessageRefType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefType |
MessageRefType.Factory.parse(String xmlAsString) |
static MessageRefType |
MessageRefType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefType |
MessageRefType.Factory.parse(URL u) |
static MessageRefType |
MessageRefType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefType |
MessageRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static MessageRefType |
MessageRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static MessageRefType |
MessageRefType.Factory.parse(XMLStreamReader sr) |
static MessageRefType |
MessageRefType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceOperationType.setInputArray(int i,
MessageRefType input)
Sets ith "input" element
|
void |
InterfaceOperationType.setInputArray(MessageRefType[] inputArray)
Sets array of all "input" element
|
void |
InterfaceOperationType.setOutputArray(int i,
MessageRefType output)
Sets ith "output" element
|
void |
InterfaceOperationType.setOutputArray(MessageRefType[] outputArray)
Sets array of all "output" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageRefTypeImpl
An XML MessageRefType(@http://www.w3.org/ns/wsdl).
|
| Modifier and Type | Method and Description |
|---|---|
MessageRefType |
InterfaceOperationTypeImpl.addNewInput()
Appends and returns a new empty value (as xml) as the last "input" element
|
MessageRefType |
InterfaceOperationTypeImpl.addNewOutput()
Appends and returns a new empty value (as xml) as the last "output" element
|
MessageRefType[] |
InterfaceOperationTypeImpl.getInputArray()
Gets array of all "input" elements
|
MessageRefType |
InterfaceOperationTypeImpl.getInputArray(int i)
Gets ith "input" element
|
MessageRefType[] |
InterfaceOperationTypeImpl.getOutputArray()
Gets array of all "output" elements
|
MessageRefType |
InterfaceOperationTypeImpl.getOutputArray(int i)
Gets ith "output" element
|
MessageRefType |
InterfaceOperationTypeImpl.insertNewInput(int i)
Inserts and returns a new empty value (as xml) as the ith "input" element
|
MessageRefType |
InterfaceOperationTypeImpl.insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "output" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceOperationTypeImpl.setInputArray(int i,
MessageRefType input)
Sets ith "input" element
|
void |
InterfaceOperationTypeImpl.setInputArray(MessageRefType[] inputArray)
Sets array of all "input" element
|
void |
InterfaceOperationTypeImpl.setOutputArray(int i,
MessageRefType output)
Sets ith "output" element
|
void |
InterfaceOperationTypeImpl.setOutputArray(MessageRefType[] outputArray)
Sets array of all "output" element
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.