public class ServiceManagementClientImpl extends ServiceClientImpl implements ServiceManagementClient
| Constructor and Description |
|---|
ServiceManagementClientImpl(URL serviceUrl) |
addRequestHeader, convert, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, invoke, setPassword, setUpService, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdpublic ServiceManagementClientImpl(URL serviceUrl)
protected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub in class ServiceClientImpljavax.xml.rpc.ServiceExceptionpublic void clear()
throws LangridException
clear in interface ServiceManagementClientLangridExceptionpublic ServiceEntrySearchResult searchServices(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders, Scope scope) throws LangridException
searchServices in interface ServiceManagementClientLangridExceptionpublic ServiceEntryWithCompactLanguageExpressionSearchResult searchServicesWithCompactLanguageExpression(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders, Scope scope) throws LangridException
searchServicesWithCompactLanguageExpression in interface ServiceManagementClientLangridExceptionpublic CompositeServiceEntrySearchResult searchCompositeServices(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders, Scope scope) throws LangridException
searchCompositeServices in interface ServiceManagementClientLangridExceptionpublic void addService(String serviceId, ServiceProfile profile, ServiceInstance instance, Attribute[] attributes) throws LangridException
addService in interface ServiceManagementClientLangridExceptionpublic void addServiceAs(String ownerUserId, String serviceId, ServiceProfile profile, ServiceInstance instance, Attribute[] attributes) throws LangridException
addServiceAs in interface ServiceManagementClientLangridExceptionpublic void deleteService(String serviceId) throws LangridException
deleteService in interface ServiceManagementClientLangridExceptionpublic ServiceProfile getServiceProfile(String serviceId) throws LangridException
getServiceProfile in interface ServiceManagementClientLangridExceptionpublic void setServiceProfile(String serviceId, ServiceProfile profile) throws LangridException
setServiceProfile in interface ServiceManagementClientLangridExceptionpublic ServiceInstance getServiceInstance(String serviceId) throws LangridException
getServiceInstance in interface ServiceManagementClientLangridExceptionpublic void setServiceInstance(String serviceId, ServiceInstance instance) throws LangridException
setServiceInstance in interface ServiceManagementClientLangridExceptionpublic Attribute[] getServiceAttributes(String serviceId, String[] attributeNames) throws LangridException
getServiceAttributes in interface ServiceManagementClientLangridExceptionpublic void setServiceAttributes(String serviceId, Attribute[] attributes) throws LangridException
setServiceAttributes in interface ServiceManagementClientLangridExceptionpublic byte[] getServiceWsdl(String serviceId) throws LangridException
getServiceWsdl in interface ServiceManagementClientLangridExceptionpublic void activateService(String serviceId) throws LangridException
activateService in interface ServiceManagementClientLangridExceptionpublic void deactivateService(String serviceId) throws LangridException
deactivateService in interface ServiceManagementClientLangridExceptionpublic boolean isServiceActive(String serviceId) throws LangridException
isServiceActive in interface ServiceManagementClientLangridExceptionpublic Invocation[] getExternalInvocations(String serviceId) throws LangridException
getExternalInvocations in interface ServiceManagementClientLangridException