public class WebServiceCallTask
extends org.wso2.carbon.ntask.core.AbstractTask
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ACTION |
static String |
SERVICE_MEP |
static String |
SERVICE_MEP_IN_ONLY |
static String |
SERVICE_MEP_IN_OUT |
static String |
SERVICE_PAYLOAD_HANDLER_CLASS |
static String |
SERVICE_TARGET_EPR |
Constructor and Description |
---|
WebServiceCallTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
String |
getServiceAction() |
org.apache.axis2.client.ServiceClient |
getServiceClient() |
String |
getServiceMEP() |
ServicePayloadHandler |
getServicePayloadHandler() |
String |
getServiceURL() |
int |
getTaskCount() |
void |
init() |
public static final String SERVICE_TARGET_EPR
public static final String SERVICE_ACTION
public static final String SERVICE_PAYLOAD_HANDLER_CLASS
public static final String SERVICE_MEP
public static final String SERVICE_MEP_IN_ONLY
public static final String SERVICE_MEP_IN_OUT
public void init()
init
in interface org.wso2.carbon.ntask.core.Task
init
in class org.wso2.carbon.ntask.core.AbstractTask
public String getServiceMEP()
public ServicePayloadHandler getServicePayloadHandler()
public org.apache.axis2.client.ServiceClient getServiceClient()
public String getServiceURL()
public String getServiceAction()
public int getTaskCount()
public void execute()
Copyright © 2019 WSO2. All rights reserved.