Class EnhancedMuleClient
java.lang.Object
com.aeontronix.enhancedmule.tools.emclient.EnhancedMuleClient
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEnhancedMuleClient(com.aeontronix.enhancedmule.config.ConfigProfile configProfile, com.aeontronix.restclient.ProxySettings proxySettings, URL anypointUrl) EnhancedMuleClient(String serverUrl, com.aeontronix.enhancedmule.config.ConfigProfile configProfile, com.aeontronix.restclient.ProxySettings proxySettings, URL anypointUrl) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()com.aeontronix.restclient.RESTClientHostcom.aeontronix.enhancedmule.config.ConfigProfilecom.aeontronix.restclient.RESTClientvoidsetAnypointPlatformUrl(String anypointPlatformUrl) voidsetCredentialsLoader(CredentialsProvider credentialsProvider) voidsetExchangeMavenBaseUrl(String exchangeMavenBaseUrl)
-
Field Details
-
EMULE_SERVER_URL
- See Also:
-
DEFAULT_ANYPOINT_URL
- See Also:
-
-
Constructor Details
-
EnhancedMuleClient
public EnhancedMuleClient(com.aeontronix.enhancedmule.config.ConfigProfile configProfile, com.aeontronix.restclient.ProxySettings proxySettings, URL anypointUrl) -
EnhancedMuleClient
-
-
Method Details
-
getConfigProfile
public com.aeontronix.enhancedmule.config.ConfigProfile getConfigProfile() -
getRestClient
public com.aeontronix.restclient.RESTClient getRestClient() -
getAnypointRestClient
public com.aeontronix.restclient.RESTClientHost getAnypointRestClient() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getCredentialsLoader
-
setCredentialsLoader
-
getLegacyAnypointClient
- Throws:
IOException
-
getAnypointPlatformUrl
-
setAnypointPlatformUrl
-
getExchangeMavenUrl
-
getExchangeMavenBaseUrl
-
setExchangeMavenBaseUrl
-
getAnypointBearerToken
- Throws:
IOException
-