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

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

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

Subclasses of MethodElement in org.apache.openejb.jee.was.v6.ejb
 class QueryMethod
           Java class for QueryMethod complex type.
 

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type MethodElement
protected  java.util.List<MethodElement> MethodPermission.methodElements
           
protected  java.util.List<MethodElement> MethodTransaction.methodElements
           
protected  java.util.List<MethodElement> ExcludeList.methodElements
           
 

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

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type MethodElement
 javax.xml.bind.JAXBElement<MethodElement> ObjectFactory.createMethodElement(MethodElement value)
          Create an instance of JAXBElement<MethodElement >
 java.util.List<MethodElement> MethodPermission.getMethodElements()
          Gets the value of the methodElements property.
 java.util.List<MethodElement> MethodTransaction.getMethodElements()
          Gets the value of the methodElements property.
 java.util.List<MethodElement> ExcludeList.getMethodElements()
          Gets the value of the methodElements property.
 

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



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