|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides constants containing the valid context names for the WebServices Gateway.
Note: this interface may be subject to change in future releases
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 |
PROXY_PASSWORD
The context name for the password used for proxy authentication - provided by WSIF. |
static java.lang.String |
PROXY_USER_NAME
The context name for the user name used for proxy authentication - provided by WSIF. |
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 |
SOAP_REQUEST_HEADERS
The context name for the SOAP headers - provided by WSIF. |
static java.lang.String |
SOAP_RESPONSE_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. |
static java.lang.String |
UNREFERENCED_REQUEST_ATTACHMENTS
Unreferenced attachments are stored in an java.util.ArrayList in the context. |
static java.lang.String |
UNREFERENCED_RESPONSE_ATTACHMENTS
Unreferenced attachments are stored in an java.util.ArrayList in the context. |
Field Detail |
public static final java.lang.String copyright
public static final java.lang.String AUTH_PASSWORD
public static final java.lang.String AUTH_USER_NAME
public static final java.lang.String PROXY_PASSWORD
public static final java.lang.String PROXY_USER_NAME
public static final java.lang.String SOAP_HEADERS
public static final java.lang.String SOAP_REQUEST_HEADERS
public static final java.lang.String SOAP_RESPONSE_HEADERS
public static final java.lang.String AUTH_SUBJECT
public static final java.lang.String GATEWAY_SERVICE_NAME
public static final java.lang.String RECEIVING_CHANNEL_NAME
public static final java.lang.String RETRY_COUNT
public static final java.lang.String TARGET_PORT_NAME
public static final java.lang.String TARGET_SERVICE_LOCATION
public static final java.lang.String TIMEOUT_TIME
public static final java.lang.String MESSAGE_ID
public static final java.lang.String UNREFERENCED_RESPONSE_ATTACHMENTS
public static final java.lang.String UNREFERENCED_REQUEST_ATTACHMENTS
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |