Interface WebService

  • All Known Implementing Classes:
    WebServiceImpl

    @ProviderType
    public interface WebService
    The WebService 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 Detail

      • request

        java.lang.String request​(HttpRequestBase request,
                                 AnalyticsConfig targetConfig)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception