Class | Description | |
---|---|---|
ServiceRequestDataAdapters | Contains references to different instances of IServiceRequestDataAdapter. | |
ServiceResponseDataAdapters | Store of predefined IServiceResponseDataAdapter<T> implementations. | |
ServiceSchema | Represents a schema of the service. | |
ServiceSchemaManager | ||
ServiceSchemaManagerExtensions | Extension methods for services metadata usage. | |
WebServiceUserTaskImplementation | Represents execution logic of the web service user task. |
Interface | Description | |
---|---|---|
IServiceClient | Describes service client. | |
IServiceClientRequest | Describes service request. | |
IServiceClientResponse | Carries service response data. | |
IServiceRequestDataAdapter | Interface for implementing custom data types support in service request parameters. | |
IServiceResponseDataAdapter<T> | Interface for implementing custom data types support. | |
IServiceSchemaManager |