ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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.createEjbRef()
          Creates a new ejb-ref element
 EjbRefType<ApplicationDescriptor> ApplicationDescriptor.createEjbRef()
          Creates a new ejb-ref element
 EjbRefType<ApplicationType<T>> ApplicationType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 EjbRefType<ApplicationDescriptor> ApplicationDescriptor.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type EjbRefType
 List<EjbRefType<ApplicationType<T>>> ApplicationType.getAllEjbRef()
          Returns all ejb-ref elements
 List<EjbRefType<ApplicationDescriptor>> ApplicationDescriptor.getAllEjbRef()
          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<MessageDrivenBeanType<T>> MessageDrivenBeanType.createEjbRef()
          Creates a new ejb-ref element
 EjbRefType<InterceptorType<T>> InterceptorType.createEjbRef()
          Creates a new ejb-ref element
 EjbRefType<SessionBeanType<T>> SessionBeanType.createEjbRef()
          Creates a new ejb-ref element
 EjbRefType<EntityBeanType<T>> EntityBeanType.createEjbRef()
          Creates a new ejb-ref element
 EjbRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 EjbRefType<InterceptorType<T>> InterceptorType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 EjbRefType<SessionBeanType<T>> SessionBeanType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 EjbRefType<EntityBeanType<T>> EntityBeanType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type EjbRefType
 List<EjbRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllEjbRef()
          Returns all ejb-ref elements
 List<EjbRefType<InterceptorType<T>>> InterceptorType.getAllEjbRef()
          Returns all ejb-ref elements
 List<EjbRefType<SessionBeanType<T>>> SessionBeanType.getAllEjbRef()
          Returns all ejb-ref elements
 List<EjbRefType<EntityBeanType<T>>> EntityBeanType.getAllEjbRef()
          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.description(String... values)
          Creates for all String objects representing description elements, a new description element
 EjbRefType<T> EjbRefType.ejbLink(String ejbLink)
          Sets the ejb-link element
 EjbRefType<T> EjbRefType.ejbRefName(String ejbRefName)
          Sets the ejb-ref-name element
 EjbRefType<T> EjbRefType.ejbRefType(EjbRefTypeType ejbRefType)
          Sets the ejb-ref-type element
 EjbRefType<T> EjbRefType.ejbRefType(String ejbRefType)
          Sets the ejb-ref-type element
 EjbRefType<T> EjbRefType.home(String home)
          Sets the home element
 EjbRefType<T> EjbRefType.lookupName(String lookupName)
          Sets the lookup-name element
 EjbRefType<T> EjbRefType.mappedName(String mappedName)
          Sets the mapped-name element
 EjbRefType<T> EjbRefType.remote(String remote)
          Sets the remote element
 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.removeEjbRefType()
          Removes the ejb-ref-type attribute
 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
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type EjbRefType
 InjectionTargetType<EjbRefType<T>> EjbRefType.createInjectionTarget()
          Creates a new injection-target element
 List<InjectionTargetType<EjbRefType<T>>> EjbRefType.getAllInjectionTarget()
          Returns all injection-target elements
 InjectionTargetType<EjbRefType<T>> EjbRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return EjbRefType
 EjbRefType<WebAppDescriptor> WebAppDescriptor.createEjbRef()
          Creates a new ejb-ref element
 EjbRefType<WebAppDescriptor> WebAppDescriptor.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type EjbRefType
 List<EjbRefType<WebAppDescriptor>> WebAppDescriptor.getAllEjbRef()
          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.createEjbRef()
          Creates a new ejb-ref element
 EjbRefType<WebAppType<T>> WebAppType.createEjbRef()
          Creates a new ejb-ref element
 EjbRefType<WebFragmentType<T>> WebFragmentType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 EjbRefType<WebAppType<T>> WebAppType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type EjbRefType
 List<EjbRefType<WebFragmentType<T>>> WebFragmentType.getAllEjbRef()
          Returns all ejb-ref elements
 List<EjbRefType<WebAppType<T>>> WebAppType.getAllEjbRef()
          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<WebFragmentDescriptor> WebFragmentDescriptor.createEjbRef()
          Creates a new ejb-ref element
 EjbRefType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.