Class SoapCxfServerFactory

java.lang.Object
org.mule.soapkit.soap.server.SoapCxfServerFactory
All Implemented Interfaces:
SoapServerFactory

public class SoapCxfServerFactory extends Object implements SoapServerFactory
SoapServerFactory implementation that creates SoapCxfServer instances.
Since:
1.1
  • Field Details

  • Constructor Details

    • SoapCxfServerFactory

      public SoapCxfServerFactory()
  • Method Details

    • create

      public SoapServer create(SoapServerConfiguration config) throws org.mule.runtime.api.connection.ConnectionException
      Creates a new instance of a SoapCxfServer for the given address ans soap version.
      Specified by:
      create in interface SoapServerFactory
      Parameters:
      config - the SoapServerConfiguration specifying the desired server configuration.
      Returns:
      a newly built SoapServer based on the configuration.
      Throws:
      org.mule.runtime.api.connection.ConnectionException - if the client couldn't be created.