Package overit.geocall.cxf
Class CxfServer
java.lang.Object
overit.geocall.cxf.CxfServer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static CxfServicesprotected static booleanprotected static org.springframework.web.context.ContextLoaderListener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BooleancheckAddress(String address) protected static voidstatic org.springframework.web.context.ContextLoaderListenerstatic booleanstatic CxfServicesstatic voidstart()static voidstop()
-
Field Details
-
_managedEndpoints
-
springContext
protected static org.springframework.web.context.ContextLoaderListener springContext -
running
protected static boolean running
-
-
Constructor Details
-
CxfServer
public CxfServer()
-
-
Method Details
-
checkAddress
- 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
-
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:
trueif the CXFServer has been started, and so the services has been published;falseotherwise
-