|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sbbi.upnp.messages.StateVariableMessage
This class is used to create state variable messages to comminicate with the device
Method Summary | |
StateVariableResponse |
service()
Executes the state variable query and retuns the UPNP device response, according to the UPNP specs, this method could take up to 30 secs to process ( time allowed for a device to respond to a request ) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public StateVariableResponse service() throws java.io.IOException, UPNPResponseException
java.io.IOException
- if some IOException occurs during message send and reception process
UPNPResponseException
- if an UPNP error message is returned from the server
or if some parsing exception occurs ( detailErrorCode = 899, detailErrorDescription = SAXException message )
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |