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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return InjectionTargetType
 InjectionTargetType<IgnoreDependencyType<T>> IgnoreDependencyType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<JndiRefType<T>> JndiRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<AnnotationType<T>> AnnotationType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element with the given value will be created.
 InjectionTargetType<IgnoreDependencyType<T>> IgnoreDependencyType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 InjectionTargetType<JndiRefType<T>> JndiRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return InjectionTargetType
 InjectionTargetType<EjbRefType<T>> EjbRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<EjbLocalRefType<T>> EjbLocalRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<ResourceRefType<T>> ResourceRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<ResourceEnvRefType<T>> ResourceEnvRefType.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<PersistenceContextRefType<T>> PersistenceContextRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<PersistenceUnitRefType<T>> PersistenceUnitRefType.createInjectionTarget()
          Creates a new injection-target element
 InjectionTargetType<EjbRefType<T>> EjbRefType.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<ResourceRefType<T>> ResourceRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 InjectionTargetType<ResourceEnvRefType<T>> ResourceEnvRefType.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<PersistenceContextRefType<T>> PersistenceContextRefType.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.jbosscommon51 that return types with arguments of type InjectionTargetType
 List<InjectionTargetType<EjbRefType<T>>> EjbRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<InjectionTargetType<EjbLocalRefType<T>>> EjbLocalRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<InjectionTargetType<ResourceRefType<T>>> ResourceRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<InjectionTargetType<ResourceEnvRefType<T>>> ResourceEnvRefType.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<PersistenceContextRefType<T>>> PersistenceContextRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<InjectionTargetType<PersistenceUnitRefType<T>>> PersistenceUnitRefType.getAllInjectionTarget()
          Returns all injection-target elements
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.