Interface ResourceInjectionServiceRuntimeDescription
-
- All Superinterfaces:
org.apache.axis2.jaxws.description.ServiceRuntimeDescription
- All Known Implementing Classes:
ResourceInjectionServiceRuntimeDescriptionImpl
public interface ResourceInjectionServiceRuntimeDescription extends org.apache.axis2.jaxws.description.ServiceRuntimeDescriptionUsed to cache @Resource injection information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodgetPostConstructMethod()MethodgetPreDestroyMethod()booleanhasResourceAnnotation()
-
-
-
Method Detail
-
hasResourceAnnotation
boolean hasResourceAnnotation()
- Returns:
- true if @Resource is found on any Field or Method of the Implementation class
-
getPostConstructMethod
Method getPostConstructMethod()
- Returns:
- Method with @PostConstruct or null
-
getPreDestroyMethod
Method getPreDestroyMethod()
- Returns:
- Method with @PreDestroy or null
-
-