fmewebservices.FMEWebService
Retrieves the optional description of this Web Service. |
|
Retrieves the optional help url of this Web Service. |
|
Retrieves the unique name of this Web Service. |
|
Gets the source name for the original Web Service for the derived Web Services. |
|
Returns |
|
Returns |
|
|
Sets the optional description of this Web Service. |
Sets the optional help url of this Web Service. |
|
|
Sets the unique name of this Web Service. |
Sets the source name for the original Web Service for the derived Web Services. |
- class FMEWebService
FME Web Service class.
init()
FMEWebService is an abstract class. It cannot be created directly.
- __init__(*args, **kwargs)
- getDescription()
Retrieves the optional description of this Web Service.
- Return type:
- Returns:
The description of the Web Service.
- getHelpURL()
Retrieves the optional help url of this Web Service.
- Return type:
- Returns:
The url of the Web Service.
- getName()
Retrieves the unique name of this Web Service.
- Return type:
- Returns:
The name of the Web Service.
- getSourceWebServiceName()
Gets the source name for the original Web Service for the derived Web Services.
- Return type:
- Returns:
The source web service name.
- isDerivedWebService()
Returns
True
if the Web Service is derived from another source.- Return type:
- Returns:
Whether or not the Web Service is derived from another source.
- isInstalledWebService()
Returns
True
if the Web Service is an installed Web Service.- Return type:
- Returns:
Whether or not the Web Service is an installed Web Service.
- setDescription(description)
Sets the optional description of this Web Service.
- setHelpURL(url)
Sets the optional help url of this Web Service.
- setName(name)
Sets the unique name of this Web Service.