public class JarServiceAdminClient extends Object
Constructor and Description |
---|
JarServiceAdminClient(org.apache.axis2.context.ConfigurationContext ctx,
String serverURL,
String cookie) |
Modifier and Type | Method and Description |
---|---|
void |
createAndDeployService(String directoryPath,
String serviceHierarchy,
String serviceGroupName,
org.wso2.carbon.jarservices.stub.types.Service[] methods) |
org.wso2.carbon.jarservices.stub.types.Service[] |
getClassMethods(String directoryPath,
org.wso2.carbon.jarservices.stub.types.Service[] classes) |
org.wso2.carbon.jarservices.stub.types.UploadArtifactsResponse |
upload(String serviceGroupName,
org.wso2.carbon.jarservices.stub.types.Resource wsdl,
org.wso2.carbon.jarservices.stub.types.Resource[] resources) |
public org.wso2.carbon.jarservices.stub.types.UploadArtifactsResponse upload(String serviceGroupName, org.wso2.carbon.jarservices.stub.types.Resource wsdl, org.wso2.carbon.jarservices.stub.types.Resource[] resources) throws org.wso2.carbon.jarservices.stub.JarUploadExceptionException, org.wso2.carbon.jarservices.stub.DuplicateServiceGroupExceptionException, RemoteException
org.wso2.carbon.jarservices.stub.JarUploadExceptionException
org.wso2.carbon.jarservices.stub.DuplicateServiceGroupExceptionException
RemoteException
public org.wso2.carbon.jarservices.stub.types.Service[] getClassMethods(String directoryPath, org.wso2.carbon.jarservices.stub.types.Service[] classes) throws org.wso2.carbon.jarservices.stub.DuplicateServiceExceptionException, RemoteException
org.wso2.carbon.jarservices.stub.DuplicateServiceExceptionException
RemoteException
public void createAndDeployService(String directoryPath, String serviceHierarchy, String serviceGroupName, org.wso2.carbon.jarservices.stub.types.Service[] methods) throws org.wso2.carbon.jarservices.stub.DuplicateServiceExceptionException, org.wso2.carbon.jarservices.stub.DuplicateServiceGroupExceptionException, RemoteException
org.wso2.carbon.jarservices.stub.DuplicateServiceExceptionException
org.wso2.carbon.jarservices.stub.DuplicateServiceGroupExceptionException
RemoteException
Copyright © 2020 WSO2. All rights reserved.