XMLRPC URL handler concept for all URIs starting with "xmlrpc://".
With this concept you can invoke methods to execute on XMLRPC server.
URL format is :
xmlrpc://<userName>:<password>@<hostName>:<port>/<handlerName>.<methodName>?<parameters>
Possible options :
-
user
- use this option to specify userName for XMLRPC server connection.
-
pwd
- use this option to specify passwd for XMLRPC server connection.
If these options are specified then the userName
and the passwd
will be overwrited in the URL.
Execute a SEP command on XMLRPC server.
$x FROM "xmlrpc://user:passwd@host:port/handler.method?sep=SEPCommand&db=DBName&user=DBUser&pwd=DBPasswd"
print $x
Methods inherited from: Concept
cloneConcept, extendsConcept, fromXML, getAllInheritedConcepts, getConceptAttribute, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptLabel, getConceptMethod, getConceptMethods, getConceptOperators, getConceptType, getConceptsAtPath, getErrorHandler, getInheritedConcepts, hasConceptAttribute, hasConceptElement, hasConceptMethod, hasPath, isHidden, loadContent, setConceptLabel, setErrorHandler, setHidden, setShowEmpty, showEmpty, toTXT, toXML |
|
Methods inherited from: URIHandler
|
Creates the URL handler concept
Determines whether this implementation can handle the URI.
Flag to close the connection
Exceptions: |
missingMethod :
(Error) | If missing method parameter form URL. |
badMethod :
(Error) | If the method name is not valid. |
badQuery :
(Error) | If the query is invalid. |
badURL :
(Error) | If the URL is not valid. |
Get the all informations from URL.
Parameters: |
$options : | Map concept with user and password informations |
|
Exceptions: |
badURL :
(Error) | If the URL is not valid. |
Initializes the URL useing the user informations
Opens the XMLRPCClient connection
Parameters: |
$value : | The new value to be set. |
|
Rerurn false.