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

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

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

Methods in org.apache.geronimo.xbeans.wsdl that return TOperation
 TOperation TPortType.addNewOperation()
          Appends and returns a new empty value (as xml) as the last "operation" element
 TOperation[] TPortType.getOperationArray()
          Gets array of all "operation" elements
 TOperation TPortType.getOperationArray(int i)
          Gets ith "operation" element
 TOperation TPortType.insertNewOperation(int i)
          Inserts and returns a new empty value (as xml) as the ith "operation" element
static TOperation TOperation.Factory.newInstance()
           
static TOperation TOperation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TOperation TOperation.Factory.parse(File file)
           
static TOperation TOperation.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TOperation TOperation.Factory.parse(InputStream is)
           
static TOperation TOperation.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TOperation TOperation.Factory.parse(Node node)
           
static TOperation TOperation.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TOperation TOperation.Factory.parse(Reader r)
           
static TOperation TOperation.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TOperation TOperation.Factory.parse(String xmlAsString)
           
static TOperation TOperation.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TOperation TOperation.Factory.parse(URL u)
           
static TOperation TOperation.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TOperation TOperation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TOperation TOperation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TOperation TOperation.Factory.parse(XMLStreamReader sr)
           
static TOperation TOperation.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TOperation
 void TPortType.setOperationArray(int i, TOperation operation)
          Sets ith "operation" element
 void TPortType.setOperationArray(TOperation[] operationArray)
          Sets array of all "operation" element
 

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

Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TOperation
 class TOperationImpl
          An XML tOperation(@http://schemas.xmlsoap.org/wsdl/).
 

Methods in org.apache.geronimo.xbeans.wsdl.impl that return TOperation
 TOperation TPortTypeImpl.addNewOperation()
          Appends and returns a new empty value (as xml) as the last "operation" element
 TOperation[] TPortTypeImpl.getOperationArray()
          Gets array of all "operation" elements
 TOperation TPortTypeImpl.getOperationArray(int i)
          Gets ith "operation" element
 TOperation TPortTypeImpl.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 TOperation
 void TPortTypeImpl.setOperationArray(int i, TOperation operation)
          Sets ith "operation" element
 void TPortTypeImpl.setOperationArray(TOperation[] operationArray)
          Sets array of all "operation" element
 



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