Class ResourceInjectionServiceRuntimeDescriptionImpl
- java.lang.Object
- 
- org.apache.axis2.jaxws.runtime.description.injection.impl.ResourceInjectionServiceRuntimeDescriptionImpl
 
- 
- All Implemented Interfaces:
- ServiceRuntimeDescription,- ResourceInjectionServiceRuntimeDescription
 
 public class ResourceInjectionServiceRuntimeDescriptionImpl extends Object implements ResourceInjectionServiceRuntimeDescription 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedResourceInjectionServiceRuntimeDescriptionImpl(String key, ServiceDescription serviceDesc)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()MethodgetPostConstructMethod()MethodgetPreDestroyMethod()ServiceDescriptiongetServiceDescription()booleanhasResourceAnnotation()StringtoString()
 
- 
- 
- 
Constructor Detail- 
ResourceInjectionServiceRuntimeDescriptionImplprotected ResourceInjectionServiceRuntimeDescriptionImpl(String key, ServiceDescription serviceDesc) 
 
- 
 - 
Method Detail- 
hasResourceAnnotationpublic boolean hasResourceAnnotation() - Specified by:
- hasResourceAnnotationin interface- ResourceInjectionServiceRuntimeDescription
- Returns:
- true if @Resource is found on any Field or Method of the Implementation class
 
 - 
getPostConstructMethodpublic Method getPostConstructMethod() - Specified by:
- getPostConstructMethodin interface- ResourceInjectionServiceRuntimeDescription
- Returns:
- Method with @PostConstruct or null
 
 - 
getPreDestroyMethodpublic Method getPreDestroyMethod() - Specified by:
- getPreDestroyMethodin interface- ResourceInjectionServiceRuntimeDescription
- Returns:
- Method with @PreDestroy or null
 
 - 
getServiceDescriptionpublic ServiceDescription getServiceDescription() - Specified by:
- getServiceDescriptionin interface- ServiceRuntimeDescription
- Returns:
- OperationDesc parent
 
 - 
getKeypublic String getKey() - Specified by:
- getKeyin interface- ServiceRuntimeDescription
- Returns:
- String
 
 
- 
 
-