org.apache.axis2.jaxws.runtime.description.injection
Interface ResourceInjectionServiceRuntimeDescription
- All Superinterfaces:
- ServiceRuntimeDescription
- All Known Implementing Classes:
- ResourceInjectionServiceRuntimeDescriptionImpl
public interface ResourceInjectionServiceRuntimeDescription
- extends ServiceRuntimeDescription
Used to cache @Resource injection information
hasResourceAnnotation
boolean hasResourceAnnotation()
- Returns:
- true if @Resource is found on any Field or Method of the Implementation class
getPostConstructMethod
java.lang.reflect.Method getPostConstructMethod()
- Returns:
- Method with @PostConstruct or null
getPreDestroyMethod
java.lang.reflect.Method getPreDestroyMethod()
- Returns:
- Method with @PreDestroy or null
Copyright © 2007 Apache Web Services Project. All Rights Reserved.