Class CxfServer

java.lang.Object
overit.geocall.cxf.CxfServer

public class CxfServer extends Object
  • Field Details

    • _managedEndpoints

      protected static CxfServices _managedEndpoints
    • springContext

      protected static org.springframework.web.context.ContextLoaderListener springContext
    • running

      protected static boolean running
  • Constructor Details

    • CxfServer

      public CxfServer()
  • Method Details

    • checkAddress

      public static Boolean checkAddress(String address)
      Parameters:
      address - the address to look for
      Returns:
      null if there is an error looking for the address, TRUE if the address is present, FALSE if the address is not present
    • collectManagedEndpoints

      protected static void collectManagedEndpoints()
    • managedEndpoints

      public static CxfServices managedEndpoints()
    • getContextListener

      public static org.springframework.web.context.ContextLoaderListener getContextListener()
    • start

      public static void start()
    • stop

      public static void stop()
    • isRunning

      public static boolean isRunning()
      Returns:
      true if the CXFServer has been started, and so the services has been published; false otherwise