Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbosscommon51.EjbRefType

Packages that use EjbRefType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

Uses of EjbRefType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return EjbRefType
 EjbRefType<GenericBeanType<T>> GenericBeanType.ejbRef()
          Returns the ejb-ref element
 EjbRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.ejbRef()
          Returns the ejb-ref element
 EjbRefType<ServiceBeanType<T>> ServiceBeanType.ejbRef()
          Returns the ejb-ref element
 EjbRefType<ConsumerBeanType<T>> ConsumerBeanType.ejbRef()
          Returns the ejb-ref element
 EjbRefType<SessionBeanType<T>> SessionBeanType.ejbRef()
          Returns the ejb-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type EjbRefType
 java.util.List<EjbRefType<GenericBeanType<T>>> GenericBeanType.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<ServiceBeanType<T>>> ServiceBeanType.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<ConsumerBeanType<T>>> ConsumerBeanType.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<SessionBeanType<T>>> SessionBeanType.getEjbRefList()
          Returns all ejb-ref elements
 

Uses of EjbRefType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return EjbRefType
 EjbRefType<T> EjbRefType.ignoreDependency()
           
 EjbRefType<T> EjbRefType.removeAllDescription()
          Removes the description element
 EjbRefType<T> EjbRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 EjbRefType<T> EjbRefType.removeEjbLink()
          Removes the ejb-link element
 EjbRefType<T> EjbRefType.removeEjbRefName()
          Removes the ejb-ref-name element
 EjbRefType<T> EjbRefType.removeHome()
          Removes the home element
 EjbRefType<T> EjbRefType.removeJndiName()
          Removes the jndi-name element
 EjbRefType<T> EjbRefType.removeMappedName()
          Removes the mapped-name element
 EjbRefType<T> EjbRefType.removeRemote()
          Removes the remote element
 EjbRefType<T> EjbRefType.setDescription(java.lang.String description)
          Creates a new description element
 EjbRefType<T> EjbRefType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbRefType<T> EjbRefType.setEjbLink(java.lang.String ejbLink)
          If not already created, a new ejb-link element with the given value will be created.
 EjbRefType<T> EjbRefType.setEjbRefName(java.lang.String ejbRefName)
          If not already created, a new ejb-ref-name element with the given value will be created.
 EjbRefType<T> EjbRefType.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbRefType<T> EjbRefType.setEjbRefType(java.lang.String ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbRefType<T> EjbRefType.setHome(java.lang.String home)
          If not already created, a new home element with the given value will be created.
 EjbRefType<T> EjbRefType.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 EjbRefType<T> EjbRefType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 EjbRefType<T> EjbRefType.setRemote(java.lang.String remote)
          If not already created, a new remote element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return types with arguments of type EjbRefType
 java.util.List<InjectionTargetType<EjbRefType<T>>> EjbRefType.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<EjbRefType<T>> EjbRefType.injectionTarget()
          Returns the injection-target element
 

Uses of EjbRefType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return EjbRefType
 EjbRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.ejbRef()
          Returns the ejb-ref element
 EjbRefType<ServiceBeanType<T>> ServiceBeanTypeImpl.ejbRef()
          Returns the ejb-ref element
 EjbRefType<SessionBeanType<T>> SessionBeanTypeImpl.ejbRef()
          Returns the ejb-ref element
 EjbRefType<GenericBeanType<T>> GenericBeanTypeImpl.ejbRef()
          Returns the ejb-ref element
 EjbRefType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.ejbRef()
          Returns the ejb-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type EjbRefType
 java.util.List<EjbRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<ServiceBeanType<T>>> ServiceBeanTypeImpl.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<ConsumerBeanType<T>>> ConsumerBeanTypeImpl.getEjbRefList()
          Returns all ejb-ref elements
 

Uses of EjbRefType in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement EjbRefType
 class EjbRefTypeImpl<T>
          This class implements the ejb-refType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return EjbRefType
 EjbRefType<T> EjbRefTypeImpl.ignoreDependency()
           
 EjbRefType<T> EjbRefTypeImpl.removeAllDescription()
          Removes the description element
 EjbRefType<T> EjbRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 EjbRefType<T> EjbRefTypeImpl.removeEjbLink()
          Removes the ejb-link element
 EjbRefType<T> EjbRefTypeImpl.removeEjbRefName()
          Removes the ejb-ref-name element
 EjbRefType<T> EjbRefTypeImpl.removeHome()
          Removes the home element
 EjbRefType<T> EjbRefTypeImpl.removeJndiName()
          Removes the jndi-name element
 EjbRefType<T> EjbRefTypeImpl.removeMappedName()
          Removes the mapped-name element
 EjbRefType<T> EjbRefTypeImpl.removeRemote()
          Removes the remote element
 EjbRefType<T> EjbRefTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 EjbRefType<T> EjbRefTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbRefType<T> EjbRefTypeImpl.setEjbLink(java.lang.String ejbLink)
          If not already created, a new ejb-link element with the given value will be created.
 EjbRefType<T> EjbRefTypeImpl.setEjbRefName(java.lang.String ejbRefName)
          If not already created, a new ejb-ref-name element with the given value will be created.
 EjbRefType<T> EjbRefTypeImpl.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbRefType<T> EjbRefTypeImpl.setEjbRefType(java.lang.String ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbRefType<T> EjbRefTypeImpl.setHome(java.lang.String home)
          If not already created, a new home element with the given value will be created.
 EjbRefType<T> EjbRefTypeImpl.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 EjbRefType<T> EjbRefTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 EjbRefType<T> EjbRefTypeImpl.setRemote(java.lang.String remote)
          If not already created, a new remote element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return types with arguments of type EjbRefType
 java.util.List<InjectionTargetType<EjbRefType<T>>> EjbRefTypeImpl.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<EjbRefType<T>> EjbRefTypeImpl.injectionTarget()
          Returns the injection-target element