org.globus.wsrf.encoding
Class TopicExpressionDeserializer

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.apache.axis.message.SOAPHandler
          extended byorg.apache.axis.encoding.DeserializerImpl
              extended byorg.globus.wsrf.encoding.DialectDependentDeserializer
                  extended byorg.globus.wsrf.encoding.TopicExpressionDeserializer
All Implemented Interfaces:
org.apache.axis.encoding.Callback, org.xml.sax.ContentHandler, javax.xml.rpc.encoding.Deserializer, org.apache.axis.encoding.Deserializer, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, java.io.Serializable

public class TopicExpressionDeserializer
extends DialectDependentDeserializer

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.globus.wsrf.encoding.DialectDependentDeserializer
 
Field Summary
private static javax.xml.namespace.QName ATTR
           
private static org.apache.axis.types.URI CONCRETE_TOPIC_DIALECT
           
private static org.apache.axis.types.URI FULL_TOPIC_DIALECT
           
private static org.apache.axis.types.URI SIMPLE_TOPIC_DIALECT
           
 
Fields inherited from class org.globus.wsrf.encoding.DialectDependentDeserializer
attributeName, deserializerFactories, failOnError, javaType, logger, typeMappingName
 
Fields inherited from class org.apache.axis.encoding.DeserializerImpl
componentsReadyFlag, defaultType, id, isEnded, isHref, isNil, log, targets, value
 
Fields inherited from class org.apache.axis.message.SOAPHandler
myElement
 
Constructor Summary
TopicExpressionDeserializer()
           
 
Methods inherited from class org.globus.wsrf.encoding.DialectDependentDeserializer
onStartElement, registerDeserializerFactory, unregisterDeserializerFactory
 
Methods inherited from class org.apache.axis.encoding.DeserializerImpl
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, onEndElement, onStartChild, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, setValue, startElement, valueComplete
 
Methods inherited from class org.apache.axis.message.SOAPHandler
characters, makeNewElement, onEndChild
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR

private static final javax.xml.namespace.QName ATTR

SIMPLE_TOPIC_DIALECT

private static final org.apache.axis.types.URI SIMPLE_TOPIC_DIALECT

CONCRETE_TOPIC_DIALECT

private static final org.apache.axis.types.URI CONCRETE_TOPIC_DIALECT

FULL_TOPIC_DIALECT

private static final org.apache.axis.types.URI FULL_TOPIC_DIALECT
Constructor Detail

TopicExpressionDeserializer

public TopicExpressionDeserializer()