Packages

package bindings

Type Members

  1. trait BindingVersion extends AnyRef
  2. trait ChannelBinding extends DomainElement with Linkable
    Annotations
    @JSExportAll()
  3. case class ChannelBindings(_internal: scala.model.domain.bindings.ChannelBindings) extends DomainElement with NamedDomainElement with Linkable with Product with Serializable

    Channel bindings model class.

    Channel bindings model class.

    Annotations
    @JSExportAll()
  4. case class EmptyBinding(_internal: scala.model.domain.bindings.EmptyBinding) extends ServerBinding with OperationBinding with ChannelBinding with MessageBinding with Product with Serializable
    Annotations
    @JSExportAll()
  5. trait MessageBinding extends DomainElement with Linkable
    Annotations
    @JSExportAll()
  6. case class MessageBindings(_internal: scala.model.domain.bindings.MessageBindings) extends DomainElement with NamedDomainElement with Linkable with Product with Serializable

    Message channel model class.

    Message channel model class.

    Annotations
    @JSExportAll()
  7. trait OperationBinding extends DomainElement with Linkable
    Annotations
    @JSExportAll()
  8. case class OperationBindings(_internal: scala.model.domain.bindings.OperationBindings) extends DomainElement with NamedDomainElement with Linkable with Product with Serializable

    Operation channel model class.

    Operation channel model class.

    Annotations
    @JSExportAll()
  9. trait ServerBinding extends DomainElement with Linkable
    Annotations
    @JSExportAll()
  10. case class ServerBindings(_internal: scala.model.domain.bindings.ServerBindings) extends DomainElement with NamedDomainElement with Linkable with Product with Serializable

    Server channel model class.

    Server channel model class.

    Annotations
    @JSExportAll()

Ungrouped