Uses of Interface
org.apache.geronimo.openejb.xbeans.ejbjar.OpenejbWebServiceBindingType

Packages that use OpenejbWebServiceBindingType
org.apache.geronimo.openejb.xbeans.ejbjar   
org.apache.geronimo.openejb.xbeans.ejbjar.impl   
 

Uses of OpenejbWebServiceBindingType in org.apache.geronimo.openejb.xbeans.ejbjar
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar that return OpenejbWebServiceBindingType
 OpenejbWebServiceBindingType OpenejbGeronimoEjbJarType.addNewWebServiceBinding()
          Appends and returns a new empty value (as xml) as the last "web-service-binding" element
 OpenejbWebServiceBindingType[] OpenejbGeronimoEjbJarType.getWebServiceBindingArray()
          Gets array of all "web-service-binding" elements
 OpenejbWebServiceBindingType OpenejbGeronimoEjbJarType.getWebServiceBindingArray(int i)
          Gets ith "web-service-binding" element
 OpenejbWebServiceBindingType OpenejbGeronimoEjbJarType.insertNewWebServiceBinding(int i)
          Inserts and returns a new empty value (as xml) as the ith "web-service-binding" element
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.newInstance()
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(File file)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(InputStream is)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(Node node)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(Reader r)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(String xmlAsString)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(URL u)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(XMLStreamReader sr)
           
static OpenejbWebServiceBindingType OpenejbWebServiceBindingType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar with parameters of type OpenejbWebServiceBindingType
 void OpenejbGeronimoEjbJarType.setWebServiceBindingArray(int i, OpenejbWebServiceBindingType webServiceBinding)
          Sets ith "web-service-binding" element
 void OpenejbGeronimoEjbJarType.setWebServiceBindingArray(OpenejbWebServiceBindingType[] webServiceBindingArray)
          Sets array of all "web-service-binding" element
 

Uses of OpenejbWebServiceBindingType in org.apache.geronimo.openejb.xbeans.ejbjar.impl
 

Classes in org.apache.geronimo.openejb.xbeans.ejbjar.impl that implement OpenejbWebServiceBindingType
 class OpenejbWebServiceBindingTypeImpl
          An XML web-service-bindingType(@http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0).
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl that return OpenejbWebServiceBindingType
 OpenejbWebServiceBindingType OpenejbGeronimoEjbJarTypeImpl.addNewWebServiceBinding()
          Appends and returns a new empty value (as xml) as the last "web-service-binding" element
 OpenejbWebServiceBindingType[] OpenejbGeronimoEjbJarTypeImpl.getWebServiceBindingArray()
          Gets array of all "web-service-binding" elements
 OpenejbWebServiceBindingType OpenejbGeronimoEjbJarTypeImpl.getWebServiceBindingArray(int i)
          Gets ith "web-service-binding" element
 OpenejbWebServiceBindingType OpenejbGeronimoEjbJarTypeImpl.insertNewWebServiceBinding(int i)
          Inserts and returns a new empty value (as xml) as the ith "web-service-binding" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl with parameters of type OpenejbWebServiceBindingType
 void OpenejbGeronimoEjbJarTypeImpl.setWebServiceBindingArray(int i, OpenejbWebServiceBindingType webServiceBinding)
          Sets ith "web-service-binding" element
 void OpenejbGeronimoEjbJarTypeImpl.setWebServiceBindingArray(OpenejbWebServiceBindingType[] webServiceBindingArray)
          Sets array of all "web-service-binding" element
 



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