Class Axis2Server


  • public class Axis2Server
    extends SimpleAxis2Server
    The Class Axis2Server.
    Since:
    1.7.0
    • Method Detail

      • newInstance

        public static Axis2Server newInstance​(String repoPath,
                                              String confPath,
                                              String port,
                                              org.apache.maven.plugin.logging.Log mavenLog)
        Create new instance of Axis2Server.
        Parameters:
        repoPath - the repo path
        confPath - the conf path
        port - the port
        log -
        Returns:
        the axis2 server
      • startServer

        public void startServer()
        Start server.
      • stopServer

        public void stopServer()
        Stop server.