public interface IStateHandlingProvider extends IEnvironmentProvider
| Modifier and Type | Method and Description |
|---|---|
String |
CreateNewWSResource(String ForName,
Object Resource,
EnvHintCollection Hints) |
void |
DeleteWSResource(String ID,
String ForName,
EnvHintCollection Hints) |
Object |
GetWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints) |
List<Object> |
GetWSResourcesForServiceClass(String ForName,
EnvHintCollection Hints) |
StateResource |
GetXMLWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints) |
List<StateResource> |
GetXMLWSResourcesForServiceClass(String ForName,
EnvHintCollection Hints) |
Endpoint |
newEndpoint(String endpoint) |
void |
UpdateWSResource(String ID,
String ForName,
Object resource,
EnvHintCollection Hints) |
String CreateNewWSResource(String ForName, Object Resource, EnvHintCollection Hints) throws EnvironmentInformationSystemException
void UpdateWSResource(String ID, String ForName, Object resource, EnvHintCollection Hints) throws EnvironmentInformationSystemException
Object GetWSResourceByIDForServiceClass(String ID, String ForName, EnvHintCollection Hints) throws EnvironmentInformationSystemException
List<Object> GetWSResourcesForServiceClass(String ForName, EnvHintCollection Hints) throws EnvironmentInformationSystemException
StateResource GetXMLWSResourceByIDForServiceClass(String ID, String ForName, EnvHintCollection Hints) throws EnvironmentInformationSystemException
List<StateResource> GetXMLWSResourcesForServiceClass(String ForName, EnvHintCollection Hints) throws EnvironmentInformationSystemException
void DeleteWSResource(String ID, String ForName, EnvHintCollection Hints) throws EnvironmentInformationSystemException
Endpoint newEndpoint(String endpoint) throws EnvironmentInformationSystemException
Copyright © 2017. All Rights Reserved.