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

Packages that use TParam
org.apache.geronimo.xbeans.wsdl   
org.apache.geronimo.xbeans.wsdl.impl   
 

Uses of TParam in org.apache.geronimo.xbeans.wsdl
 

Methods in org.apache.geronimo.xbeans.wsdl that return TParam
 TParam TOperation.addNewInput()
          Appends and returns a new empty "input" element
 TParam TOperation.addNewOutput()
          Appends and returns a new empty "output" element
 TParam TOperation.getInput()
          Gets the "input" element
 TParam TOperation.getOutput()
          Gets the "output" element
static TParam TParam.Factory.newInstance()
           
static TParam TParam.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TParam TParam.Factory.parse(File file)
           
static TParam TParam.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TParam TParam.Factory.parse(InputStream is)
           
static TParam TParam.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TParam TParam.Factory.parse(Node node)
           
static TParam TParam.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TParam TParam.Factory.parse(Reader r)
           
static TParam TParam.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TParam TParam.Factory.parse(String xmlAsString)
           
static TParam TParam.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TParam TParam.Factory.parse(URL u)
           
static TParam TParam.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TParam TParam.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TParam TParam.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TParam TParam.Factory.parse(XMLStreamReader sr)
           
static TParam TParam.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TParam
 void TOperation.setInput(TParam input)
          Sets the "input" element
 void TOperation.setOutput(TParam output)
          Sets the "output" element
 

Uses of TParam in org.apache.geronimo.xbeans.wsdl.impl
 

Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TParam
 class TParamImpl
          An XML tParam(@http://schemas.xmlsoap.org/wsdl/).
 

Methods in org.apache.geronimo.xbeans.wsdl.impl that return TParam
 TParam TOperationImpl.addNewInput()
          Appends and returns a new empty "input" element
 TParam TOperationImpl.addNewOutput()
          Appends and returns a new empty "output" element
 TParam TOperationImpl.getInput()
          Gets the "input" element
 TParam TOperationImpl.getOutput()
          Gets the "output" element
 

Methods in org.apache.geronimo.xbeans.wsdl.impl with parameters of type TParam
 void TOperationImpl.setInput(TParam input)
          Sets the "input" element
 void TOperationImpl.setOutput(TParam output)
          Sets the "output" element
 



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