Package

xmlrpc

Permalink

package xmlrpc

Visibility
  1. Public
  2. All

Type Members

  1. case class ConnectionError(reason: String, context: Option[Throwable] = None) extends XmlrpcError with Product with Serializable

    Permalink

    Wrapper if any exception occur when connecting to the server.

    Wrapper if any exception occur when connecting to the server.

    reason

    The reason of the connection error

    context

    Any exception occurred

  2. case class XmlrpcResponse[R](underlying: Future[Deserialized[R]])(implicit ec: ExecutionContext) extends Product with Serializable

    Permalink

Value Members

  1. object Xmlrpc

    Permalink

    This is the client api to connect to the Xmlrpc server.

    This is the client api to connect to the Xmlrpc server. A client can send any request and he will receive a response. A request is a method call and a response is the result of that method in the server or a fault.

    The configuration of the Server is a Uri, make sure you have this implicit in context before calling invokeMethod.

  2. object XmlrpcResponse extends Serializable

    Permalink
  3. package protocol

    Permalink

Ungrouped