Package net.sbbi.upnp.messages
-
Class Summary 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 ObjectStateVariableMessage This class is used to create state variable messages to communicate with the deviceStateVariableResponse This class contains data returned by a state variable query responseUPNPMessageFactory Factory to create UPNP messages to access and communicate with a given UPNPDevice service capabilities -
Exception Summary Exception Description UPNPResponseException An exception throws when parsing a message if a SOAP fault exception is returned.