Uses of Class
org.apache.openejb.jee.oejb2.EjbRefType
-
Packages that use EjbRefType Package Description 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 Modifier and Type Field Description protected List<EjbRefType>EntityBeanType. ejbRefprotected List<EjbRefType>GeronimoEjbJarType. ejbRefprotected List<EjbRefType>MessageDrivenBeanType. ejbRefprotected List<EjbRefType>SessionBeanType. ejbRefMethods in org.apache.openejb.jee.oejb2 that return EjbRefType Modifier and Type Method Description EjbRefTypeObjectFactory. createEjbRefType()Create an instance ofEjbRefTypeMethods in org.apache.openejb.jee.oejb2 that return types with arguments of type EjbRefType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EjbRefType>ObjectFactory. createEjbRef(EjbRefType value)List<EjbRefType>EnterpriseBean. getEjbRef()List<EjbRefType>EntityBeanType. getEjbRef()Gets the value of the ejbRef property.List<EjbRefType>GeronimoEjbJarType. getEjbRef()List<EjbRefType>MessageDrivenBeanType. getEjbRef()Gets the value of the ejbRef property.List<EjbRefType>SessionBeanType. getEjbRef()Methods in org.apache.openejb.jee.oejb2 with parameters of type EjbRefType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EjbRefType>ObjectFactory. createEjbRef(EjbRefType value)
-