public abstract class AbstractMuleClient extends AbstractClient
| Modifier and Type | Field and Description |
|---|---|
protected String |
uri |
log, LOGIN| Constructor and Description |
|---|
AbstractMuleClient(String uri,
org.apache.maven.plugin.logging.Log log,
String username,
String password,
String environment,
String businessGroup) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureRequest(javax.ws.rs.client.Invocation.Builder builder)
Template method to allow subclasses to configure the request (adding headers for example).
|
protected String[] |
createBusinessGroupPath() |
String |
findBusinessGroup() |
Environment |
findEnvironmentByName(String name) |
String |
getOrgId() |
void |
init() |
protected void |
validateStatusSuccess(javax.ws.rs.core.Response response) |
configureSecurityContext, delete, get, get, getTarget, isLoginRequest, patch, post, post, put, putprotected String uri
public void init()
protected void validateStatusSuccess(javax.ws.rs.core.Response response)
public String getOrgId()
public Environment findEnvironmentByName(String name)
protected void configureRequest(javax.ws.rs.client.Invocation.Builder builder)
AbstractClientconfigureRequest in class AbstractClientbuilder - The invocation builder for the request.public String findBusinessGroup()
protected String[] createBusinessGroupPath()
Copyright © 2017. All rights reserved.