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

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

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

Methods in org.apache.geronimo.xbeans.wsdl that return ArrayTypeAttribute
static ArrayTypeAttribute ArrayTypeAttribute.Factory.newInstance()
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(File file)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(InputStream is)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(Node node)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(Reader r)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(String xmlAsString)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(URL u)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(XMLStreamReader sr)
           
static ArrayTypeAttribute ArrayTypeAttribute.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.apache.geronimo.xbeans.wsdl.impl that implement ArrayTypeAttribute
 class ArrayTypeAttributeImpl
          A document containing one arrayType(@http://schemas.xmlsoap.org/wsdl/) attribute.
 



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