Package ddf.security.liberty.paos
Interface Request
public interface Request
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the messageID attribute value.Get the responseConsumerURL attribute value.Get the service attribute value.voidsetMessageID(String newMessageID) Set the messageID attribute value.voidsetResponseConsumerURL(String newResponseConsumerURL) Set the responseConsumerURL attribute value.voidsetService(String newService) Set the service attribute value.
-
Field Details
-
PAOS_NS
- See Also:
-
PAOS_PREFIX
- See Also:
-
DEFAULT_ELEMENT_LOCAL_NAME
- See Also:
-
DEFAULT_ELEMENT_NAME
-
TYPE_LOCAL_NAME
- See Also:
-
TYPE_NAME
-
RESPONSE_CONSUMER_URL_ATTRIB_NAME
- See Also:
-
SERVICE_ATTRIB_NAME
- See Also:
-
MESSAGE_ID_ATTRIB_NAME
- See Also:
-
ECP_SERVICE
- See Also:
-
-
Method Details
-
getResponseConsumerURL
String getResponseConsumerURL()Get the responseConsumerURL attribute value.- Returns:
- String
-
setResponseConsumerURL
Set the responseConsumerURL attribute value.- Parameters:
newResponseConsumerURL- the new responseConsumerURL attribute value
-
getService
String getService()Get the service attribute value.- Returns:
- String
-
setService
Set the service attribute value.- Parameters:
newService- the new service attribute value
-
getMessageID
String getMessageID()Get the messageID attribute value.- Returns:
- String
-
setMessageID
Set the messageID attribute value.- Parameters:
newMessageID- the new messageID attribute value
-