Class | Description |
---|---|
ActionMessage |
Message object for an UPNP action, simply call setInputParameter()
to add the required action message params and then service() to
receive the ActionResponse built with the parsed UPNP device SOAP
xml response.
|
ActionResponse |
An action response container Object
|
StateVariableMessage |
This class is used to create state variable messages to communicate
with the device
|
StateVariableResponse |
This class contains data returned by a state variable query
response
|
UPNPMessageFactory |
Factory to create UPNP messages to access and communicate with a
given UPNPDevice service capabilities
|
Exception | Description |
---|---|
UPNPResponseException |
An exception throws when parsing a message if a SOAP fault
exception is returned.
|