|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TBindingOperation | |
---|---|
org.apache.geronimo.xbeans.wsdl | |
org.apache.geronimo.xbeans.wsdl.impl |
Uses of TBindingOperation in org.apache.geronimo.xbeans.wsdl |
---|
Methods in org.apache.geronimo.xbeans.wsdl that return TBindingOperation | |
---|---|
TBindingOperation |
TBinding.addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element |
TBindingOperation[] |
TBinding.getOperationArray()
Gets array of all "operation" elements |
TBindingOperation |
TBinding.getOperationArray(int i)
Gets ith "operation" element |
TBindingOperation |
TBinding.insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element |
static TBindingOperation |
TBindingOperation.Factory.newInstance()
|
static TBindingOperation |
TBindingOperation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperation |
TBindingOperation.Factory.parse(File file)
|
static TBindingOperation |
TBindingOperation.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperation |
TBindingOperation.Factory.parse(InputStream is)
|
static TBindingOperation |
TBindingOperation.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperation |
TBindingOperation.Factory.parse(Node node)
|
static TBindingOperation |
TBindingOperation.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperation |
TBindingOperation.Factory.parse(Reader r)
|
static TBindingOperation |
TBindingOperation.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperation |
TBindingOperation.Factory.parse(String xmlAsString)
|
static TBindingOperation |
TBindingOperation.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperation |
TBindingOperation.Factory.parse(URL u)
|
static TBindingOperation |
TBindingOperation.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperation |
TBindingOperation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TBindingOperation |
TBindingOperation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TBindingOperation |
TBindingOperation.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static TBindingOperation |
TBindingOperation.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TBindingOperation | |
---|---|
void |
TBinding.setOperationArray(int i,
TBindingOperation operation)
Sets ith "operation" element |
void |
TBinding.setOperationArray(TBindingOperation[] operationArray)
Sets array of all "operation" element |
Uses of TBindingOperation in org.apache.geronimo.xbeans.wsdl.impl |
---|
Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TBindingOperation | |
---|---|
class |
TBindingOperationImpl
An XML tBindingOperation(@http://schemas.xmlsoap.org/wsdl/). |
Methods in org.apache.geronimo.xbeans.wsdl.impl that return TBindingOperation | |
---|---|
TBindingOperation |
TBindingImpl.addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element |
TBindingOperation[] |
TBindingImpl.getOperationArray()
Gets array of all "operation" elements |
TBindingOperation |
TBindingImpl.getOperationArray(int i)
Gets ith "operation" element |
TBindingOperation |
TBindingImpl.insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element |
Methods in org.apache.geronimo.xbeans.wsdl.impl with parameters of type TBindingOperation | |
---|---|
void |
TBindingImpl.setOperationArray(int i,
TBindingOperation operation)
Sets ith "operation" element |
void |
TBindingImpl.setOperationArray(TBindingOperation[] operationArray)
Sets array of all "operation" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |