com.tactix4.t4openerp.connector

transport

package transport

Visibility
  1. Public
  2. All

Type Members

  1. class OEArray extends OEType

  2. case class OEBoolean(value: Boolean) extends OEType with Product with Serializable

  3. class OEDictionary extends OEType

  4. case class OENumber(value: BigDecimal) extends OEType with Product with Serializable

  5. case class OEString(value: String) extends OEType with Product with Serializable

  6. trait OETransportAdaptor extends AnyRef

    Adaptor to be implemented for each transport mechanism supported

  7. case class OETransportConfig(protocol: String, host: String, port: Int, path: String, headers: Map[String, String] = ...) extends Product with Serializable

    Class to represent the transport adaptors config

  8. sealed trait OEType extends AnyRef

    Hierarchy for the OpenERP data representation.

  9. class XmlRpcOEAdaptor extends OETransportAdaptor with LazyLogging

    Implementation of the OpenERPOERPAdaptor and TransportDataConverter to provide an XML-RPC transport Adaptor

Value Members

  1. object OEArray

  2. object OEDictionary

  3. object OENull extends OEType with Product with Serializable

Ungrouped