Package com.biglybt.net.upnp
Interface UPnPActionInvocation
-
- All Known Implementing Classes:
UPnPActionInvocationImpl
public interface UPnPActionInvocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addArgument(java.lang.String name, java.lang.String value)
UPnPActionArgument[]
invoke()
returns the out/parameters and responsejava.util.Map
invoke2()
-
-
-
Method Detail
-
addArgument
void addArgument(java.lang.String name, java.lang.String value)
-
invoke
UPnPActionArgument[] invoke() throws UPnPException
returns the out/parameters and response- Returns:
- Throws:
UPnPException
-
invoke2
java.util.Map invoke2() throws UPnPException
- Throws:
UPnPException
-
-