Interface SoapServerFactory

All Known Implementing Classes:
SoapCxfServerFactory

public interface SoapServerFactory
A Contract for Factory Objects that creates instances
Since:
4.1
  • Method Details

    • create

      SoapServer create(SoapServerConfiguration configuration) throws org.mule.runtime.api.connection.ConnectionException
      Creates a new SoapServer instance.
      Parameters:
      configuration - the SoapServerConfiguration specifying the desired server configuration.
      Returns:
      a newly built SoapServer based on the configuration.
      Throws:
      org.mule.runtime.api.connection.ConnectionException