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


Method Summary
 java.lang.reflect.Method getPostConstructMethod()
           
 java.lang.reflect.Method getPreDestroyMethod()
           
 boolean hasResourceAnnotation()
           
 
Methods inherited from interface org.apache.axis2.jaxws.description.ServiceRuntimeDescription
getKey, getServiceDescription
 

Method Detail

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.