IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.webservices.jaxws
Class Constants

java.lang.Object
  extended by com.ibm.websphere.webservices.jaxws.Constants

public class Constants
extends java.lang.Object

This class will hold any constants exposed by the programming model. Application developers will be able to use these constants when developing JAX-WS clients.


Field Summary
static java.lang.String ASYNC_TIMEOUT_MILLISECONDS
           
static java.lang.String CORE_THREADS_PROPERTY
           
static int DEFAULT_CORE_THREADS
           
static int DEFAULT_MAX_THREADS
           
static java.lang.String MAX_THREADS_PROPERTY
           
static java.lang.String WSDL_GENERATION_EXTRA_CLASSPATH
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASYNC_TIMEOUT_MILLISECONDS

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

CORE_THREADS_PROPERTY

public static java.lang.String CORE_THREADS_PROPERTY

MAX_THREADS_PROPERTY

public static java.lang.String MAX_THREADS_PROPERTY

DEFAULT_CORE_THREADS

public static int DEFAULT_CORE_THREADS

DEFAULT_MAX_THREADS

public static int DEFAULT_MAX_THREADS

WSDL_GENERATION_EXTRA_CLASSPATH

public static java.lang.String WSDL_GENERATION_EXTRA_CLASSPATH
Constructor Detail

Constants

public Constants()

IBM WebSphere Application ServerTM
Release 7