RobotRemoteHandler class

Inheritance
  • Object
  • XmlRpcHandler
  • RobotRemoteHandler

Constructors

RobotRemoteHandler(dynamic robotCodecs)

Properties

codecs List<Codec>
The codecs used for encoding and decoding
finalinherited
hashCode int
The hash code for this object.
no setterinherited
methods Map<String, Function>
The function registry
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add_methods(RemoteLibraryFactory libraryFactory) → void
handle(XmlDocument document) Future<XmlDocument>
Marshalls the data from XML to Dart types, and then dispatches the function, and marshals the return value back into the XMLRPC format
inherited
handleFault(Fault fault, {List<Codec>? codecs}) → XmlDocument
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited