public interface QTestService
| Modifier and Type | Method and Description |
|---|---|
void |
setEndpoint(java.lang.String endpoint)
Sets the service end point.
|
void |
shutdown()
Shutdown the client.
|
void setEndpoint(java.lang.String endpoint)
throws java.lang.IllegalArgumentException
endpoint - the service end point.java.lang.IllegalArgumentException - if an error occurs during setting the service
endpoint.void shutdown()