Uses of Class
org.apache.openejb.jee.was.v6.java.JavaClass
-
Packages that use JavaClass Package Description 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 Modifier and Type Field Description protected List<JavaClass>Listener. listenerClassesprotected List<JavaClass>ResourceEnvRef. resourceEnvRefTypesMethods in org.apache.openejb.jee.was.v6.common that return types with arguments of type JavaClass Modifier and Type Method Description 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 Modifier and Type Field Description protected List<JavaClass>CMRField. collectionTypesprotected List<JavaClass>EnterpriseBean. ejbClassesprotected List<JavaClass>EnterpriseBean. homeInterfacesprotected List<JavaClass>EnterpriseBean. localHomeInterfacesprotected List<JavaClass>EnterpriseBean. localInterfacesprotected List<JavaClass>MessageDriven. messageDestinationsprotected List<JavaClass>MessageDriven. messagingTypesprotected List<JavaClass>Entity. primaryKeysprotected List<JavaClass>EnterpriseBean. remoteInterfacesprotected List<JavaClass>Session. serviceEndpointsMethods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type JavaClass Modifier and Type Method Description 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 Modifier and Type Class Description classArrayTypeDescribes 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 Modifier and Type Field Description protected List<JavaClass>JavaClass. javaClassImplementsInterfacesprotected List<JavaClass>JavaClass. javaClassImportsprotected List<JavaClass>Method. javaClassJavaExceptionsprotected List<JavaClass>JavaClass. javaDeclaredClassesprotected List<JavaClass>JavaClass. javaDeclaringClassesMethods in org.apache.openejb.jee.was.v6.java that return JavaClass Modifier and Type Method Description JavaClassObjectFactory. createJavaClass()Create an instance ofJavaClassMethods in org.apache.openejb.jee.was.v6.java that return types with arguments of type JavaClass Modifier and Type Method Description jakarta.xml.bind.JAXBElement<JavaClass>ObjectFactory. createJavaClass(JavaClass value)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 Modifier and Type Method Description jakarta.xml.bind.JAXBElement<JavaClass>ObjectFactory. createJavaClass(JavaClass value) -
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 Modifier and Type Field Description protected List<JavaClass>Handler. handlerClassesprotected List<JavaClass>PortComponentRef. serviceEndpointInterfacesprotected List<JavaClass>ServiceRef. serviceInterfacesMethods in org.apache.openejb.jee.was.v6.wsclient that return types with arguments of type JavaClass Modifier and Type Method Description 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.
-