com.ibm.websphere.webservices.jaxws
Class Constants
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Constants
public Constants()