Class JettyAxisServer


  • public class JettyAxisServer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.commons.logging.Log log  
    • Constructor Summary

      Constructors 
      Constructor Description
      JettyAxisServer()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void setPort​(int port)
      Set the port
      void setResourceBase​(java.lang.String dir)
      Set the resource base
      void start()
      Start the server
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        protected static org.apache.commons.logging.Log log
    • Constructor Detail

      • JettyAxisServer

        public JettyAxisServer()
    • Method Detail

      • setPort

        public void setPort​(int port)
        Set the port
        Parameters:
        port -
      • setResourceBase

        public void setResourceBase​(java.lang.String dir)
        Set the resource base
        Parameters:
        dir -
      • start

        public void start()
                   throws java.lang.Exception
        Start the server
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)