Uses of Class
org.apache.openejb.jee.was.v6.commonbnd.EjbRefBinding

Packages that use EjbRefBinding
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
 EjbRefBinding ObjectFactory.createEjbRefBinding()
          Create an instance of EjbRefBinding
 

Methods in org.apache.openejb.jee.was.v6.commonbnd that return types with arguments of type EjbRefBinding
 javax.xml.bind.JAXBElement<EjbRefBinding> ObjectFactory.createEjbRefBinding(EjbRefBinding value)
          Create an instance of JAXBElement<EjbRefBinding >
 

Methods in org.apache.openejb.jee.was.v6.commonbnd with parameters of type EjbRefBinding
 javax.xml.bind.JAXBElement<EjbRefBinding> ObjectFactory.createEjbRefBinding(EjbRefBinding value)
          Create an instance of JAXBElement<EjbRefBinding >
 

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
protected  List<EjbRefBinding> EnterpriseBeanBinding.ejbRefBindings
           
 

Methods in org.apache.openejb.jee.was.v6.ejbbnd that return types with arguments of type EjbRefBinding
 List<EjbRefBinding> EnterpriseBeanBinding.getEjbRefBindings()
          Gets the value of the ejbRefBindings property.
 



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