|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.ags.util.AGSLocalUtil
public class AGSLocalUtil
| Method Summary | |
|---|---|
static java.lang.Object |
createArcObjectFromStub(java.lang.Object stubObject,
com.esri.arcgis.server.IServerContext context)
Creates an instance of ArcObjects object from a com.esri.arcgisws stub. |
static java.lang.Object |
createStubFromArcObject(java.lang.Object arcObject,
java.lang.Class<?> stubClass,
com.esri.arcgis.server.IServerContext context)
Creates an com.esri.arcgisws stub from ArcObjects object. |
static java.lang.Object |
deserializeArcObject(java.lang.String xmlStr,
com.esri.arcgis.server.IServerContext context)
Deserializes an instance of ArcObjects object given its String representation and an instance of IServerContext. |
static java.lang.String |
getLocalServerVersion(com.esri.arcgis.server.IServerObjectManager serverObjectManager)
Given a instance of IServerObjectManager, returns a version of the server |
static java.lang.String |
serializeArcObject(java.lang.Object arcObject,
com.esri.arcgis.server.IServerContext context)
Serializes an ArcObjects object into a String using IServerContext instance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String getLocalServerVersion(com.esri.arcgis.server.IServerObjectManager serverObjectManager)
serverObjectManager - an instance of IServerObjectManager
public static java.lang.Object createArcObjectFromStub(java.lang.Object stubObject,
com.esri.arcgis.server.IServerContext context)
stubObject - an com.esri.arcgisws stubcontext - an instance of IServerContext
public static java.lang.Object createStubFromArcObject(java.lang.Object arcObject,
java.lang.Class<?> stubClass,
com.esri.arcgis.server.IServerContext context)
arcObject - ArcObjects object to be convertedstubClass - the class of resulting com.esri.arcgisws stubcontext - an instance of IServerContext
public static java.lang.Object deserializeArcObject(java.lang.String xmlStr,
com.esri.arcgis.server.IServerContext context)
xmlStr - object's String representationcontext - an instance of IServerContext
public static java.lang.String serializeArcObject(java.lang.Object arcObject,
com.esri.arcgis.server.IServerContext context)
arcObject - an ArcObjects object to be serializecontext - an instance of IServerContext
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||