public final class WSILProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
DEF_DOCUMENT_FACTORY
Default WSILDocumentFactory class name.
|
protected static java.lang.String |
PROP_DOCUMENT_FACTORY
Property that contains WSILDocumentFactory class name.
|
protected static java.lang.String |
PROP_FILENAME
Property file name.
|
static java.lang.String |
PROP_TRANSPORT_CLASS |
static java.lang.String |
PROP_WSIL_DOCUMENT_NAME |
static java.lang.String |
PROP_WSIL_HOSTNAME |
static java.lang.String |
PROP_WSIL_PORT |
protected static java.util.Properties |
props
Properties object.
|
static java.lang.String |
TRANSPORT_CLASS
Tranport class.
|
static java.lang.String |
WSDL_EXTENSION
WSDL extension.
|
static java.lang.String |
WSIL_DOCUMENT_NAME
WSIL inspection document name.
|
static java.lang.String |
WSIL_HOSTNAME
WSIL hostname.
|
static java.lang.String |
WSIL_PORT
WSIL port.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getDocumentFactory()
Get the WSIL document factory class name.
|
static java.util.Properties |
getProperties()
Get properties that were set for this thread only.
|
static void |
loadProperties() |
static void |
main(java.lang.String[] args)
This method is used to unit test this class.
|
static void |
setProperties(java.util.Properties props)
Set properties for this thread only.
|
protected static java.util.Properties props
protected static final java.lang.String DEF_DOCUMENT_FACTORY
protected static final java.lang.String PROP_DOCUMENT_FACTORY
protected static final java.lang.String PROP_FILENAME
public static final java.lang.String WSDL_EXTENSION
public static java.lang.String TRANSPORT_CLASS
public static final java.lang.String PROP_TRANSPORT_CLASS
public static java.lang.String WSIL_HOSTNAME
public static final java.lang.String PROP_WSIL_HOSTNAME
public static java.lang.String WSIL_PORT
public static final java.lang.String PROP_WSIL_PORT
public static java.lang.String WSIL_DOCUMENT_NAME
public static final java.lang.String PROP_WSIL_DOCUMENT_NAME
public static void loadProperties()
public static java.util.Properties getProperties()
public static void setProperties(java.util.Properties props)
public static java.lang.String getDocumentFactory()
public static void main(java.lang.String[] args)
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.