org.apache.felix.upnp.basedriver.importer.core.upnp
Class UPnPActionImpl
java.lang.Object
org.apache.felix.upnp.basedriver.importer.core.upnp.UPnPActionImpl
- All Implemented Interfaces:
- UPnPAction
public class UPnPActionImpl
- extends Object
- implements UPnPAction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UPnPActionImpl
public UPnPActionImpl(org.cybergarage.upnp.Action act,
UPnPServiceImpl ser)
- Parameters:
act
-
getName
public String getName()
- Specified by:
getName
in interface UPnPAction
getReturnArgumentName
public String getReturnArgumentName()
- Specified by:
getReturnArgumentName
in interface UPnPAction
getInputArgumentNames
public String[] getInputArgumentNames()
- Specified by:
getInputArgumentNames
in interface UPnPAction
getOutputArgumentNames
public String[] getOutputArgumentNames()
- Specified by:
getOutputArgumentNames
in interface UPnPAction
getStateVariable
public UPnPStateVariable getStateVariable(String argumentName)
- Specified by:
getStateVariable
in interface UPnPAction
invoke
public Dictionary invoke(Dictionary args)
throws Exception
- Specified by:
invoke
in interface UPnPAction
- Throws:
Exception
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.