Class XMLRPCServiceDescriptor
java.lang.Object
chemaxon.marvin.services.ServiceDescriptor
chemaxon.marvin.services.xmlrpcservice.XMLRPCServiceDescriptor
ServiceDescriptor implementation for XML-RPC services.- Since:
- 5.6
-
Field Summary
Fields inherited from class chemaxon.marvin.services.ServiceDescriptor
ALIAS, ARGUMENTS, DESCRIPTION, METHOD, NAME, propertyChangeSupport, serviceHandler, URL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new service handler for this descriptor.getIcon()Returns the icon of service descriptor ornullif no iconReturns the simple name of the service typeMethods inherited from class chemaxon.marvin.services.ServiceDescriptor
addArgument, getAlias, getArgument, getArgumentCount, getArguments, getDescription, getMethodName, getName, getProperty, getPropertyChangeSupport, getPropertyKeys, getServiceHandler, getURL, isAvailable, removeArgument, setAlias, setArgument, setDescription, setMethodName, setName, setProperty, setURL, toString
-
Constructor Details
-
XMLRPCServiceDescriptor
public XMLRPCServiceDescriptor()
-
-
Method Details
-
getIcon
Description copied from class:ServiceDescriptorReturns the icon of service descriptor ornullif no icon- Overrides:
getIconin classServiceDescriptor- Returns:
- the icon of service descriptor or
nullif no icon
-
getSimpleName
Description copied from class:ServiceDescriptorReturns the simple name of the service type- Overrides:
getSimpleNamein classServiceDescriptor- Returns:
- the simple name of the service type
-
createServiceHandler
Description copied from class:ServiceDescriptorCreates 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:
createServiceHandlerin classServiceDescriptor- Returns:
- a service handler instance for this descriptor
-