Package com.sun.identity.liberty.ws.paos
Interface PAOSConstants
-
@SupportedAll public interface PAOSConstants
This interface defines constants common to all PAOS elements.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTOR
SOAP actor attribute namestatic String
MESSAGE_ID
PAOS Request messageID attribute name.static String
MUST_UNDERSTAND
SOAP mustUnderstand attribute name.static String
PAOS_MIME_TYPE
PAOS mime typestatic String
PAOS_NAMESPACE
PAOS namespace URI.static String
PAOS_PREFIX
String used to declare PAOS namespace prefix.static String
REF_TO_MESSAGE_ID
PAOS Response refToMessageID attribute name.static String
REQUEST
PAOS Request element local name.static String
RESPONSE
PAOS Request element local name.static String
RESPONSE_CONSUMER_URL
PAOS Request responseConsumerURL attribute name.static String
SERVICE
PAOS Request service attribute name.static String
SOAP_ENV_NAMESPACE
SOAP envelope namespace URI.static String
SOAP_ENV_PREFIX
String used to declare SOAP envelope namespace prefix.
-
-
-
Field Detail
-
PAOS_MIME_TYPE
static final String PAOS_MIME_TYPE
PAOS mime type- See Also:
- Constant Field Values
-
PAOS_PREFIX
static final String PAOS_PREFIX
String used to declare PAOS namespace prefix.- See Also:
- Constant Field Values
-
PAOS_NAMESPACE
static final String PAOS_NAMESPACE
PAOS namespace URI.- See Also:
- Constant Field Values
-
REQUEST
static final String REQUEST
PAOS Request element local name.- See Also:
- Constant Field Values
-
RESPONSE
static final String RESPONSE
PAOS Request element local name.- See Also:
- Constant Field Values
-
RESPONSE_CONSUMER_URL
static final String RESPONSE_CONSUMER_URL
PAOS Request responseConsumerURL attribute name.- See Also:
- Constant Field Values
-
SERVICE
static final String SERVICE
PAOS Request service attribute name.- See Also:
- Constant Field Values
-
MESSAGE_ID
static final String MESSAGE_ID
PAOS Request messageID attribute name.- See Also:
- Constant Field Values
-
REF_TO_MESSAGE_ID
static final String REF_TO_MESSAGE_ID
PAOS Response refToMessageID attribute name.- See Also:
- Constant Field Values
-
MUST_UNDERSTAND
static final String MUST_UNDERSTAND
SOAP mustUnderstand attribute name.- See Also:
- Constant Field Values
-
ACTOR
static final String ACTOR
SOAP actor attribute name- See Also:
- Constant Field Values
-
SOAP_ENV_PREFIX
static final String SOAP_ENV_PREFIX
String used to declare SOAP envelope namespace prefix.- See Also:
- Constant Field Values
-
SOAP_ENV_NAMESPACE
static final String SOAP_ENV_NAMESPACE
SOAP envelope namespace URI.- See Also:
- Constant Field Values
-
-