public class KieServerMgmtControllerClientFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static KieServerMgmtControllerClient |
newRestClient(String controllerUrl,
String login,
String password)
Creates a new Kie Controller Management Client using REST based service
|
static KieServerMgmtControllerClient |
newRestClient(String controllerUrl,
String login,
String password,
org.kie.server.api.marshalling.MarshallingFormat format)
Creates a new Kie Controller Management Client using REST based service
|
static KieServerMgmtControllerClient |
newRestClient(String controllerUrl,
String login,
String password,
org.kie.server.api.marshalling.MarshallingFormat format,
javax.ws.rs.core.Configuration configuration)
Creates a new Kie Controller Management Client using REST based service
|
public static KieServerMgmtControllerClient newRestClient(String controllerUrl, String login, String password)
controllerUrl - the URL to the server (e.g.: "http://localhost:8080")login - user loginpassword - user passwordpublic static KieServerMgmtControllerClient newRestClient(String controllerUrl, String login, String password, org.kie.server.api.marshalling.MarshallingFormat format)
controllerUrl - the URL to the server (e.g.: "http://localhost:8080")login - user loginpassword - user passwordformat - marshaling formatpublic static KieServerMgmtControllerClient newRestClient(String controllerUrl, String login, String password, org.kie.server.api.marshalling.MarshallingFormat format, javax.ws.rs.core.Configuration configuration)
controllerUrl - the URL to the server (e.g.: "http://localhost:8080")login - user loginpassword - user passwordformat - marshaling formatconfiguration - REST client configurationCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.