Package com.sun.identity.liberty.ws.paos
Interface PAOSConstants
This interface defines constants common to all PAOS elements.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSOAP actor attribute namestatic final StringPAOS Request messageID attribute name.static final StringSOAP mustUnderstand attribute name.static final StringPAOS mime typestatic final StringPAOS namespace URI.static final StringString used to declare PAOS namespace prefix.static final StringPAOS Response refToMessageID attribute name.static final StringPAOS Request element local name.static final StringPAOS Request element local name.static final StringPAOS Request responseConsumerURL attribute name.static final StringPAOS Request service attribute name.static final StringSOAP envelope namespace URI.static final StringString 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:
-