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

Packages that use EjbJarDD
org.jboss.ejb3.metamodel   
 

Uses of EjbJarDD in org.jboss.ejb3.metamodel
 

Methods in org.jboss.ejb3.metamodel that return EjbJarDD
static EjbJarDD EjbJarDDObjectFactory.parse(URL ddResource)
           
static EjbJarDD JBossDDObjectFactory.parse(URL ddResource, EjbJarDD dd)
           
 

Methods in org.jboss.ejb3.metamodel 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)
           
 void EjbJarDDObjectFactory.addChild(EjbJarDD parent, Interceptors interceptors, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
           
 void EjbJarDDObjectFactory.addChild(EjbJarDD parent, Relationships relationships, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JBossDDObjectFactory.addChild(EjbJarDD parent, ResourceManager manager, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JBossDDObjectFactory.addChild(EjbJarDD parent, Webservices webservices, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 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.
 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.
static EjbJarDD JBossDDObjectFactory.parse(URL ddResource, EjbJarDD 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.
 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.
 

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



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.