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 StringACTORSOAP actor attribute namestatic StringMESSAGE_IDPAOS Request messageID attribute name.static StringMUST_UNDERSTANDSOAP mustUnderstand attribute name.static StringPAOS_MIME_TYPEPAOS mime typestatic StringPAOS_NAMESPACEPAOS namespace URI.static StringPAOS_PREFIXString used to declare PAOS namespace prefix.static StringREF_TO_MESSAGE_IDPAOS Response refToMessageID attribute name.static StringREQUESTPAOS Request element local name.static StringRESPONSEPAOS Request element local name.static StringRESPONSE_CONSUMER_URLPAOS Request responseConsumerURL attribute name.static StringSERVICEPAOS Request service attribute name.static StringSOAP_ENV_NAMESPACESOAP envelope namespace URI.static StringSOAP_ENV_PREFIXString 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
 
 
 - 
 
 -