org.wso2.wsas
Class ServerConstants.Axis2ParameterNames

java.lang.Object
  extended by org.wso2.wsas.ServerConstants.Axis2ParameterNames
Enclosing class:
ServerConstants

public static class ServerConstants.Axis2ParameterNames
extends java.lang.Object


Field Summary
static java.lang.String CONTEXT_ROOT
           
static java.lang.String REST_PATH
           
static java.lang.String SERVICE_PATH
           
 
Constructor Summary
ServerConstants.Axis2ParameterNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_ROOT

public static final java.lang.String CONTEXT_ROOT
See Also:
Constant Field Values

SERVICE_PATH

public static final java.lang.String SERVICE_PATH
See Also:
Constant Field Values

REST_PATH

public static final java.lang.String REST_PATH
See Also:
Constant Field Values
Constructor Detail

ServerConstants.Axis2ParameterNames

public ServerConstants.Axis2ParameterNames()