Package | Description |
---|---|
org.apache.cxf.jaxws.javaee |
Modifier and Type | Field and Description |
---|---|
protected List<InjectionTargetType> |
ResourceRefType.injectionTarget |
protected List<InjectionTargetType> |
EjbRefType.injectionTarget |
protected List<InjectionTargetType> |
EnvEntryType.injectionTarget |
protected List<InjectionTargetType> |
EjbLocalRefType.injectionTarget |
protected List<InjectionTargetType> |
PersistenceUnitRefType.injectionTarget |
protected List<InjectionTargetType> |
PersistenceContextRefType.injectionTarget |
protected List<InjectionTargetType> |
ServiceRefType.injectionTarget |
protected List<InjectionTargetType> |
MessageDestinationRefType.injectionTarget |
protected List<InjectionTargetType> |
ResourceEnvRefType.injectionTarget |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType |
ObjectFactory.createInjectionTargetType()
Create an instance of
InjectionTargetType |
Modifier and Type | Method and Description |
---|---|
List<InjectionTargetType> |
ResourceRefType.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> |
PersistenceUnitRefType.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> |
MessageDestinationRefType.getInjectionTarget()
Gets the value of the injectionTarget property.
|
List<InjectionTargetType> |
ResourceEnvRefType.getInjectionTarget()
Gets the value of the injectionTarget property.
|
Apache CXF