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

/// Wrapper around a soap binding.
abstract class SoapBinding
{
  /// Creates a new soap binding.
  protected this() { }
}