com.ibm.websphere.webservices.jaxws
Class Constants
- java.lang.Object
com.ibm.websphere.webservices.jaxws.Constants
- public class Constants
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ASYNC_TIMEOUT_MILLISECONDS
|
|
CORE_THREADS_PROPERTY
|
|
DEFAULT_CORE_THREADS
|
|
DEFAULT_MAX_THREADS
|
|
MAX_THREADS_PROPERTY
|
|
WSDL_GENERATION_EXTRA_CLASSPATH
|
Constructor Summary
Constructor and Description |
---|
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:
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()