Class XMLRPCServiceDescriptor

java.lang.Object
chemaxon.marvin.services.ServiceDescriptor
chemaxon.marvin.services.xmlrpcservice.XMLRPCServiceDescriptor

@PublicApi public class XMLRPCServiceDescriptor extends ServiceDescriptor
ServiceDescriptor implementation for XML-RPC services.
Since:
5.6
  • Constructor Details

    • XMLRPCServiceDescriptor

      public XMLRPCServiceDescriptor()
  • Method Details

    • getIcon

      public Icon getIcon()
      Description copied from class: ServiceDescriptor
      Returns the icon of service descriptor or null if no icon
      Overrides:
      getIcon in class ServiceDescriptor
      Returns:
      the icon of service descriptor or null if no icon
    • getSimpleName

      public String getSimpleName()
      Description copied from class: ServiceDescriptor
      Returns the simple name of the service type
      Overrides:
      getSimpleName in class ServiceDescriptor
      Returns:
      the simple name of the service type
    • createServiceHandler

      public XMLRPCServiceHandler createServiceHandler()
      Description copied from class: ServiceDescriptor
      Creates a new service handler for this descriptor. The returned handler is capable to perform service call on the service described by this descriptor
      Specified by:
      createServiceHandler in class ServiceDescriptor
      Returns:
      a service handler instance for this descriptor