org.globus.ogsa.encoding
Class ObjectDeserializationContext

java.lang.Object
  extended byDeserializationContextImpl
      extended byorg.globus.ogsa.encoding.ObjectDeserializationContext

public class ObjectDeserializationContext
extends DeserializationContextImpl

See Also:
Serialized Form

Constructor Summary
ObjectDeserializationContext(org.w3c.dom.Element element)
           
ObjectDeserializationContext(org.w3c.dom.Element element, java.lang.Class javaClass)
           
 
Method Summary
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectDeserializationContext

public ObjectDeserializationContext(org.w3c.dom.Element element)
                             throws GridServiceException

ObjectDeserializationContext

public ObjectDeserializationContext(org.w3c.dom.Element element,
                                    java.lang.Class javaClass)
                             throws GridServiceException
Method Detail

getValue

public java.lang.Object getValue()