org.ubicollab.X10Proxy
Class GlobalSettings

java.lang.Object
  extended by org.ubicollab.X10Proxy.GlobalSettings

public class GlobalSettings
extends java.lang.Object

The Class GlobalSettings holds a set of constants that will be used by other classes throughout the X10 Proxy service. This gives a single point of configuration.

Version:
0.1
Author:
Kim-Steve Johansen

Field Summary
static java.lang.String SOAP_SERVICE_NAME
          The Constant SOAP_SERVICE_NAME is the service name that will be exported.
static java.lang.String XML_HEADER
          The valid XML Header string that will be used to start XML-documents created.
 
Constructor Summary
GlobalSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_SERVICE_NAME

public static final java.lang.String SOAP_SERVICE_NAME
The Constant SOAP_SERVICE_NAME is the service name that will be exported.

See Also:
Constant Field Values

XML_HEADER

public static final java.lang.String XML_HEADER
The valid XML Header string that will be used to start XML-documents created.

See Also:
Constant Field Values
Constructor Detail

GlobalSettings

public GlobalSettings()