Package | Description |
---|---|
org.safs.rest | |
org.safs.rest.service | |
org.safs.tools.engines |
Modifier and Type | Method and Description |
---|---|
static Service |
REST.StartServiceSession(java.lang.String serviceId,
java.lang.String baseURL)
Start a named Service session with a specific web service.
This doesn't actually make any type of Connection or call to the web service. |
static Service |
REST.StartServiceSession(java.lang.String serviceId,
java.lang.String baseURL,
java.lang.String protocolVersion)
Start a named Service session with a specific web service.
This doesn't actually make any type of Connection or call to the web service. |
Modifier and Type | Method and Description |
---|---|
static Service |
Services.createService(java.lang.String serviceId)
Create a new Service session using the provided unique serviceId.
|
static Service |
Services.getService(java.lang.String serviceId)
Get an existing Service session using the provided unique serviceId.
|
Modifier and Type | Method and Description |
---|---|
static void |
Services.addService(Service service)
Normally not called directly unless a Service has been created outside the control of this Collection.
|
static void |
Services.deleteService(Service service)
Normally not called directly.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
TIDComponent.RESTComponent.handleAuth(Service service,
java.lang.String authFile)
Handle the authentication/authorization information, and set it to
Service .Currently it converts an XML file to Auth object and set it to Service. |
Copyright © SAS Institute. All Rights Reserved.