Uses of Class
org.apache.openejb.jee.was.v6.commonbnd.EjbRefBinding
-
Packages that use EjbRefBinding Package Description org.apache.openejb.jee.was.v6.commonbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.openejb.jee.was.v6.ejbbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EjbRefBinding in org.apache.openejb.jee.was.v6.commonbnd
Methods in org.apache.openejb.jee.was.v6.commonbnd that return EjbRefBinding Modifier and Type Method Description EjbRefBindingObjectFactory. createEjbRefBinding()Create an instance ofEjbRefBindingMethods in org.apache.openejb.jee.was.v6.commonbnd that return types with arguments of type EjbRefBinding Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EjbRefBinding>ObjectFactory. createEjbRefBinding(EjbRefBinding value)Methods in org.apache.openejb.jee.was.v6.commonbnd with parameters of type EjbRefBinding Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EjbRefBinding>ObjectFactory. createEjbRefBinding(EjbRefBinding value) -
Uses of EjbRefBinding in org.apache.openejb.jee.was.v6.ejbbnd
Fields in org.apache.openejb.jee.was.v6.ejbbnd with type parameters of type EjbRefBinding Modifier and Type Field Description protected List<EjbRefBinding>EnterpriseBeanBinding. ejbRefBindingsMethods in org.apache.openejb.jee.was.v6.ejbbnd that return types with arguments of type EjbRefBinding Modifier and Type Method Description List<EjbRefBinding>EnterpriseBeanBinding. getEjbRefBindings()Gets the value of the ejbRefBindings property.
-