| Constructor and Description |
|---|
DataPublisher(String receiverURLSet,
String authURLSet,
String username,
String password)
Creates the DataPublisher instance for a specific user, and the it creates
connection asynchronously to receiver endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataEndpoint.initialize(DataEndpointConfiguration dataEndpointConfiguration) |
protected abstract String |
DataEndpoint.login(Object client,
String userName,
String password)
Login to the endpoint and return the sessionId.
|
protected abstract void |
DataEndpoint.logout(Object client,
String sessionId)
Logout from the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
BinaryDataEndpoint.login(Object client,
String userName,
String password) |
protected void |
BinaryDataEndpoint.logout(Object client,
String sessionId) |
Copyright © 2021 WSO2. All rights reserved.