public abstract class AbstractMuleClient extends AbstractClient
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationServiceClient |
authenticationServiceClient |
protected String |
baseUri |
static String |
DEFAULT_BASE_URL |
log| Constructor and Description |
|---|
AbstractMuleClient(AnypointDeployment anypointDeployment,
DeployerLog log) |
| 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() |
Environment |
findEnvironmentByName(String name) |
UserInfo |
getMe() |
String |
getOrgId() |
protected void |
init() |
checkResponseStatus, checkResponseStatus, configureSecurityContext, delete, get, get, getTarget, getUserAgent, patch, post, post, put, put, readJsonEntitypublic static final String DEFAULT_BASE_URL
protected String baseUri
protected AuthenticationServiceClient authenticationServiceClient
public AbstractMuleClient(AnypointDeployment anypointDeployment, DeployerLog log)
protected void init()
init in class AbstractClientpublic UserInfo getMe()
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.protected String[] createBusinessGroupPath()
Copyright © 2018 MuleSoft Inc. All rights reserved.