Uses of Class
org.apache.openejb.jee.was.v6.java.JavaClass

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

Uses of JavaClass in org.apache.openejb.jee.was.v6.common
 

Fields in org.apache.openejb.jee.was.v6.common with type parameters of type JavaClass
protected  java.util.List<JavaClass> Listener.listenerClasses
           
protected  java.util.List<JavaClass> ResourceEnvRef.resourceEnvRefTypes
           
 

Methods in org.apache.openejb.jee.was.v6.common that return types with arguments of type JavaClass
 java.util.List<JavaClass> Listener.getListenerClasses()
          Gets the value of the listenerClasses property.
 java.util.List<JavaClass> ResourceEnvRef.getResourceEnvRefTypes()
          Gets the value of the resourceEnvRefTypes property.
 

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

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type JavaClass
protected  java.util.List<JavaClass> CMRField.collectionTypes
           
protected  java.util.List<JavaClass> EnterpriseBean.ejbClasses
           
protected  java.util.List<JavaClass> EnterpriseBean.homeInterfaces
           
protected  java.util.List<JavaClass> EnterpriseBean.localHomeInterfaces
           
protected  java.util.List<JavaClass> EnterpriseBean.localInterfaces
           
protected  java.util.List<JavaClass> MessageDriven.messageDestinations
           
protected  java.util.List<JavaClass> MessageDriven.messagingTypes
           
protected  java.util.List<JavaClass> Entity.primaryKeys
           
protected  java.util.List<JavaClass> EnterpriseBean.remoteInterfaces
           
protected  java.util.List<JavaClass> Session.serviceEndpoints
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type JavaClass
 java.util.List<JavaClass> CMRField.getCollectionTypes()
          Gets the value of the collectionTypes property.
 java.util.List<JavaClass> EnterpriseBean.getEjbClasses()
          Gets the value of the ejbClasses property.
 java.util.List<JavaClass> EnterpriseBean.getHomeInterfaces()
          Gets the value of the homeInterfaces property.
 java.util.List<JavaClass> EnterpriseBean.getLocalHomeInterfaces()
          Gets the value of the localHomeInterfaces property.
 java.util.List<JavaClass> EnterpriseBean.getLocalInterfaces()
          Gets the value of the localInterfaces property.
 java.util.List<JavaClass> MessageDriven.getMessageDestinations()
          Gets the value of the messageDestinations property.
 java.util.List<JavaClass> MessageDriven.getMessagingTypes()
          Gets the value of the messagingTypes property.
 java.util.List<JavaClass> Entity.getPrimaryKeys()
          Gets the value of the primaryKeys property.
 java.util.List<JavaClass> EnterpriseBean.getRemoteInterfaces()
          Gets the value of the remoteInterfaces property.
 java.util.List<JavaClass> Session.getServiceEndpoints()
          Gets the value of the serviceEndpoints property.
 

Uses of JavaClass in org.apache.openejb.jee.was.v6.java
 

Subclasses of JavaClass in org.apache.openejb.jee.was.v6.java
 class ArrayType
          Describes a Java Array type For multi-dimensional arrays, it is unlikely that the component type will be specified directly.
 

Fields in org.apache.openejb.jee.was.v6.java with type parameters of type JavaClass
protected  java.util.List<JavaClass> JavaClass.javaClassImplementsInterfaces
           
protected  java.util.List<JavaClass> JavaClass.javaClassImports
           
protected  java.util.List<JavaClass> Method.javaClassJavaExceptions
           
protected  java.util.List<JavaClass> JavaClass.javaDeclaredClasses
           
protected  java.util.List<JavaClass> JavaClass.javaDeclaringClasses
           
 

Methods in org.apache.openejb.jee.was.v6.java that return JavaClass
 JavaClass ObjectFactory.createJavaClass()
          Create an instance of JavaClass
 

Methods in org.apache.openejb.jee.was.v6.java that return types with arguments of type JavaClass
 javax.xml.bind.JAXBElement<JavaClass> ObjectFactory.createJavaClass(JavaClass value)
          Create an instance of JAXBElement<JavaClass >
 java.util.List<JavaClass> JavaClass.getJavaClassImplementsInterfaces()
          Gets the value of the javaClassImplementsInterfaces property.
 java.util.List<JavaClass> JavaClass.getJavaClassImports()
          Gets the value of the javaClassImports property.
 java.util.List<JavaClass> Method.getJavaClassJavaExceptions()
          Gets the value of the javaClassJavaExceptions property.
 java.util.List<JavaClass> JavaClass.getJavaDeclaredClasses()
          Gets the value of the javaDeclaredClasses property.
 java.util.List<JavaClass> JavaClass.getJavaDeclaringClasses()
          Gets the value of the javaDeclaringClasses property.
 

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

Uses of JavaClass in org.apache.openejb.jee.was.v6.wsclient
 

Fields in org.apache.openejb.jee.was.v6.wsclient with type parameters of type JavaClass
protected  java.util.List<JavaClass> Handler.handlerClasses
           
protected  java.util.List<JavaClass> PortComponentRef.serviceEndpointInterfaces
           
protected  java.util.List<JavaClass> ServiceRef.serviceInterfaces
           
 

Methods in org.apache.openejb.jee.was.v6.wsclient that return types with arguments of type JavaClass
 java.util.List<JavaClass> Handler.getHandlerClasses()
          Gets the value of the handlerClasses property.
 java.util.List<JavaClass> PortComponentRef.getServiceEndpointInterfaces()
          Gets the value of the serviceEndpointInterfaces property.
 java.util.List<JavaClass> ServiceRef.getServiceInterfaces()
          Gets the value of the serviceInterfaces property.
 



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