com.tactix4.t4xmlrpc

XmlRpcResponses

trait XmlRpcResponses extends LazyLogging

Represents a fault response from the server it contains the error code and error string returned by the server the error code should be an Int as per http://t4xmlrpc.scripting.com/spec however pythons XML-RPC library decided to use a string instead :/ http://docs.python.org/2/library/xmlrpclib.html#fault-objects Hence why faultCode has type XmlRpcDataType <methodResponse> <fault> <value> <struct> <member> <name>faultCode</name> <value><int>4</int></value> </member> <member> <name>faultString</name> <value><string>Too many parameters.</string></value> </member> </struct> </value> </fault> </ methodResponse>

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

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

  7. object XmlRpcResponseNormal

  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

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

  12. final def eq(arg0: AnyRef): Boolean

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

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

  15. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  17. 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

  18. def getParams(co: Option[Content]): ResultType[List[Element]]

  19. def getSubElementIfExists(e: Element): Element

  20. def hashCode(): Int

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

    is the first child element called fault?

    is the first child element called fault?

    returns

    a boolean

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. lazy val logger: Logger

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

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

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

    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

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

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped