Uses of Interface
org.apache.geronimo.xbeans.ejb.ServiceRefType

Packages that use ServiceRefType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
 

Uses of ServiceRefType in org.apache.geronimo.xbeans.ejb
 

Methods in org.apache.geronimo.xbeans.ejb that return ServiceRefType
static ServiceRefType ServiceRefType.Factory.newInstance()
           
static ServiceRefType ServiceRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ServiceRefType ServiceRefType.Factory.parse(String s)
           
static ServiceRefType ServiceRefType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static ServiceRefType ServiceRefType.Factory.parse(File f)
           
static ServiceRefType ServiceRefType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static ServiceRefType ServiceRefType.Factory.parse(URL u)
           
static ServiceRefType ServiceRefType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ServiceRefType ServiceRefType.Factory.parse(InputStream is)
           
static ServiceRefType ServiceRefType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ServiceRefType ServiceRefType.Factory.parse(Reader r)
           
static ServiceRefType ServiceRefType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ServiceRefType ServiceRefType.Factory.parse(Node node)
           
static ServiceRefType ServiceRefType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ServiceRefType ServiceRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static ServiceRefType ServiceRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 ServiceRefType[] EntityBeanType.getServiceRefArray()
          Gets array of all "service-ref" elements
 ServiceRefType EntityBeanType.getServiceRefArray(int i)
          Gets ith "service-ref" element
 ServiceRefType EntityBeanType.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 ServiceRefType EntityBeanType.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 ServiceRefType[] SessionBeanType.getServiceRefArray()
          Gets array of all "service-ref" elements
 ServiceRefType SessionBeanType.getServiceRefArray(int i)
          Gets ith "service-ref" element
 ServiceRefType SessionBeanType.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 ServiceRefType SessionBeanType.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 ServiceRefType[] MessageDrivenBeanType.getServiceRefArray()
          Gets array of all "service-ref" elements
 ServiceRefType MessageDrivenBeanType.getServiceRefArray(int i)
          Gets ith "service-ref" element
 ServiceRefType MessageDrivenBeanType.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 ServiceRefType MessageDrivenBeanType.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type ServiceRefType
 void EntityBeanType.setServiceRefArray(ServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void EntityBeanType.setServiceRefArray(int i, ServiceRefType serviceRef)
          Sets ith "service-ref" element
 void SessionBeanType.setServiceRefArray(ServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void SessionBeanType.setServiceRefArray(int i, ServiceRefType serviceRef)
          Sets ith "service-ref" element
 void MessageDrivenBeanType.setServiceRefArray(ServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void MessageDrivenBeanType.setServiceRefArray(int i, ServiceRefType serviceRef)
          Sets ith "service-ref" element
 

Uses of ServiceRefType in org.apache.geronimo.xbeans.ejb.impl
 

Classes in org.apache.geronimo.xbeans.ejb.impl that implement ServiceRefType
 class ServiceRefTypeImpl
          An XML service-refType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return ServiceRefType
 ServiceRefType[] EntityBeanTypeImpl.getServiceRefArray()
          Gets array of all "service-ref" elements
 ServiceRefType EntityBeanTypeImpl.getServiceRefArray(int i)
          Gets ith "service-ref" element
 ServiceRefType EntityBeanTypeImpl.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 ServiceRefType EntityBeanTypeImpl.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 ServiceRefType[] SessionBeanTypeImpl.getServiceRefArray()
          Gets array of all "service-ref" elements
 ServiceRefType SessionBeanTypeImpl.getServiceRefArray(int i)
          Gets ith "service-ref" element
 ServiceRefType SessionBeanTypeImpl.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 ServiceRefType SessionBeanTypeImpl.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 ServiceRefType[] MessageDrivenBeanTypeImpl.getServiceRefArray()
          Gets array of all "service-ref" elements
 ServiceRefType MessageDrivenBeanTypeImpl.getServiceRefArray(int i)
          Gets ith "service-ref" element
 ServiceRefType MessageDrivenBeanTypeImpl.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 ServiceRefType MessageDrivenBeanTypeImpl.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type ServiceRefType
 void EntityBeanTypeImpl.setServiceRefArray(ServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void EntityBeanTypeImpl.setServiceRefArray(int i, ServiceRefType serviceRef)
          Sets ith "service-ref" element
 void SessionBeanTypeImpl.setServiceRefArray(ServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void SessionBeanTypeImpl.setServiceRefArray(int i, ServiceRefType serviceRef)
          Sets ith "service-ref" element
 void MessageDrivenBeanTypeImpl.setServiceRefArray(ServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void MessageDrivenBeanTypeImpl.setServiceRefArray(int i, ServiceRefType serviceRef)
          Sets ith "service-ref" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.