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

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

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

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

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

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



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