com.sun.grizzly.cometd.bayeux
Class VerbUtils
java.lang.Object
com.sun.grizzly.cometd.bayeux.VerbUtils
public class VerbUtils
- extends Object
This class unmarshal a JSON message into a Java Object.
- Author:
- Jeanfrancois Arcand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerbUtils
public VerbUtils()
parseRequest
public static List<Verb> parseRequest(Object verb)
parseResponse
public static List<Verb> parseResponse(Object verb)
parseMap
protected static VerbBase parseMap(Map map,
boolean isRequest)
Copyright © 2009 SUN Microsystems. All Rights Reserved.