Interface WebService
-
- All Known Implementing Classes:
WebServiceImpl
@ProviderType public interface WebService
TheWebService
represents an interface to interact with the Adobe Target API.Methods exposed in this interface are only the methods required for the integration. For more details about the complete API please visit the API documentation at Adobe Target API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
request(HttpRequestBase request, AnalyticsConfig targetConfig)
-
-
-
Method Detail
-
request
java.lang.String request(HttpRequestBase request, AnalyticsConfig targetConfig) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-