org.apache.axis2.jaxws.server
Class ServerConstants

java.lang.Object
  extended by org.apache.axis2.jaxws.server.ServerConstants

public class ServerConstants
extends java.lang.Object


Field Summary
static java.lang.String SERVER_DISABLE_THREAD_SWITCH
          A constant for the property used to disable the server side thread switch on async and one way requests.
 
Constructor Summary
ServerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_DISABLE_THREAD_SWITCH

public static final java.lang.String SERVER_DISABLE_THREAD_SWITCH
A constant for the property used to disable the server side thread switch on async and one way requests. This property must be set on the MessageContext for the request.

See Also:
Constant Field Values
Constructor Detail

ServerConstants

public ServerConstants()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.