org.teleal.cling.model.message.control
Class IncomingActionRequestMessage

java.lang.Object
  extended by org.teleal.cling.model.message.UpnpMessage<UpnpRequest>
      extended by org.teleal.cling.model.message.StreamRequestMessage
          extended by org.teleal.cling.model.message.control.IncomingActionRequestMessage
All Implemented Interfaces:
ActionMessage, ActionRequestMessage

public class IncomingActionRequestMessage
extends StreamRequestMessage
implements ActionRequestMessage

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.UpnpMessage
UpnpMessage.BodyType
 
Constructor Summary
IncomingActionRequestMessage(StreamRequestMessage source, LocalService service)
           
 
Method Summary
 Action getAction()
           
 String getActionNamespace()
           
 
Methods inherited from class org.teleal.cling.model.message.StreamRequestMessage
getUri
 
Methods inherited from class org.teleal.cling.model.message.UpnpMessage
getBody, getBodyBytes, getBodyString, getBodyType, getContentTypeCharset, getContentTypeHeader, getHeaders, getOperation, getUdaMajorVersion, getUdaMinorVersion, hasBody, hasHostHeader, isContentTypeMissingOrText, isContentTypeText, isContentTypeTextUDA, setBody, setBodyCharacters, setBodyType, setHeaders, setUdaMajorVersion, setUdaMinorVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.teleal.cling.model.message.control.ActionMessage
getBody, getBodyBytes, getBodyString, getBodyType, setBody
 

Constructor Detail

IncomingActionRequestMessage

public IncomingActionRequestMessage(StreamRequestMessage source,
                                    LocalService service)
                             throws ActionException
Throws:
ActionException
Method Detail

getAction

public Action getAction()

getActionNamespace

public String getActionNamespace()
Specified by:
getActionNamespace in interface ActionMessage


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