| Package | Description |
|---|---|
| org.cybergarage.soap |
SOAP (Simple Object Access Protocol) implementation for UPnP.
|
| org.cybergarage.upnp.control |
UPnP control and action invocation framework.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPResponse |
SOAPRequest.postMessage(String host,
int port) |
| Constructor and Description |
|---|
SOAPResponse(SOAPResponse soapRes) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionResponse
Represents a UPnP action control response.
|
class |
ControlResponse
Represents a UPnP control response.
|
class |
QueryResponse
Represents a UPnP query response.
|
| Constructor and Description |
|---|
ActionResponse(SOAPResponse soapRes)
Constructs an ActionResponse from a SOAP response.
|
ControlResponse(SOAPResponse soapRes)
Constructs a ControlResponse from a SOAP response.
|
QueryResponse(SOAPResponse soapRes)
Constructs a QueryResponse from a SOAP response.
|