/**
* Copyright © DiamondMVC 2019
* License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
*/
module diamond.web.soap.service.envelopetype;

/// Wrapper around a soap envelope type.
abstract class SoapEnvelopeType
{
  /// Creates a new soap envelope type.
  protected this() { }
}