Package | Description |
---|---|
edu.byu.hbll.symwsclient |
Modifier and Type | Method and Description |
---|---|
SymwsClientConfig.Builder |
SymwsClientConfig.Builder.path(String path)
Overrides the default service path ("/") with the provided path.
|
SymwsClientConfig.Builder |
SymwsClientConfig.Builder.port(Integer port)
Overrides the default port (80) with the provided port number.
|
SymwsClientConfig.Builder |
SymwsClientConfig.Builder.protocol(String protocol)
Overrides the default protocol ("http") with the provided protocol.
|
SymwsClientConfig.Builder |
SymwsClientConfig.Builder.session(String sessionToken)
Provides a sessionToken to use when building the final SymwsClientConfig.
|
SymwsClientConfig.Builder |
SymwsClientConfig.Builder.session(String userId,
String password)
Provides a userId and password to use to retrieve a sessionToken when building the final SymwsClientConfig.
|
Copyright © 2015. All rights reserved.