| 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)Post a SOAP message to the target host and port. |
| Constructor and Description |
|---|
SOAPResponse(SOAPResponse soapRes)SOAPResponse. |
| Modifier and Type | Class and Description |
|---|---|
class | ActionResponseRepresents a UPnP action control response. |
class | ControlResponseRepresents a UPnP control response. |
class | QueryResponseRepresents 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. |