fmewebservices.FMEBasicService
Retrieves the authentication method associated with this service. |
|
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 authentication method associated with this connection. |
|
|
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 FMEBasicService
FME Basic Service class.
init()
Create an instance of a basic service object.
- __init__(*args, **kwargs)
- getAuthenticationMethod()
Retrieves the authentication method associated with this service. This is expected to be
FME_HTTP_AUTH_METHOD_BASIC
,FME_HTTP_AUTH_METHOD_DIGEST
,FME_HTTP_AUTH_METHOD_NTLM
, orFME_HTTP_AUTH_METHOD_NONE
.- Return type:
- Returns:
The authentication method.
- 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.
- setAuthenticationMethod(authMethod)
Sets the authentication method associated with this connection. This is expected to be
FME_HTTP_AUTH_METHOD_BASIC
,FME_HTTP_AUTH_METHOD_DIGEST
,FME_HTTP_AUTH_METHOD_NTLM
, orFME_HTTP_AUTH_METHOD_NONE
.
- 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.