Packages

package bindings

Type Members

  1. trait BindingHeaders extends AnyRef
  2. trait BindingVersion extends AnyRef
  3. trait ChannelBinding extends DomainElement with Linkable
    Annotations
    @JSExportAll()
  4. 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()
  5. case class EmptyBinding(_internal: scala.model.domain.bindings.EmptyBinding) extends ServerBinding with OperationBinding with ChannelBinding with MessageBinding with Product with Serializable
    Annotations
    @JSExportAll()
  6. trait MessageBinding extends DomainElement with Linkable
    Annotations
    @JSExportAll()
  7. 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()
  8. trait OperationBinding extends DomainElement with Linkable
    Annotations
    @JSExportAll()
  9. 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()
  10. trait ServerBinding extends DomainElement with Linkable
    Annotations
    @JSExportAll()
  11. 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