com.esri.arcgis.server
Class Marshaller
java.lang.Object
com.esri.arcgis.server.Marshaller
public class Marshaller
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
marshalPrimitive
public String marshalPrimitive(Object result,
Class clsDef,
boolean isArray)
throws Exception
- Throws:
Exception
marshalJavaString
public String marshalJavaString(Object result,
boolean isArray)
throws Exception
- Throws:
Exception
marshalPojo
public String marshalPojo(Object result,
Class clsDef,
boolean isArray)
throws Exception
- Throws:
Exception
marshalArcObject
public String marshalArcObject(Object result,
Class clsDef,
boolean isArray)
throws Exception
- Throws:
Exception