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  List<JavaClass> Listener.listenerClasses
           
protected  List<JavaClass> ResourceEnvRef.resourceEnvRefTypes
           
 

Methods in org.apache.openejb.jee.was.v6.common that return types with arguments of type JavaClass
 List<JavaClass> Listener.getListenerClasses()
          Gets the value of the listenerClasses property.
 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  List<JavaClass> CMRField.collectionTypes
           
protected  List<JavaClass> EnterpriseBean.ejbClasses
           
protected  List<JavaClass> EnterpriseBean.homeInterfaces
           
protected  List<JavaClass> EnterpriseBean.localHomeInterfaces
           
protected  List<JavaClass> EnterpriseBean.localInterfaces
           
protected  List<JavaClass> MessageDriven.messageDestinations
           
protected  List<JavaClass> MessageDriven.messagingTypes
           
protected  List<JavaClass> Entity.primaryKeys
           
protected  List<JavaClass> EnterpriseBean.remoteInterfaces
           
protected  List<JavaClass> Session.serviceEndpoints
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type JavaClass
 List<JavaClass> CMRField.getCollectionTypes()
          Gets the value of the collectionTypes property.
 List<JavaClass> EnterpriseBean.getEjbClasses()
          Gets the value of the ejbClasses property.
 List<JavaClass> EnterpriseBean.getHomeInterfaces()
          Gets the value of the homeInterfaces property.
 List<JavaClass> EnterpriseBean.getLocalHomeInterfaces()
          Gets the value of the localHomeInterfaces property.
 List<JavaClass> EnterpriseBean.getLocalInterfaces()
          Gets the value of the localInterfaces property.
 List<JavaClass> MessageDriven.getMessageDestinations()
          Gets the value of the messageDestinations property.
 List<JavaClass> MessageDriven.getMessagingTypes()
          Gets the value of the messagingTypes property.
 List<JavaClass> Entity.getPrimaryKeys()
          Gets the value of the primaryKeys property.
 List<JavaClass> EnterpriseBean.getRemoteInterfaces()
          Gets the value of the remoteInterfaces property.
 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  List<JavaClass> JavaClass.javaClassImplementsInterfaces
           
protected  List<JavaClass> JavaClass.javaClassImports
           
protected  List<JavaClass> Method.javaClassJavaExceptions
           
protected  List<JavaClass> JavaClass.javaDeclaredClasses
           
protected  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 >
 List<JavaClass> JavaClass.getJavaClassImplementsInterfaces()
          Gets the value of the javaClassImplementsInterfaces property.
 List<JavaClass> JavaClass.getJavaClassImports()
          Gets the value of the javaClassImports property.
 List<JavaClass> Method.getJavaClassJavaExceptions()
          Gets the value of the javaClassJavaExceptions property.
 List<JavaClass> JavaClass.getJavaDeclaredClasses()
          Gets the value of the javaDeclaredClasses property.
 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  List<JavaClass> Handler.handlerClasses
           
protected  List<JavaClass> PortComponentRef.serviceEndpointInterfaces
           
protected  List<JavaClass> ServiceRef.serviceInterfaces
           
 

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



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