public interface Service
Service
This API provides the functionality to access Service level details in the
respective server connector.Modifier and Type | Method and Description |
---|---|
List<Annotation> |
getAnnotationList(String pkgPath,
String name)
This method will return the list of annotations for the given package path and annotation name.
|
String |
getEndpointName()
This method returns the package qualified endpoint name that bound to the service.
|
String |
getName()
This method returns the service name.
|
String |
getPackage()
This method returns the package of the service.
|
String |
getPackageVersion()
This method returns the version of the package.
|
Resource[] |
getResources()
This method will return Resources associated with the service as a array.
|
ServiceInfo |
getServiceInfo() |
String getName()
String getPackage()
String getEndpointName()
List<Annotation> getAnnotationList(String pkgPath, String name)
pkgPath
- of the annotation.name
- of the annotation.Resource[] getResources()
ServiceInfo getServiceInfo()
String getPackageVersion()
Copyright © 2018 WSO2. All rights reserved.