er.rest.format
Class ERXJSONRestParser
java.lang.Object
er.rest.format.ERXJSONRestParser
- All Implemented Interfaces:
- IERXRestParser
public class ERXJSONRestParser
- extends java.lang.Object
- implements IERXRestParser
ERXJSONRestRequestParser is an implementation of the IERXRestRequestParser interface that supports JSON document
requests.
- Author:
- mschrag
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERXJSONRestParser
public ERXJSONRestParser()
createRequestNodeForJSON
public static ERXRestRequestNode createRequestNodeForJSON(java.lang.String name,
net.sf.json.JSON json,
boolean rootNode,
ERXRestFormat.Delegate delegate)
parseRestRequest
@Deprecated
public ERXRestRequestNode parseRestRequest(com.webobjects.appserver.WORequest request,
ERXRestFormat.Delegate delegate)
- Deprecated.
parseRestRequest
@Deprecated
public ERXRestRequestNode parseRestRequest(java.lang.String contentStr,
ERXRestFormat.Delegate delegate)
- Deprecated.
parseRestRequest
public ERXRestRequestNode parseRestRequest(IERXRestRequest request,
ERXRestFormat.Delegate delegate)
- Specified by:
parseRestRequest
in interface IERXRestParser
Copyright © 2002 – 2007 Project Wonder.