See: Description
Interface | Description |
---|---|
AsyncCallback<T> |
Callback interface for asynchronous service calls
|
ServiceDescriptorEditor<T extends chemaxon.marvin.services.ServiceDescriptor> |
Provides editor suport for
ServiceDescriptor |
ServiceDescriptorEditorProvider |
Provides
ServiceDescriptorEditor instances based on ServiceDescriptor classes. |
ServiceDescriptorReader |
Reader for
ServiceDescriptor s |
ServiceDescriptorWriter |
Writer for
ServiceDescriptor s |
ServiceDialogProvider |
Provides
Dialog instances to provide argument editor and result view for ServiceDescriptor |
Class | Description |
---|---|
DynamicArgument<CT,RT> |
ServiceArgument s implementing this interface
should support automatic evaluation of arguments before service call
based on context.NOTE: subclasses MUST HAVE default constructor to use from Marvin Sketch |
ServiceArgument<T> |
Describes an argument passed to services
|
ServiceDescriptorTools |
Helper class for accessing
ServiceDescriptorReader ,
ServiceDescriptorWriter and ServiceDialogProvider
implementations and various configuration data for services. |
ServiceHandler<DT extends chemaxon.marvin.services.ServiceDescriptor> |
Manages service calls.
ServiceHandler keeps track of the previous call and if it is not yet finished cancels it. |
Exception | Description |
---|---|
ServiceException |
Exception for failure indication for services. |