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