Uses of Class
org.cybergarage.soap.SOAPResponse

Packages that use SOAPResponse
org.cybergarage.soap   
org.cybergarage.upnp.control   
 

Uses of SOAPResponse in org.cybergarage.soap
 

Methods in org.cybergarage.soap that return SOAPResponse
 SOAPResponse SOAPRequest.postMessage(java.lang.String host, int port)
           
 SOAPResponse SOAPRequest.postMessage(java.lang.String host, int port)
           
 

Constructors in org.cybergarage.soap with parameters of type SOAPResponse
SOAPResponse(SOAPResponse soapRes)
           
SOAPResponse(SOAPResponse soapRes)
           
 

Uses of SOAPResponse in org.cybergarage.upnp.control
 

Subclasses of SOAPResponse in org.cybergarage.upnp.control
 class ActionResponse
           
 class ControlResponse
           
 class QueryResponse
           
 

Constructors in org.cybergarage.upnp.control with parameters of type SOAPResponse
ActionResponse(SOAPResponse soapRes)
           
ActionResponse(SOAPResponse soapRes)
           
ControlResponse(SOAPResponse soapRes)
           
ControlResponse(SOAPResponse soapRes)
           
QueryResponse(SOAPResponse soapRes)
           
QueryResponse(SOAPResponse soapRes)