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