Interface ResourceInjectionServiceRuntimeDescription

All Superinterfaces:
org.apache.axis2.jaxws.description.ServiceRuntimeDescription
All Known Implementing Classes:
ResourceInjectionServiceRuntimeDescriptionImpl

public interface ResourceInjectionServiceRuntimeDescription extends org.apache.axis2.jaxws.description.ServiceRuntimeDescription
Used to cache @Resource injection information
  • Method Details

    • 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