org.activemath.webapp.tutor.cgWebService
Class CGWSConstants

java.lang.Object
  extended by org.activemath.webapp.tutor.cgWebService.CGWSConstants

public class CGWSConstants
extends Object

Collects all the constants for CGWS.


Field Summary
static String cgNameSpace
           
static String cgNSprefix
           
static String ELNM_error_msg
           
static String ERROR_NO_DOC_BUILD
           
static String ERROR_NOT_REGISTERED
           
static String ERROR_NOT_UNREGISTERED
           
 
Method Summary
static org.apache.axiom.om.OMElement getErrorMessageOM(String message)
          Convert an error message from String into an OMElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cgNameSpace

public static final String cgNameSpace
See Also:
Constant Field Values

cgNSprefix

public static final String cgNSprefix
See Also:
Constant Field Values

ELNM_error_msg

public static final String ELNM_error_msg
See Also:
Constant Field Values

ERROR_NO_DOC_BUILD

public static final String ERROR_NO_DOC_BUILD
See Also:
Constant Field Values

ERROR_NOT_REGISTERED

public static final String ERROR_NOT_REGISTERED
See Also:
Constant Field Values

ERROR_NOT_UNREGISTERED

public static final String ERROR_NOT_UNREGISTERED
See Also:
Constant Field Values
Method Detail

getErrorMessageOM

public static org.apache.axiom.om.OMElement getErrorMessageOM(String message)
Convert an error message from String into an OMElement

Parameters:
message -
Returns:
error message in OMElement