Uses of Class
org.apache.openejb.jee.was.v6.common.CompatibilityDescriptionGroup

Packages that use CompatibilityDescriptionGroup
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.wsclient Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

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

Subclasses of CompatibilityDescriptionGroup in org.apache.openejb.jee.was.v6.common
 class JNDIEnvRefsGroup
           
 class Listener
           
 class MessageDestination
           
 

Methods in org.apache.openejb.jee.was.v6.common that return CompatibilityDescriptionGroup
 CompatibilityDescriptionGroup ObjectFactory.createCompatibilityDescriptionGroup()
          Create an instance of CompatibilityDescriptionGroup
 

Methods in org.apache.openejb.jee.was.v6.common that return types with arguments of type CompatibilityDescriptionGroup
 javax.xml.bind.JAXBElement<CompatibilityDescriptionGroup> ObjectFactory.createCompatibilityDescriptionGroup(CompatibilityDescriptionGroup value)
          Create an instance of JAXBElement< CompatibilityDescriptionGroup>
 

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

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

Subclasses of CompatibilityDescriptionGroup in org.apache.openejb.jee.was.v6.ejb
 class ContainerManagedEntity
           Java class for ContainerManagedEntity complex type.
 class EJBJar
          The root element of the EJB deployment descriptor.
 class EnterpriseBean
          EnterpriseJavaBean is a class.
 class Entity
          The entity element declares an entity bean.
 class MessageDriven
          The message-driven element declares a message-driven bean.
 class Session
          The session-beanType declares an session bean.
 

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

Subclasses of CompatibilityDescriptionGroup in org.apache.openejb.jee.was.v6.wsclient
 class Handler
          Declares the handler for a port-component.
 class ServiceRef
          The service-ref element declares a reference to a Web service.
 



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