Package | Description |
---|---|
org.ballerinalang.connector.api | |
org.ballerinalang.connector.impl |
Modifier and Type | Method and Description |
---|---|
static Service |
BLangConnectorSPIUtil.getService(ProgramFile programFile,
BServiceType serviceType) |
static Service |
BLangConnectorSPIUtil.getServiceFromType(ProgramFile programFile,
Value value) |
static Service |
BLangConnectorSPIUtil.getServiceRegistered(Context context)
Returns Service registered.
|
Modifier and Type | Method and Description |
---|---|
void |
BallerinaServerConnector.serviceRegistered(Service service)
This will fire a service registration event to the server connector implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceImpl
ServiceImpl This is the implementation for the Service API. |
Copyright © 2018 WSO2. All rights reserved.