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