Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.InjectionTargetType

Packages that use InjectionTargetType
org.apache.cxf.jaxws.javaee   
 

Uses of InjectionTargetType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee with type parameters of type InjectionTargetType
protected  List<InjectionTargetType> MessageDestinationRefType.injectionTarget
           
protected  List<InjectionTargetType> PersistenceUnitRefType.injectionTarget
           
protected  List<InjectionTargetType> EjbRefType.injectionTarget
           
protected  List<InjectionTargetType> EnvEntryType.injectionTarget
           
protected  List<InjectionTargetType> EjbLocalRefType.injectionTarget
           
protected  List<InjectionTargetType> ResourceEnvRefType.injectionTarget
           
protected  List<InjectionTargetType> PersistenceContextRefType.injectionTarget
           
protected  List<InjectionTargetType> ServiceRefType.injectionTarget
           
protected  List<InjectionTargetType> ResourceRefType.injectionTarget
           
 

Methods in org.apache.cxf.jaxws.javaee that return InjectionTargetType
 InjectionTargetType ObjectFactory.createInjectionTargetType()
          Create an instance of InjectionTargetType
 

Methods in org.apache.cxf.jaxws.javaee that return types with arguments of type InjectionTargetType
 List<InjectionTargetType> MessageDestinationRefType.getInjectionTarget()
          Gets the value of the injectionTarget property.
 List<InjectionTargetType> PersistenceUnitRefType.getInjectionTarget()
          Gets the value of the injectionTarget property.
 List<InjectionTargetType> EjbRefType.getInjectionTarget()
          Gets the value of the injectionTarget property.
 List<InjectionTargetType> EnvEntryType.getInjectionTarget()
          Gets the value of the injectionTarget property.
 List<InjectionTargetType> EjbLocalRefType.getInjectionTarget()
          Gets the value of the injectionTarget property.
 List<InjectionTargetType> ResourceEnvRefType.getInjectionTarget()
          Gets the value of the injectionTarget property.
 List<InjectionTargetType> PersistenceContextRefType.getInjectionTarget()
          Gets the value of the injectionTarget property.
 List<InjectionTargetType> ServiceRefType.getInjectionTarget()
          Gets the value of the injectionTarget property.
 List<InjectionTargetType> ResourceRefType.getInjectionTarget()
          Gets the value of the injectionTarget property.
 


Apache CXF API

Apache CXF