Uses of Class
org.apache.openejb.jee.was.v6.ejb.AssemblyDescriptor

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

Uses of AssemblyDescriptor in org.apache.openejb.jee.was.v6.ejb
 

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type AssemblyDescriptor
protected  java.util.List<AssemblyDescriptor> EJBJar.assemblyDescriptors
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return AssemblyDescriptor
 AssemblyDescriptor ObjectFactory.createAssemblyDescriptor()
          Create an instance of AssemblyDescriptor
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type AssemblyDescriptor
 javax.xml.bind.JAXBElement<AssemblyDescriptor> ObjectFactory.createAssemblyDescriptor(AssemblyDescriptor value)
          Create an instance of JAXBElement< AssemblyDescriptor>
 java.util.List<AssemblyDescriptor> EJBJar.getAssemblyDescriptors()
          Gets the value of the assemblyDescriptors property.
 

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



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