Class LocalServiceHandler
java.lang.Object
chemaxon.marvin.services.ServiceHandler<LocalServiceDescriptor>
chemaxon.marvin.services.localservice.LocalServiceHandler
ServiceHandler implementation for LocalServiceDescriptor- Since:
- 5.6
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T> TcallService(LocalServiceDescriptor descriptor, Object... arguments) Performs a service call.Methods inherited from class chemaxon.marvin.services.ServiceHandlercallService
- 
Constructor Details- 
LocalServiceHandlerpublic LocalServiceHandler()
 
- 
- 
Method Details- 
callServicepublic <T> T callService(LocalServiceDescriptor descriptor, Object... arguments) throws ServiceException Description copied from class:ServiceHandlerPerforms a service call.- Specified by:
- callServicein class- ServiceHandler<LocalServiceDescriptor>
- Parameters:
- descriptor- the service descriptor
- arguments- the service call arguments
- Returns:
- result of service call
- Throws:
- ServiceException- on failure
 
 
-