@Path(value="/controller") public class RestKieServerControllerImpl extends KieServerControllerImpl
| Constructor and Description |
|---|
RestKieServerControllerImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
connectKieServer(javax.ws.rs.core.HttpHeaders headers,
String id,
String serverInfoPayload) |
javax.ws.rs.core.Response |
disposeContainer(javax.ws.rs.core.HttpHeaders headers,
String id,
String serverLocation) |
connect, disconnect, getNotificationService, getTemplateStorage, setNotificationService, setTemplateStorage@PUT
@Path(value="server/{id}")
@Consumes(value={"application/xml","application/json"})
@Produces(value={"application/xml","application/json"})
public javax.ws.rs.core.Response connectKieServer(@Context
javax.ws.rs.core.HttpHeaders headers,
@PathParam(value="id")
String id,
String serverInfoPayload)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.