ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use InjectionTargetType
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return InjectionTargetType
 InjectionTargetType<ResourceEnvRefType<T>> ResourceEnvRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<ResourceRefType<T>> ResourceRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<PersistenceContextRefType<T>> PersistenceContextRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<EjbRefType<T>> EjbRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<MessageDestinationRefType<T>> MessageDestinationRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<EnvEntryType<T>> EnvEntryType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<EjbLocalRefType<T>> EjbLocalRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<PersistenceUnitRefType<T>> PersistenceUnitRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<ResourceEnvRefType<T>> ResourceEnvRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 InjectionTargetType<ResourceRefType<T>> ResourceRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 InjectionTargetType<PersistenceContextRefType<T>> PersistenceContextRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 InjectionTargetType<EjbRefType<T>> EjbRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 InjectionTargetType<MessageDestinationRefType<T>> MessageDestinationRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 InjectionTargetType<EnvEntryType<T>> EnvEntryType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 InjectionTargetType<EjbLocalRefType<T>> EjbLocalRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 InjectionTargetType<PersistenceUnitRefType<T>> PersistenceUnitRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 InjectionTargetType<T> InjectionTargetType.injectionTargetClass(String injectionTargetClass)
          Sets the injection-target-class element
 InjectionTargetType<T> InjectionTargetType.injectionTargetName(String injectionTargetName)
          Sets the injection-target-name element
 InjectionTargetType<T> InjectionTargetType.removeInjectionTargetClass()
          Removes the injection-target-class element
 InjectionTargetType<T> InjectionTargetType.removeInjectionTargetName()
          Removes the injection-target-name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return types with arguments of type InjectionTargetType
 List<InjectionTargetType<ResourceEnvRefType<T>>> ResourceEnvRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<InjectionTargetType<ResourceRefType<T>>> ResourceRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<InjectionTargetType<PersistenceContextRefType<T>>> PersistenceContextRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<InjectionTargetType<EjbRefType<T>>> EjbRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<InjectionTargetType<MessageDestinationRefType<T>>> MessageDestinationRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<InjectionTargetType<EnvEntryType<T>>> EnvEntryType.getAllInjectionTarget()
          Returns all injection-target elements
 List<InjectionTargetType<EjbLocalRefType<T>>> EjbLocalRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<InjectionTargetType<PersistenceUnitRefType<T>>> PersistenceUnitRefType.getAllInjectionTarget()
          Returns all injection-target elements
 

Uses of InjectionTargetType in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return InjectionTargetType
 InjectionTargetType<ServiceRefType<T>> ServiceRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<ServiceRefType<T>> ServiceRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return types with arguments of type InjectionTargetType
 List<InjectionTargetType<ServiceRefType<T>>> ServiceRefType.getAllInjectionTarget()
          Returns all injection-target elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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