Interface UPnPActionInvocation
- All Known Implementing Classes:
UPnPActionInvocationImpl
public interface UPnPActionInvocation
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddArgument(String name, String value) default UPnPActionArgument[]invoke()returns the out/parameters and responseinvoke(InetAddress bind) invoke2()
-
Method Details
-
addArgument
-
invoke
returns the out/parameters and response- Returns:
- Throws:
UPnPException
-
invoke
- Throws:
UPnPException
-
invoke2
- Throws:
UPnPException
-