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 Object
implements UPnPAction


Field Summary
protected  String name
           
protected  UPnPServiceImpl service
           
 
Constructor Summary
protected UPnPActionImpl(UPnPServiceImpl _service, SimpleXMLParserDocumentNode node)
           
 
Method Summary
 UPnPActionInvocation getInvocation()
           
 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 String name
Constructor Detail

UPnPActionImpl

protected UPnPActionImpl(UPnPServiceImpl _service,
                         SimpleXMLParserDocumentNode node)
Method Detail

getName

public 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