Class WebServiceCallTask

  • All Implemented Interfaces:
    org.wso2.carbon.ntask.core.Task

    public class WebServiceCallTask
    extends org.wso2.carbon.ntask.core.AbstractTask
    This represents a task implementation for a web service invocation.
    • Constructor Detail

      • WebServiceCallTask

        public WebServiceCallTask()
    • Method Detail

      • init

        public void init()
        Specified by:
        init in interface org.wso2.carbon.ntask.core.Task
        Overrides:
        init in class org.wso2.carbon.ntask.core.AbstractTask
      • getServiceMEP

        public String getServiceMEP()
      • getServiceClient

        public org.apache.axis2.client.ServiceClient getServiceClient()
      • getServiceURL

        public String getServiceURL()
      • getServiceAction

        public String getServiceAction()
      • getTaskCount

        public int getTaskCount()
      • execute

        public void execute()