Class UPnPActionImpl
- java.lang.Object
-
- com.biglybt.net.upnp.impl.services.UPnPActionImpl
-
- All Implemented Interfaces:
UPnPAction
public class UPnPActionImpl extends java.lang.Object implements UPnPAction
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
name
protected UPnPServiceImpl
service
-
Constructor Summary
Constructors Modifier Constructor Description protected
UPnPActionImpl(UPnPServiceImpl _service, SimpleXMLParserDocumentNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UPnPActionInvocation
getInvocation()
java.lang.String
getName()
UPnPService
getService()
-
-
-
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 interfaceUPnPAction
-
getService
public UPnPService getService()
- Specified by:
getService
in interfaceUPnPAction
-
getInvocation
public UPnPActionInvocation getInvocation()
- Specified by:
getInvocation
in interfaceUPnPAction
-
-