| Package | Description |
|---|---|
| org.ballerinalang.bre | |
| org.ballerinalang.connector.api | |
| org.ballerinalang.connector.impl | |
| org.ballerinalang.util.codegen | |
| org.ballerinalang.util.program |
| Modifier and Type | Method and Description |
|---|---|
ServiceInfo |
NativeCallContext.getServiceInfo() |
ServiceInfo |
Context.getServiceInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeCallContext.setServiceInfo(ServiceInfo serviceInfo) |
void |
Context.setServiceInfo(ServiceInfo serviceInfo) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInfo |
Service.getServiceInfo() |
| Modifier and Type | Method and Description |
|---|---|
ServiceInfo |
ServiceImpl.getServiceInfo() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceImpl |
ConnectorSPIModelHelper.createService(ProgramFile programFile,
ServiceInfo serviceInfo) |
void |
ServerConnectorRegistry.registerService(ServiceInfo serviceInfo)
This method is used to register service to relevant server connector implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceInfo |
ResourceInfo.getServiceInfo() |
ServiceInfo |
PackageInfo.getServiceInfo(String serviceName) |
ServiceInfo[] |
PackageInfo.getServiceInfoEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageInfo.addServiceInfo(String serviceName,
ServiceInfo serviceInfo) |
void |
ResourceInfo.setServiceInfo(ServiceInfo serviceInfo) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInfo |
BLangVMUtils.getServiceInfo(WorkerExecutionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BLangVMUtils.setServiceInfo(WorkerExecutionContext ctx,
ServiceInfo serviceInfo) |
Copyright © 2018 WSO2. All rights reserved.