Class ResourceInjectionServiceRuntimeDescriptionImpl
- java.lang.Object
-
- org.apache.axis2.jaxws.runtime.description.injection.impl.ResourceInjectionServiceRuntimeDescriptionImpl
-
- All Implemented Interfaces:
ServiceRuntimeDescription,ResourceInjectionServiceRuntimeDescription
public class ResourceInjectionServiceRuntimeDescriptionImpl extends Object implements ResourceInjectionServiceRuntimeDescription
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedResourceInjectionServiceRuntimeDescriptionImpl(String key, ServiceDescription serviceDesc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()MethodgetPostConstructMethod()MethodgetPreDestroyMethod()ServiceDescriptiongetServiceDescription()booleanhasResourceAnnotation()StringtoString()
-
-
-
Constructor Detail
-
ResourceInjectionServiceRuntimeDescriptionImpl
protected ResourceInjectionServiceRuntimeDescriptionImpl(String key, ServiceDescription serviceDesc)
-
-
Method Detail
-
hasResourceAnnotation
public boolean hasResourceAnnotation()
- Specified by:
hasResourceAnnotationin interfaceResourceInjectionServiceRuntimeDescription- Returns:
- true if @Resource is found on any Field or Method of the Implementation class
-
getPostConstructMethod
public Method getPostConstructMethod()
- Specified by:
getPostConstructMethodin interfaceResourceInjectionServiceRuntimeDescription- Returns:
- Method with @PostConstruct or null
-
getPreDestroyMethod
public Method getPreDestroyMethod()
- Specified by:
getPreDestroyMethodin interfaceResourceInjectionServiceRuntimeDescription- Returns:
- Method with @PreDestroy or null
-
getServiceDescription
public ServiceDescription getServiceDescription()
- Specified by:
getServiceDescriptionin interfaceServiceRuntimeDescription- Returns:
- OperationDesc parent
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceServiceRuntimeDescription- Returns:
- String
-
-