org.teleal.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

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

Method Detail

getActionNamespace

String getActionNamespace()

getBody

Object getBody()

getBodyType

UpnpMessage.BodyType getBodyType()

getBodyString

String getBodyString()

getBodyBytes

byte[] getBodyBytes()

setBody

void setBody(UpnpMessage.BodyType bodyType,
             Object body)


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.