com.aelitis.net.upnp.impl.services
Class UPnPActionImpl

java.lang.Object
  extended by com.aelitis.net.upnp.impl.services.UPnPActionImpl
All Implemented Interfaces:
UPnPAction

public class UPnPActionImpl
extends java.lang.Object
implements UPnPAction


Field Summary
protected  java.lang.String name
           
protected  UPnPServiceImpl service
           
 
Constructor Summary
protected UPnPActionImpl(UPnPServiceImpl _service, SimpleXMLParserDocumentNode node)
           
 
Method Summary
 UPnPActionInvocation getInvocation()
           
 java.lang.String getName()
           
 UPnPService getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

protected UPnPServiceImpl service

name

protected java.lang.String name
Constructor Detail

UPnPActionImpl

protected UPnPActionImpl(UPnPServiceImpl _service,
                         SimpleXMLParserDocumentNode node)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface UPnPAction

getService

public UPnPService getService()
Specified by:
getService in interface UPnPAction

getInvocation

public UPnPActionInvocation getInvocation()
Specified by:
getInvocation in interface UPnPAction