org.teleal.cling.model.message.control
Interface ActionMessage

All Known Subinterfaces:
ActionRequestMessage, ActionResponseMessage
All Known Implementing Classes:
IncomingActionRequestMessage, IncomingActionResponseMessage, OutgoingActionRequestMessage, OutgoingActionResponseMessage

public interface ActionMessage


Method Summary
 java.lang.String getActionNamespace()
           
 java.lang.Object getBody()
           
 byte[] getBodyBytes()
           
 java.lang.String getBodyString()
           
 UpnpMessage.BodyType getBodyType()
           
 void setBody(UpnpMessage.BodyType bodyType, java.lang.Object body)
           
 

Method Detail

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.