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  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
 JAXBElement<ExcludeList> ObjectFactory.createExcludeList(ExcludeList value)
          Create an instance of JAXBElement<ExcludeList >
 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
 JAXBElement<ExcludeList> ObjectFactory.createExcludeList(ExcludeList value)
          Create an instance of JAXBElement<ExcludeList >
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.