org.globus.wsrf.encoding
Class ObjectDeserializationContext

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.apache.axis.encoding.DeserializationContextImpl
          extended byorg.globus.wsrf.encoding.ObjectDeserializationContext
All Implemented Interfaces:
ContentHandler, DeserializationContext, DeserializationContext, DTDHandler, EntityResolver, ErrorHandler, LexicalHandler

public class ObjectDeserializationContext
extends DeserializationContextImpl


Field Summary
 
Fields inherited from class org.apache.axis.encoding.DeserializationContextImpl
haveSeenSchemaNS, inputSource, log, msgContext, startOfMappingsPos
 
Constructor Summary
ObjectDeserializationContext(Element element)
           
ObjectDeserializationContext(Element element, Class javaClass)
           
ObjectDeserializationContext(MessageElement element)
           
ObjectDeserializationContext(MessageElement element, Class javaClass)
           
 
Method Summary
 Object getValue()
           
 
Methods inherited from class org.apache.axis.encoding.DeserializationContextImpl
addObjectById, characters, comment, deserializing, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, getCurElement, getCurrentNSMappings, getCurrentRecordPos, getDeserializer, getDeserializerForClass, getDeserializerForType, getDestinationClass, getDocumentLocator, getElementByID, getEnvelope, getMessageContext, getNamespaceURI, getObjectByRef, getQNameFromString, getRecorder, getStartOfMappingsPos, getTypeFromAttributes, getTypeFromXSITypeAttr, getTypeMapping, getTypeMappingRegistry, ignorableWhitespace, isDoneParsing, isNil, isProcessingRef, parse, popElementHandler, processingInstruction, pushElementHandler, pushNewElement, registerElementByID, registerFixup, registerResolverForID, replaceElementHandler, resolveEntity, setCurElement, setDestinationClass, setDocumentLocator, setProcessingRef, setRecorder, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
error, fatalError, notationDecl, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectDeserializationContext

public ObjectDeserializationContext(MessageElement element)
                             throws SerializationException

ObjectDeserializationContext

public ObjectDeserializationContext(MessageElement element,
                                    Class javaClass)
                             throws SerializationException

ObjectDeserializationContext

public ObjectDeserializationContext(Element element)
                             throws SerializationException

ObjectDeserializationContext

public ObjectDeserializationContext(Element element,
                                    Class javaClass)
                             throws SerializationException
Method Detail

getValue

public Object getValue()


Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.