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