All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description Action An object to represent a service action proposed by an UPNP serviceActionMessage 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 ObjectArgument An argument for a service actionArgument.Direction Device This class represents an UPNP device, this device contains a set of services that will be needed to access the device functionalities.Discovery Class to discover an UPNP device on the network. A multicast socket will be created to discover devices, the binding port for this socket is set to 1901, if this is causing a problem you can use the net.sbbi.upnp.Discovery.bindPort system property to specify another port.DiscoveryListener This class can be used to listen for UPNP devices responses when a search message is sent by a control point ( using the net.sbbi.upnp.Discovery.sendSearchMessage() method )DiscoveryResultsHandler This interface can be use to register against the DiscoveryListener class to receive SSDP search responses.InternetGatewayDevice This class can be used to access some functionalities on the InternetGatewayDevice on your network without having to know anything about the required input/output parameters.ISO8601Date ISO8601 Date implementation taken from org.w3c package and modified to work with UPNP date typesRootDevice Root UPNP device that is contained in a device definition file.Service Representation of an UPNP serviceStateVariable Class to contain a service state variable definitionStateVariableMessage This class is used to create state variable messages to communicate with the deviceStateVariableResponse This class contains data returned by a state variable query responseStateVariableTypes Interface to defined allowed values for service state variables data typesUPNPMessageFactory Factory to create UPNP messages to access and communicate with a given UPNPDevice service capabilitiesUPNPResponseException An exception throws when parsing a message if a SOAP fault exception is returned.XMLUtil Handy stuff for dealing with XML