Uses of Class
org.jboss.ejb3.dd.EjbJarDD

Packages that use EjbJarDD
org.jboss.ejb3   
org.jboss.ejb3.dd   
 

Uses of EjbJarDD in org.jboss.ejb3
 

Fields in org.jboss.ejb3 declared as EjbJarDD
protected  EjbJarDD Ejb3DescriptorHandler.dd
           
 

Methods in org.jboss.ejb3 that return EjbJarDD
static EjbJarDD Ejb3DescriptorHandler.parseDescriptors(Ejb3Deployment.DeploymentUnit di)
           
 

Constructors in org.jboss.ejb3 with parameters of type EjbJarDD
Ejb3DescriptorHandler(Ejb3Deployment.DeploymentUnit di, javassist.bytecode.ClassFile cf, EjbJarDD dd, String defaultSLSB, String defaultSFSB, String defaultMDB)
           
 

Uses of EjbJarDD in org.jboss.ejb3.dd
 

Methods in org.jboss.ejb3.dd with parameters of type EjbJarDD
 void EjbJarDDObjectFactory.addChild(EjbJarDD parent, AssemblyDescriptor descriptor, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void EjbJarDDObjectFactory.addChild(EjbJarDD parent, EnterpriseBeans ejbs, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JBossDDObjectFactory.addChild(EjbJarDD parent, InvokerProxyBinding binding, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JBossDDObjectFactory.addChild(EjbJarDD parent, LoaderRepository repository, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void EjbJarDDObjectFactory.addChild(EjbJarDD parent, Relationships relationships, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 Object JBossDDObjectFactory.newChild(EjbJarDD dd, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
          Called when parsing of a new element started.
 Object EjbJarDDObjectFactory.newChild(EjbJarDD dd, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
          Called when parsing of a new element started.
 void JBossDDObjectFactory.setValue(EjbJarDD dd, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, String value)
          Called when a child element with simple content is read for DD.
 void EjbJarDDObjectFactory.setValue(EjbJarDD dd, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, String value)
          Called when a child element with simple content is read for DD.
 

Constructors in org.jboss.ejb3.dd with parameters of type EjbJarDD
JBossDDObjectFactory(EjbJarDD dd)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.