Uses of Class
org.apache.openejb.jee.oejb2.DependenciesType

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

Uses of DependenciesType in org.apache.openejb.jee.oejb2
 

Fields in org.apache.openejb.jee.oejb2 declared as DependenciesType
protected  DependenciesType EnvironmentType.dependencies
           
 

Methods in org.apache.openejb.jee.oejb2 that return DependenciesType
 DependenciesType ObjectFactory.createDependenciesType()
          Create an instance of DependenciesType
 DependenciesType EnvironmentType.getDependencies()
          Gets the value of the dependencies property.
 

Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type DependenciesType
 javax.xml.bind.JAXBElement<DependenciesType> ObjectFactory.createDependencies(DependenciesType value)
          Create an instance of JAXBElement<DependenciesType>}
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type DependenciesType
 javax.xml.bind.JAXBElement<DependenciesType> ObjectFactory.createDependencies(DependenciesType value)
          Create an instance of JAXBElement<DependenciesType>}
 void EnvironmentType.setDependencies(DependenciesType value)
          Sets the value of the dependencies property.
 



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