|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TBindingOperationMessage | |
---|---|
org.apache.geronimo.xbeans.wsdl | |
org.apache.geronimo.xbeans.wsdl.impl |
Uses of TBindingOperationMessage in org.apache.geronimo.xbeans.wsdl |
---|
Methods in org.apache.geronimo.xbeans.wsdl that return TBindingOperationMessage | |
---|---|
TBindingOperationMessage |
TBindingOperation.addNewInput()
Appends and returns a new empty "input" element |
TBindingOperationMessage |
TBindingOperation.addNewOutput()
Appends and returns a new empty "output" element |
TBindingOperationMessage |
TBindingOperation.getInput()
Gets the "input" element |
TBindingOperationMessage |
TBindingOperation.getOutput()
Gets the "output" element |
static TBindingOperationMessage |
TBindingOperationMessage.Factory.newInstance()
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(File file)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(InputStream is)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(Node node)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(Reader r)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(String xmlAsString)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(URL u)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(XMLStreamReader sr)
|
static TBindingOperationMessage |
TBindingOperationMessage.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TBindingOperationMessage | |
---|---|
void |
TBindingOperation.setInput(TBindingOperationMessage input)
Sets the "input" element |
void |
TBindingOperation.setOutput(TBindingOperationMessage output)
Sets the "output" element |
Uses of TBindingOperationMessage in org.apache.geronimo.xbeans.wsdl.impl |
---|
Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TBindingOperationMessage | |
---|---|
class |
TBindingOperationMessageImpl
An XML tBindingOperationMessage(@http://schemas.xmlsoap.org/wsdl/). |
Methods in org.apache.geronimo.xbeans.wsdl.impl that return TBindingOperationMessage | |
---|---|
TBindingOperationMessage |
TBindingOperationImpl.addNewInput()
Appends and returns a new empty "input" element |
TBindingOperationMessage |
TBindingOperationImpl.addNewOutput()
Appends and returns a new empty "output" element |
TBindingOperationMessage |
TBindingOperationImpl.getInput()
Gets the "input" element |
TBindingOperationMessage |
TBindingOperationImpl.getOutput()
Gets the "output" element |
Methods in org.apache.geronimo.xbeans.wsdl.impl with parameters of type TBindingOperationMessage | |
---|---|
void |
TBindingOperationImpl.setInput(TBindingOperationMessage input)
Sets the "input" element |
void |
TBindingOperationImpl.setOutput(TBindingOperationMessage output)
Sets the "output" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |