chemaxon.marvin.services
Interface ServiceDescriptorReader


public interface ServiceDescriptorReader

Reader for ServiceDescriptors

Since:
5.6
Author:
Istvan Rabel

Method Summary
 java.util.List<chemaxon.marvin.services.ServiceDescriptor> readServiceDescriptors(java.io.InputStream input)
          Returns a list of configured ServiceDescriptor objects from specified InputStream
 

Method Detail

readServiceDescriptors

java.util.List<chemaxon.marvin.services.ServiceDescriptor> readServiceDescriptors(java.io.InputStream input)
Returns a list of configured ServiceDescriptor objects from specified InputStream

Parameters:
input - the input stream
Returns:
a list of configured ServiceDescriptor