com.esri.arcgis.server
Class Marshaller

java.lang.Object
  extended by com.esri.arcgis.server.Marshaller

public class Marshaller
extends Object


Method Summary
 String marshalArcObject(Object result, Class clsDef, boolean isArray)
           
 String marshalJavaString(Object result, boolean isArray)
           
 String marshalPojo(Object result, Class clsDef, boolean isArray)
           
 String marshalPrimitive(Object result, Class clsDef, boolean isArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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