Uses of Class
org.apache.openejb.jee.oejb2.EjbRefType

Packages that use EjbRefType
org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EjbRefType in org.apache.openejb.jee.oejb2
 

Fields in org.apache.openejb.jee.oejb2 with type parameters of type EjbRefType
protected  java.util.List<EjbRefType> EntityBeanType.ejbRef
           
protected  java.util.List<EjbRefType> MessageDrivenBeanType.ejbRef
           
protected  java.util.List<EjbRefType> SessionBeanType.ejbRef
           
protected  java.util.List<EjbRefType> GeronimoEjbJarType.ejbRef
           
 

Methods in org.apache.openejb.jee.oejb2 that return EjbRefType
 EjbRefType ObjectFactory.createEjbRefType()
          Create an instance of EjbRefType
 

Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type EjbRefType
 javax.xml.bind.JAXBElement<EjbRefType> ObjectFactory.createEjbRef(EjbRefType value)
          Create an instance of JAXBElement<EjbRefType>}
 java.util.List<EjbRefType> EntityBeanType.getEjbRef()
          Gets the value of the ejbRef property.
 java.util.List<EjbRefType> EnterpriseBean.getEjbRef()
           
 java.util.List<EjbRefType> MessageDrivenBeanType.getEjbRef()
          Gets the value of the ejbRef property.
 java.util.List<EjbRefType> SessionBeanType.getEjbRef()
           
 java.util.List<EjbRefType> GeronimoEjbJarType.getEjbRef()
           
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type EjbRefType
 javax.xml.bind.JAXBElement<EjbRefType> ObjectFactory.createEjbRef(EjbRefType value)
          Create an instance of JAXBElement<EjbRefType>}
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.