org.fourthline.cling.model.message.control
Interface ActionMessage
- All Known Subinterfaces:
- ActionRequestMessage, ActionResponseMessage
- All Known Implementing Classes:
- IncomingActionRequestMessage, IncomingActionResponseMessage, OutgoingActionRequestMessage, OutgoingActionResponseMessage
public interface ActionMessage
A narrowing interface for action request/response messages.
- Author:
- Christian Bauer
getActionNamespace
String getActionNamespace()
isBodyNonEmptyString
boolean isBodyNonEmptyString()
getBodyString
String getBodyString()
setBody
void setBody(String string)
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.