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

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

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

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

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

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

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



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