Uses of Class
org.apache.openejb.jee.was.v6.ejbbnd.EnterpriseBeanBinding

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

Uses of EnterpriseBeanBinding in org.apache.openejb.jee.was.v6.ejbbnd
 

Subclasses of EnterpriseBeanBinding in org.apache.openejb.jee.was.v6.ejbbnd
 class MessageDrivenBeanBinding
          Binding information for MessageDrivenBeans.
 

Fields in org.apache.openejb.jee.was.v6.ejbbnd with type parameters of type EnterpriseBeanBinding
protected  List<EnterpriseBeanBinding> EJBJarBinding.ejbBindings
           
 

Methods in org.apache.openejb.jee.was.v6.ejbbnd that return EnterpriseBeanBinding
 EnterpriseBeanBinding ObjectFactory.createEnterpriseBeanBinding()
          Create an instance of EnterpriseBeanBinding
 

Methods in org.apache.openejb.jee.was.v6.ejbbnd that return types with arguments of type EnterpriseBeanBinding
 javax.xml.bind.JAXBElement<EnterpriseBeanBinding> ObjectFactory.createEnterpriseBeanBinding(EnterpriseBeanBinding value)
          Create an instance of JAXBElement< EnterpriseBeanBinding>
 List<EnterpriseBeanBinding> EJBJarBinding.getEjbBindings()
          Gets the value of the ejbBindings property.
 

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



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