|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sbbi.upnp.messages.UPNPMessageFactory
Factory to create UPNP messages to access and communicate with a given UPNPDevice service capabilities
Method Summary | |
ActionMessage |
getMessage(java.lang.String serviceActionName)
Creation of a new ActionMessage to communicate with the UPNP device |
static UPNPMessageFactory |
getNewInstance(UPNPService service)
Generate a new factory instance for a given device service definition object |
StateVariableMessage |
getStateVariableMessage(java.lang.String serviceStateVariable)
Creation of a new StateVariableMessage to communicate with the UPNP device, for a service state variable query |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static UPNPMessageFactory getNewInstance(UPNPService service)
service
- the UPNP service definition object for messages creation
public ActionMessage getMessage(java.lang.String serviceActionName)
serviceActionName
- the name of a service action, this name is case sensitive
and matches exactly the name provided by the UPNP device in the XML definition file
public StateVariableMessage getStateVariableMessage(java.lang.String serviceStateVariable)
serviceStateVariable
- the name of a service state variable, this name is case sensitive
and matches exactly the name provided by the UPNP device in the XML definition file
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |