com.ibm.ws.rest.services.admin
Class WBIRestServicesConstants

java.lang.Object
  extended by com.ibm.ws.rest.services.admin.WBIRestServicesConstants

public class WBIRestServicesConstants
extends java.lang.Object


Field Summary
static java.lang.String CONFIG_REST_URI
           
static java.lang.String PII_RESOURCE_BUNDLE_NAME
           
static java.lang.String REST_ENDPOINT_DEFAULT_HOST
           
static java.lang.String REST_ENDPOINT_DEFAULT_PORT
           
static java.lang.String REST_ENDPOINT_DEFAULT_SECURE_PORT
           
static java.lang.String REST_ENDPOINT_DEFAULT_SECURE_TRANSPORT_TYPE
           
static java.lang.String REST_ENDPOINT_DEFAULT_TRANSPORT_TYPE
           
 
Constructor Summary
WBIRestServicesConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REST_ENDPOINT_DEFAULT_HOST

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

REST_ENDPOINT_DEFAULT_PORT

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

REST_ENDPOINT_DEFAULT_SECURE_PORT

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

REST_ENDPOINT_DEFAULT_TRANSPORT_TYPE

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

REST_ENDPOINT_DEFAULT_SECURE_TRANSPORT_TYPE

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

CONFIG_REST_URI

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

PII_RESOURCE_BUNDLE_NAME

public static final java.lang.String PII_RESOURCE_BUNDLE_NAME
See Also:
Constant Field Values
Constructor Detail

WBIRestServicesConstants

public WBIRestServicesConstants()