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  List<MethodElement> ExcludeList.methodElements
           
protected  List<MethodElement> MethodTransaction.methodElements
           
protected  List<MethodElement> MethodPermission.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
 JAXBElement<MethodElement> ObjectFactory.createMethodElement(MethodElement value)
          Create an instance of JAXBElement<MethodElement >
 List<MethodElement> ExcludeList.getMethodElements()
          Gets the value of the methodElements property.
 List<MethodElement> MethodTransaction.getMethodElements()
          Gets the value of the methodElements property.
 List<MethodElement> MethodPermission.getMethodElements()
          Gets the value of the methodElements property.
 

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



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.