org.apache.soap.server
Class ServerConstants

java.lang.Object
  |
  +--org.apache.soap.server.ServerConstants

public class ServerConstants
extends java.lang.Object

Server-side SOAP constants.

Author:
Sanjiva Weerawarana (sanjiva@watson.ibm.com)

Field Summary
static int SC_BAD_REQUEST
           
static int SC_INTERNAL_SERVER_ERROR
           
static java.lang.String SERVICE_MANAGER_SERVICE_NAME
           
 
Constructor Summary
ServerConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_MANAGER_SERVICE_NAME

public static final java.lang.String SERVICE_MANAGER_SERVICE_NAME

SC_BAD_REQUEST

public static final int SC_BAD_REQUEST

SC_INTERNAL_SERVER_ERROR

public static final int SC_INTERNAL_SERVER_ERROR
Constructor Detail

ServerConstants

public ServerConstants()


Copyright © 2000 Apache XML Project. All Rights Reserved.