com.ibm.wsgw
Interface GatewayContextNames


public interface GatewayContextNames

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

Version:
1.9
Author:
 
See Also:

Field Summary
static java.lang.String AUTH_PASSWORD
          The context name for the password used for authentication - provided by WSIF.
static java.lang.String AUTH_SUBJECT
          The context name for the authenticated Subject.
static java.lang.String AUTH_USER_NAME
          The context name for the user name used for authentication - provided by WSIF.
static java.lang.String copyright
          Copyright string.
static java.lang.String GATEWAY_SERVICE_NAME
          The context name for the gateway service name.
static java.lang.String MESSAGE_ID
          The context name for the message identifier.
static java.lang.String RECEIVING_CHANNEL_NAME
          The context name for the receiving channel name.
static java.lang.String RETRY_COUNT
          The context name for the retry count.
static java.lang.String SOAP_HEADERS
          The context name for the SOAP headers - provided by WSIF.
static java.lang.String TARGET_PORT_NAME
          The context name for the port name to be used for invoking the target service.
static java.lang.String TARGET_SERVICE_LOCATION
          The context name for the target service name.
static java.lang.String TIMEOUT_TIME
          The context name for the timeout time.
 

Field Detail

copyright

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

AUTH_PASSWORD

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

AUTH_USER_NAME

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

SOAP_HEADERS

public static final java.lang.String SOAP_HEADERS
The context name for the SOAP headers - provided by WSIF.

AUTH_SUBJECT

public static final java.lang.String AUTH_SUBJECT
The context name for the authenticated Subject.

GATEWAY_SERVICE_NAME

public static final java.lang.String GATEWAY_SERVICE_NAME
The context name for the gateway service name.

RECEIVING_CHANNEL_NAME

public static final java.lang.String RECEIVING_CHANNEL_NAME
The context name for the receiving channel name.

RETRY_COUNT

public static final java.lang.String RETRY_COUNT
The context name for the retry count.

TARGET_PORT_NAME

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

TARGET_SERVICE_LOCATION

public static final java.lang.String TARGET_SERVICE_LOCATION
The context name for the target service name.

TIMEOUT_TIME

public static final java.lang.String TIMEOUT_TIME
The context name for the timeout time.

MESSAGE_ID

public static final java.lang.String MESSAGE_ID
The context name for the message identifier.


Copyright © 2002 IBM. All Rights Reserved.