Package org.wso2.carbon.viewflows.stub
Interface FlowsAdminService
- All Known Implementing Classes:
FlowsAdminServiceStub
public interface FlowsAdminService
-
Method Summary
Modifier and TypeMethodDescriptionAuto generated method signaturegetHandlerNamesForPhase(String flow11, String phase12) Auto generated method signaturegetOperationAxisConfigData(String serviceId3, String operationId4) Auto generated method signaturevoidAuto generated method signature for Asynchronous InvocationsvoidstartgetHandlerNamesForPhase(String flow11, String phase12, FlowsAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetOperationAxisConfigData(String serviceId3, String operationId4, FlowsAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous Invocations
-
Method Details
-
getOperationAxisConfigData
AxisConfigData getOperationAxisConfigData(String serviceId3, String operationId4) throws RemoteException Auto generated method signature- Parameters:
getOperationAxisConfigData2-- Throws:
RemoteException
-
startgetOperationAxisConfigData
void startgetOperationAxisConfigData(String serviceId3, String operationId4, FlowsAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getOperationAxisConfigData2-- Throws:
RemoteException
-
getAxisConfigData
Auto generated method signature- Parameters:
getAxisConfigData7-- Throws:
RemoteException
-
startgetAxisConfigData
Auto generated method signature for Asynchronous Invocations- Parameters:
getAxisConfigData7-- Throws:
RemoteException
-
getHandlerNamesForPhase
Auto generated method signature- Parameters:
getHandlerNamesForPhase10-- Throws:
RemoteException
-
startgetHandlerNamesForPhase
void startgetHandlerNamesForPhase(String flow11, String phase12, FlowsAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getHandlerNamesForPhase10-- Throws:
RemoteException
-