Class UPnPActionInvocationImpl
java.lang.Object
com.biglybt.net.upnp.impl.services.UPnPActionInvocationImpl
- All Implemented Interfaces:
UPnPActionInvocation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addArgument
(String name, String value) invoke()
returns the out/parameters and responseinvoke2()
-
Field Details
-
action
-
arg_names
-
arg_values
-
-
Constructor Details
-
UPnPActionInvocationImpl
-
-
Method Details
-
addArgument
- Specified by:
addArgument
in interfaceUPnPActionInvocation
-
invoke
Description copied from interface:UPnPActionInvocation
returns the out/parameters and response- Specified by:
invoke
in interfaceUPnPActionInvocation
- Returns:
- Throws:
UPnPException
-
invoke2
- Specified by:
invoke2
in interfaceUPnPActionInvocation
- Throws:
UPnPException
-