|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ubicollab.X10Proxy.GlobalSettings
public class GlobalSettings
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.
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 |
---|
public static final java.lang.String SOAP_SERVICE_NAME
public static final java.lang.String XML_HEADER
Constructor Detail |
---|
public GlobalSettings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |