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

Packages that use EjbRefType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.application6 Provides the implementation classes as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return EjbRefType
 EjbRefType<ApplicationType<T>> ApplicationType.ejbRef()
          Returns the ejb-ref element
 EjbRefType<Application6Descriptor> Application6Descriptor.ejbRef()
          Returns the ejb-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type EjbRefType
 java.util.List<EjbRefType<ApplicationType<T>>> ApplicationType.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<Application6Descriptor>> Application6Descriptor.getEjbRefList()
          Returns all ejb-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return EjbRefType
 EjbRefType<InterceptorType<T>> InterceptorType.ejbRef()
          Returns the ejb-ref element
 EjbRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.ejbRef()
          Returns the ejb-ref element
 EjbRefType<SessionBeanType<T>> SessionBeanType.ejbRef()
          Returns the ejb-ref element
 EjbRefType<EntityBeanType<T>> EntityBeanType.ejbRef()
          Returns the ejb-ref element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return EjbRefType
 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.removeLookupName()
          Removes the lookup-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.setLookupName(java.lang.String lookupName)
          If not already created, a new lookup-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.javaee6 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.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return EjbRefType
 EjbRefType<WebApp30Descriptor> WebApp30Descriptor.ejbRef()
          Returns the ejb-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type EjbRefType
 java.util.List<EjbRefType<WebApp30Descriptor>> WebApp30Descriptor.getEjbRefList()
          Returns all ejb-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return EjbRefType
 EjbRefType<WebFragmentType<T>> WebFragmentType.ejbRef()
          Returns the ejb-ref element
 EjbRefType<WebAppType<T>> WebAppType.ejbRef()
          Returns the ejb-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type EjbRefType
 java.util.List<EjbRefType<WebFragmentType<T>>> WebFragmentType.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<WebAppType<T>>> WebAppType.getEjbRefList()
          Returns all ejb-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return EjbRefType
 EjbRefType<WebFragment30Descriptor> WebFragment30Descriptor.ejbRef()
          Returns the ejb-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type EjbRefType
 java.util.List<EjbRefType<WebFragment30Descriptor>> WebFragment30Descriptor.getEjbRefList()
          Returns all ejb-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return EjbRefType
 EjbRefType<Application6Descriptor> Application6DescriptorImpl.ejbRef()
          Returns the ejb-ref element
 EjbRefType<ApplicationType<T>> ApplicationTypeImpl.ejbRef()
          Returns the ejb-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type EjbRefType
 java.util.List<EjbRefType<Application6Descriptor>> Application6DescriptorImpl.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<ApplicationType<T>>> ApplicationTypeImpl.getEjbRefList()
          Returns all ejb-ref elements
 

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

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return EjbRefType
 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.removeLookupName()
          Removes the lookup-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.setLookupName(java.lang.String lookupName)
          If not already created, a new lookup-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.javaee6 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
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return EjbRefType
 EjbRefType<WebApp30Descriptor> WebApp30DescriptorImpl.ejbRef()
          Returns the ejb-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type EjbRefType
 java.util.List<EjbRefType<WebApp30Descriptor>> WebApp30DescriptorImpl.getEjbRefList()
          Returns all ejb-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return EjbRefType
 EjbRefType<WebFragmentType<T>> WebFragmentTypeImpl.ejbRef()
          Returns the ejb-ref element
 EjbRefType<WebAppType<T>> WebAppTypeImpl.ejbRef()
          Returns the ejb-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type EjbRefType
 java.util.List<EjbRefType<WebFragmentType<T>>> WebFragmentTypeImpl.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EjbRefType<WebAppType<T>>> WebAppTypeImpl.getEjbRefList()
          Returns all ejb-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return EjbRefType
 EjbRefType<WebFragment30Descriptor> WebFragment30DescriptorImpl.ejbRef()
          Returns the ejb-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type EjbRefType
 java.util.List<EjbRefType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getEjbRefList()
          Returns all ejb-ref elements