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 TypeMethodDescriptionvoidaddArgument(String name, String value) invoke(InetAddress bind) invoke2()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UPnPActionInvocation
invoke
-
Field Details
-
action
-
arg_names
-
arg_values
-
-
Constructor Details
-
UPnPActionInvocationImpl
-
-
Method Details
-
addArgument
- Specified by:
addArgumentin interfaceUPnPActionInvocation
-
invoke
- Specified by:
invokein interfaceUPnPActionInvocation- Throws:
UPnPException
-
invoke2
- Specified by:
invoke2in interfaceUPnPActionInvocation- Throws:
UPnPException
-