Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee5.EjbLocalRefType

Packages that use EjbLocalRefType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return EjbLocalRefType
 EjbLocalRefType<InterceptorType<T>> InterceptorType.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<SessionBeanType<T>> SessionBeanType.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<EntityBeanType<T>> EntityBeanType.ejbLocalRef()
          Returns the ejb-local-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type EjbLocalRefType
 java.util.List<EjbLocalRefType<InterceptorType<T>>> InterceptorType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<SessionBeanType<T>>> SessionBeanType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<EntityBeanType<T>>> EntityBeanType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return EjbLocalRefType
 EjbLocalRefType<T> EjbLocalRefType.removeAllDescription()
          Removes the description element
 EjbLocalRefType<T> EjbLocalRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 EjbLocalRefType<T> EjbLocalRefType.removeEjbLink()
          Removes the ejb-link element
 EjbLocalRefType<T> EjbLocalRefType.removeEjbRefName()
          Removes the ejb-ref-name element
 EjbLocalRefType<T> EjbLocalRefType.removeLocal()
          Removes the local element
 EjbLocalRefType<T> EjbLocalRefType.removeLocalHome()
          Removes the local-home element
 EjbLocalRefType<T> EjbLocalRefType.removeMappedName()
          Removes the mapped-name element
 EjbLocalRefType<T> EjbLocalRefType.setDescription(java.lang.String description)
          Creates a new description element
 EjbLocalRefType<T> EjbLocalRefType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbLocalRefType<T> EjbLocalRefType.setEjbLink(java.lang.String ejbLink)
          If not already created, a new ejb-link element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setEjbRefName(java.lang.String ejbRefName)
          If not already created, a new ejb-ref-name element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setEjbRefType(java.lang.String ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setLocal(java.lang.String local)
          If not already created, a new local element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setLocalHome(java.lang.String localHome)
          If not already created, a new local-home element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 

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

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return EjbLocalRefType
 EjbLocalRefType<EntityBeanType<T>> EntityBeanTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<SessionBeanType<T>> SessionBeanTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<InterceptorType<T>> InterceptorTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type EjbLocalRefType
 java.util.List<EjbLocalRefType<EntityBeanType<T>>> EntityBeanTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<InterceptorType<T>>> InterceptorTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.impl.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return EjbLocalRefType
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeAllDescription()
          Removes the description element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeEjbLink()
          Removes the ejb-link element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeEjbRefName()
          Removes the ejb-ref-name element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeLocal()
          Removes the local element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeLocalHome()
          Removes the local-home element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeMappedName()
          Removes the mapped-name element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setEjbLink(java.lang.String ejbLink)
          If not already created, a new ejb-link element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setEjbRefName(java.lang.String ejbRefName)
          If not already created, a new ejb-ref-name element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setEjbRefType(java.lang.String ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setLocal(java.lang.String local)
          If not already created, a new local element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setLocalHome(java.lang.String localHome)
          If not already created, a new local-home element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 

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