public class RelationAdminServiceClient extends Object
| Constructor and Description |
|---|
RelationAdminServiceClient(String backendURL,
String sessionCookie) |
RelationAdminServiceClient(String backendURL,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssociation(String path,
String type,
String associationPath,
String toDo) |
org.wso2.carbon.registry.relations.stub.beans.xsd.AssociationTreeBean |
getAssociationTree(String path,
String type) |
org.wso2.carbon.registry.relations.stub.beans.xsd.DependenciesBean |
getDependencies(String path) |
public RelationAdminServiceClient(String backendURL, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void addAssociation(String path, String type, String associationPath, String toDo) throws RemoteException, org.wso2.carbon.registry.relations.stub.AddAssociationRegistryExceptionException
RemoteExceptionorg.wso2.carbon.registry.relations.stub.AddAssociationRegistryExceptionExceptionpublic org.wso2.carbon.registry.relations.stub.beans.xsd.DependenciesBean getDependencies(String path) throws RemoteException, org.wso2.carbon.registry.relations.stub.AddAssociationRegistryExceptionException
RemoteExceptionorg.wso2.carbon.registry.relations.stub.AddAssociationRegistryExceptionExceptionpublic org.wso2.carbon.registry.relations.stub.beans.xsd.AssociationTreeBean getAssociationTree(String path, String type) throws RemoteException, org.wso2.carbon.registry.relations.stub.AddAssociationRegistryExceptionException
RemoteExceptionorg.wso2.carbon.registry.relations.stub.AddAssociationRegistryExceptionExceptionCopyright © 2019 WSO2. All rights reserved.