Uses of Interface
org.apache.geronimo.xbeans.wsdl.TBindingOperationMessage

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(java.io.File file)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(java.io.InputStream is)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(org.w3c.dom.Node node)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(java.io.Reader r)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(java.lang.String xmlAsString)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(java.net.URL u)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
           
static TBindingOperationMessage TBindingOperationMessage.Factory.parse(javax.xml.stream.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
 



Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.