org.teleal.cling.model.message.control
Interface ActionMessage
- All Known Subinterfaces:
- ActionRequestMessage, ActionResponseMessage
- All Known Implementing Classes:
- IncomingActionRequestMessage, IncomingActionResponseMessage, OutgoingActionRequestMessage, OutgoingActionResponseMessage
public interface ActionMessage
getActionNamespace
java.lang.String getActionNamespace()
getBody
java.lang.Object getBody()
getBodyType
UpnpMessage.BodyType getBodyType()
getBodyString
java.lang.String getBodyString()
getBodyBytes
byte[] getBodyBytes()
setBody
void setBody(UpnpMessage.BodyType bodyType,
java.lang.Object body)
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.