Interface DataGraphElementLoader
-
- All Known Implementing Classes:
JsonArrayDataGraphElementLoader
public interface DataGraphElementLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.mule.runtime.http.api.client.HttpClientgetDefaultClient()org.mule.runtime.http.api.client.HttpClientConfigurationgetHttpClientConfiguration(boolean withTruststore, boolean withKeystore)List<EngineData>loadProperties()
-
-
-
Method Detail
-
loadProperties
List<EngineData> loadProperties()
-
getDefaultClient
org.mule.runtime.http.api.client.HttpClient getDefaultClient()
-
getHttpClientConfiguration
org.mule.runtime.http.api.client.HttpClientConfiguration getHttpClientConfiguration(boolean withTruststore, boolean withKeystore) throws IOException, org.mule.runtime.api.lifecycle.CreateException- Throws:
IOExceptionorg.mule.runtime.api.lifecycle.CreateException
-
-