Class DataProviderAPI

  • All Implemented Interfaces:
    org.wso2.msf4j.Microservice

    public class DataProviderAPI
    extends Object
    implements org.wso2.msf4j.Microservice
    Data provider api service component.
    • Constructor Detail

      • DataProviderAPI

        public DataProviderAPI()
    • Method Detail

      • dataProviderList

        @GET
        @Path("/list")
        @Produces("application/json")
        public javax.ws.rs.core.Response dataProviderList()
      • dataProviderConfig

        @GET
        @Path("/{providerName}/config")
        @Produces("application/json")
        public javax.ws.rs.core.Response dataProviderConfig​(@PathParam("providerName")
                                                            String providerName)
      • validateProviderConfig

        @POST
        @Path("/{providerName}/validate")
        @Produces("application/json")
        @Consumes("application/json")
        public javax.ws.rs.core.Response validateProviderConfig​(com.google.gson.JsonElement dataProviderConfig,
                                                                @PathParam("providerName")
                                                                String providerName)