com.tactix4.t4xmlrpc

XmlRpcClient

class XmlRpcClient extends LazyLogging with XmlRpcResponses

Main object of the library

Created by [email protected] 5/21/13

Linear Supertypes
XmlRpcResponses, LazyLogging, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. XmlRpcClient
  2. XmlRpcResponses
  3. LazyLogging
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XmlRpcClient()(implicit ec: ExecutionContext)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object XmlRpcResponseFault

    Definition Classes
    XmlRpcResponses
  7. object XmlRpcResponseNormal

    Definition Classes
    XmlRpcResponses
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createXmlRpcResponse(c: List[Content]): XmlRpcResponse

    Definition Classes
    XmlRpcResponses
  11. implicit val ec: ExecutionContext

  12. def element2XmlDataType(e: Element): ResultType[XmlRpcDataType]

    Definition Classes
    XmlRpcResponses
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. val falses: Set[String]

    Definition Classes
    XmlRpcResponses
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getMethodResponse(l: List[Content]): Option[Content]

    return the content that contains the methodResponse

    return the content that contains the methodResponse

    l

    the list of contents

    returns

    the content containing the methodResponse

    Definition Classes
    XmlRpcResponses
  19. def getParams(co: Option[Content]): ResultType[List[Element]]

    Definition Classes
    XmlRpcResponses
  20. def getSubElementIfExists(e: Element): Element

    Definition Classes
    XmlRpcResponses
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def isFault(o: Option[Content]): Boolean

    is the first child element called fault?

    is the first child element called fault?

    returns

    a boolean

    Definition Classes
    XmlRpcResponses
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. lazy val logger: Logger

    Attributes
    protected
    Definition Classes
    LazyLogging → Logging
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def outputParams(ps: List[XmlRpcDataType]): String

  29. def request(config: XmlRpcConfig, methodName: String, params: List[XmlRpcDataType]): EitherT[Future, XmlRpcResponseFault, XmlRpcResponseNormal]

  30. def request(config: XmlRpcConfig, methodName: String, params: XmlRpcDataType*): EitherT[Future, XmlRpcResponseFault, XmlRpcResponseNormal]

    Send an XML-RPC request

    Send an XML-RPC request

    config

    the configuration to use

    methodName

    the remote method to class

    params

    the list of parameters to supply to the method

    returns

    a Future[XmlRpcResponse]

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toRequestBody(name: String, params: List[XmlRpcDataType]): String

  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. val trues: Set[String]

    Definition Classes
    XmlRpcResponses
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from XmlRpcResponses

Inherited from LazyLogging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped