Class ResourceInjectionServiceRuntimeDescriptionImpl
java.lang.Object
org.apache.axis2.jaxws.runtime.description.injection.impl.ResourceInjectionServiceRuntimeDescriptionImpl
- All Implemented Interfaces:
org.apache.axis2.jaxws.description.ServiceRuntimeDescription,ResourceInjectionServiceRuntimeDescription
public class ResourceInjectionServiceRuntimeDescriptionImpl
extends Object
implements ResourceInjectionServiceRuntimeDescription
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedResourceInjectionServiceRuntimeDescriptionImpl(String key, org.apache.axis2.jaxws.description.ServiceDescription serviceDesc) -
Method Summary
-
Constructor Details
-
ResourceInjectionServiceRuntimeDescriptionImpl
protected ResourceInjectionServiceRuntimeDescriptionImpl(String key, org.apache.axis2.jaxws.description.ServiceDescription serviceDesc)
-
-
Method Details
-
hasResourceAnnotation
public boolean hasResourceAnnotation()- Specified by:
hasResourceAnnotationin interfaceResourceInjectionServiceRuntimeDescription- Returns:
- true if @Resource is found on any Field or Method of the Implementation class
-
getPostConstructMethod
- Specified by:
getPostConstructMethodin interfaceResourceInjectionServiceRuntimeDescription- Returns:
- Method with @PostConstruct or null
-
getPreDestroyMethod
- Specified by:
getPreDestroyMethodin interfaceResourceInjectionServiceRuntimeDescription- Returns:
- Method with @PreDestroy or null
-
getServiceDescription
public org.apache.axis2.jaxws.description.ServiceDescription getServiceDescription()- Specified by:
getServiceDescriptionin interfaceorg.apache.axis2.jaxws.description.ServiceRuntimeDescription
-
getKey
- Specified by:
getKeyin interfaceorg.apache.axis2.jaxws.description.ServiceRuntimeDescription
-
toString
-