@Path(value="/service-test") public class ServiceTestResource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceTestResource.ServiceTest |
static class |
ServiceTestResource.ServiceTestWrapper |
| Constructor and Description |
|---|
ServiceTestResource() |
| Modifier and Type | Method and Description |
|---|---|
Topology |
getTopology(String id) |
ServiceTestResource.ServiceTestWrapper |
serviceTest(String username,
String password) |
@GET
@Produces(value={"application/xml","application/json"})
public ServiceTestResource.ServiceTestWrapper serviceTest(@QueryParam(value="username")
String username,
@QueryParam(value="password")
String password)
Copyright © 2018 Apache Software Foundation. All rights reserved.