com.ibm.wsgw
Interface GatewayContextNames


public interface GatewayContextNames

Provides constants containing the valid context names for the WebServices Gateway.

Note: this interface may be subject to change in future releases

Version:
1.10.1.1
Author:
See Also:

Field Summary
static java.lang.String AUTH_PASSWORD
          Deprecated. The context name for the password used for authentication - provided by WSIF.
static java.lang.String AUTH_SUBJECT
          Deprecated. The context name for the authenticated Subject.
static java.lang.String AUTH_USER_NAME
          Deprecated. The context name for the user name used for authentication - provided by WSIF.
static java.lang.String CONTEXT_OPERATION_STYLE_MESSAGE_ELEMENT_PART_NAME
          Deprecated. Unique part name used by WSGW for single literal part in WSIFMessage.
static java.lang.String copyright
          Deprecated. Copyright string.
static java.lang.String GATEWAY_SERVICE_NAME
          Deprecated. The context name for the gateway service name.
static java.lang.String IBM_WSGW_USE
          Deprecated. Constants used by WSGW to specify literal or encoded use value.
static java.lang.String IBM_WSGW_USE_VALUE_ENCODED
          Deprecated.  
static java.lang.String IBM_WSGW_USE_VALUE_LITERAL
          Deprecated.  
static java.lang.String MESSAGE_ID
          Deprecated. The context name for the message identifier.
static java.lang.String PROXY_PASSWORD
          Deprecated. The context name for the password used for proxy authentication - provided by WSIF.
static java.lang.String PROXY_USER_NAME
          Deprecated. The context name for the user name used for proxy authentication - provided by WSIF.
static java.lang.String RECEIVING_CHANNEL_NAME
          Deprecated. The context name for the receiving channel name.
static java.lang.String REQUEST_TIMESTAMP_EXPIRATION
          Deprecated. The context name for the request timestamp expiration time.
static java.lang.String RETRY_COUNT
          Deprecated. The context name for the retry count.
static java.lang.String SECURITY_TAG
          Deprecated. The context name for the security tag (PMR 00004, FSG, 649).
static java.lang.String SOAP_HEADERS
          Deprecated. The context name for the SOAP headers - provided by WSIF.
static java.lang.String SOAP_REQUEST_HEADERS
          Deprecated. The context name for the SOAP headers - provided by WSIF.
static java.lang.String SOAP_RESPONSE_HEADERS
          Deprecated. The context name for the SOAP headers - provided by WSIF.
static java.lang.String TARGET_PORT_NAME
          Deprecated. The context name for the port name to be used for invoking the target service.
static java.lang.String TARGET_SERVICE_LOCATION
          Deprecated. The context name for the target service name.
static java.lang.String TIMEOUT_TIME
          Deprecated. The context name for the timeout time.
static java.lang.String UNREFERENCED_REQUEST_ATTACHMENTS
          Deprecated. Unreferenced attachments are stored in an java.util.ArrayList in the context.
static java.lang.String UNREFERENCED_RESPONSE_ATTACHMENTS
          Deprecated. Unreferenced attachments are stored in an java.util.ArrayList in the context.
 

Field Detail

copyright

public static final java.lang.String copyright
Deprecated. 
Copyright string. Any code placed between the comments will be over written

See Also:
Constant Field Values

AUTH_PASSWORD

public static final java.lang.String AUTH_PASSWORD
Deprecated. 
The context name for the password used for authentication - provided by WSIF. Refers to a java.lang.String value.

See Also:
Constant Field Values

AUTH_USER_NAME

public static final java.lang.String AUTH_USER_NAME
Deprecated. 
The context name for the user name used for authentication - provided by WSIF. Refers to a java.lang.String value.

See Also:
Constant Field Values

PROXY_PASSWORD

public static final java.lang.String PROXY_PASSWORD
Deprecated. 
The context name for the password used for proxy authentication - provided by WSIF. Refers to a java.lang.String value.

See Also:
Constant Field Values

PROXY_USER_NAME

public static final java.lang.String PROXY_USER_NAME
Deprecated. 
The context name for the user name used for proxy authentication - provided by WSIF. Refers to a java.lang.String value.

See Also:
Constant Field Values

SOAP_HEADERS

public static final java.lang.String SOAP_HEADERS
Deprecated. 
The context name for the SOAP headers - provided by WSIF. Refers to a java.util.Vector containing SOAP header elements (as provided by org.apache.soap.Header.getHeaderEntries()).

See Also:
Constant Field Values

SOAP_REQUEST_HEADERS

public static final java.lang.String SOAP_REQUEST_HEADERS
Deprecated. 
The context name for the SOAP headers - provided by WSIF. Refers to a java.util.Vector containing SOAP header elements (as provided by org.apache.soap.Header.getHeaderEntries()).

See Also:
Constant Field Values

SOAP_RESPONSE_HEADERS

public static final java.lang.String SOAP_RESPONSE_HEADERS
Deprecated. 
The context name for the SOAP headers - provided by WSIF. Refers to a java.util.ArrayList containing SOAP header elements (as provided by org.apache.soap.Header.getHeaderEntries()).

See Also:
Constant Field Values

AUTH_SUBJECT

public static final java.lang.String AUTH_SUBJECT
Deprecated. 
The context name for the authenticated Subject. Refers to a java.security.Principal value.

See Also:
Constant Field Values

GATEWAY_SERVICE_NAME

public static final java.lang.String GATEWAY_SERVICE_NAME
Deprecated. 
The context name for the gateway service name. Refers to a java.lang.String value.

See Also:
Constant Field Values

RECEIVING_CHANNEL_NAME

public static final java.lang.String RECEIVING_CHANNEL_NAME
Deprecated. 
The context name for the receiving channel name. Refers to a java.lang.String value.

See Also:
Constant Field Values

RETRY_COUNT

public static final java.lang.String RETRY_COUNT
Deprecated. 
The context name for the retry count. Refers to a java.lang.Integer value.

See Also:
Constant Field Values

TARGET_PORT_NAME

public static final java.lang.String TARGET_PORT_NAME
Deprecated. 
The context name for the port name to be used for invoking the target service. Refers to a java.lang.String value.

See Also:
Constant Field Values

TARGET_SERVICE_LOCATION

public static final java.lang.String TARGET_SERVICE_LOCATION
Deprecated. 
The context name for the target service name. Refers to a com.ibm.wsgw.config.TargetServiceLocation value.

See Also:
Constant Field Values

TIMEOUT_TIME

public static final java.lang.String TIMEOUT_TIME
Deprecated. 
The context name for the timeout time. Refers to a java.lang.Integer value.

See Also:
Constant Field Values

MESSAGE_ID

public static final java.lang.String MESSAGE_ID
Deprecated. 
The context name for the message identifier. Refers to a java.lang.String value.

See Also:
Constant Field Values

REQUEST_TIMESTAMP_EXPIRATION

public static final java.lang.String REQUEST_TIMESTAMP_EXPIRATION
Deprecated. 
The context name for the request timestamp expiration time. Refers to a java.lang.String value.

See Also:
Constant Field Values

UNREFERENCED_RESPONSE_ATTACHMENTS

public static final java.lang.String UNREFERENCED_RESPONSE_ATTACHMENTS
Deprecated. 
Unreferenced attachments are stored in an java.util.ArrayList in the context.

See Also:
Constant Field Values

UNREFERENCED_REQUEST_ATTACHMENTS

public static final java.lang.String UNREFERENCED_REQUEST_ATTACHMENTS
Deprecated. 
Unreferenced attachments are stored in an java.util.ArrayList in the context.

See Also:
Constant Field Values

CONTEXT_OPERATION_STYLE_MESSAGE_ELEMENT_PART_NAME

public static final java.lang.String CONTEXT_OPERATION_STYLE_MESSAGE_ELEMENT_PART_NAME
Deprecated. 
Unique part name used by WSGW for single literal part in WSIFMessage.

See Also:
Constant Field Values

IBM_WSGW_USE

public static final java.lang.String IBM_WSGW_USE
Deprecated. 
Constants used by WSGW to specify literal or encoded use value.

See Also:
Constant Field Values

IBM_WSGW_USE_VALUE_LITERAL

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

IBM_WSGW_USE_VALUE_ENCODED

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

SECURITY_TAG

public static final java.lang.String SECURITY_TAG
Deprecated. 
The context name for the security tag (PMR 00004, FSG, 649). Refers to a java.lang.Boolean value.

See Also:
Constant Field Values


Copyright © 2002 IBM. All Rights Reserved.