org.apache.felix.upnp.basedriver.util
Class Converter
java.lang.Object
org.apache.felix.upnp.basedriver.util.Converter
public class Converter
- extends Object
- Author:
- Felix Project Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Converter
public Converter()
toString
public static String toString(Object value,
String upnpType)
throws Exception
- Parameters:
value
- Object that contain the valueupnpType
- String conating the UPnP Type of the Object
- Returns:
- a String that contain the UPnP rappresentation of the value contained in Object
of type specified by typeUPnP
- Throws:
Exception
parseString
public static Object parseString(String value,
String upnpType)
throws Exception
- Parameters:
value
- upnpType
-
- Returns:
-
- Throws:
Exception
Copyright © 2011 Apache Software Foundation. All Rights Reserved.