com.ibm.websphere.webservices.jaxws

Class Constants

  1. java.lang.Object
  2. extended bycom.ibm.websphere.webservices.jaxws.Constants

  1. public class Constants
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
ASYNC_TIMEOUT_MILLISECONDS
  1. static
  2. java.lang.String
CORE_THREADS_PROPERTY
  1. static
  2. int
DEFAULT_CORE_THREADS
  1. static
  2. int
DEFAULT_MAX_THREADS
  1. static
  2. java.lang.String
MAX_THREADS_PROPERTY
  1. static
  2. java.lang.String
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

  1. public static final java.lang.String ASYNC_TIMEOUT_MILLISECONDS
See Also:

CORE_THREADS_PROPERTY

  1. public static java.lang.String CORE_THREADS_PROPERTY

MAX_THREADS_PROPERTY

  1. public static java.lang.String MAX_THREADS_PROPERTY

DEFAULT_CORE_THREADS

  1. public static int DEFAULT_CORE_THREADS

DEFAULT_MAX_THREADS

  1. public static int DEFAULT_MAX_THREADS

WSDL_GENERATION_EXTRA_CLASSPATH

  1. public static java.lang.String WSDL_GENERATION_EXTRA_CLASSPATH

Constructor Detail

Constants

  1. public Constants()