站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

Uses of Interface org.apache.axis.encoding.DeserializationContext (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


Uses of Interface
org.apache.axis.encoding.DeserializationContext

Packages that use DeserializationContext
org.apache.axis.encoding   
org.apache.axis.encoding.ser   
org.apache.axis.message   
 

Uses of DeserializationContext in org.apache.axis.encoding
 

Classes in org.apache.axis.encoding that implement DeserializationContext
 class DeserializationContextImpl
           
 

Methods in org.apache.axis.encoding with parameters of type DeserializationContext
 void DeserializerImpl.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          This method is invoked when an element start tag is encountered.
 void DeserializerImpl.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          This method is invoked after startElement when the element requires deserialization (i.e.
 SOAPHandler DeserializerImpl.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          onStartChild is called on each child element.
 void DeserializerImpl.endElement(String namespace, String localName, DeserializationContext context)
          endElement is called when the end element tag is reached.
 void DeserializerImpl.onEndElement(String namespace, String localName, DeserializationContext context)
          onEndElement is called by endElement.
 void Deserializer.startElement(String namespace, String localName, String qName, Attributes attributes, DeserializationContext context)
          This method is invoked when an element start tag is encountered.
 void Deserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          This method is invoked after startElement when the element requires deserialization (i.e.
 SOAPHandler Deserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          onStartChild is called on each child element.
 void Deserializer.endElement(String namespace, String localName, DeserializationContext context)
          endElement is called when the end element tag is reached.
 void Deserializer.onEndElement(String namespace, String localName, DeserializationContext context)
          onEndElement is called by endElement.
 

Uses of DeserializationContext in org.apache.axis.encoding.ser
 

Methods in org.apache.axis.encoding.ser with parameters of type DeserializationContext
 void VectorDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          This method is invoked after startElement when the element requires deserialization (i.e.
 SOAPHandler VectorDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          onStartChild is called on each child element.
 void SourceDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 SOAPHandler SimpleDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          There should not be nested elements, so thow and exception if this occurs.
 void SimpleDeserializer.onEndElement(String namespace, String localName, DeserializationContext context)
          Append any characters to the value.
 void SimpleDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          Set the bean properties that correspond to element attributes.
 void QNameDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void PlainTextDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void OctetStreamDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void MimeMultipartDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void MapDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          This method is invoked after startElement when the element requires deserialization (i.e.
 SOAPHandler MapDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          onStartChild is called on each child element.
 void ListDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          This method is invoked after startElement when the element requires deserialization (i.e.
 void ListDeserializer.onEndElement(String namespace, String localName, DeserializationContext context)
          onEndElement is called by endElement.
 void JAFDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 SOAPHandler JAFDataHandlerDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          Deserializer interface called on each child element encountered in the XML stream.
 void ImageDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void HexDeserializer.onEndElement(String namespace, String localName, DeserializationContext context)
          Return something even if no characters were found.
 void ElementDeserializer.onEndElement(String namespace, String localName, DeserializationContext context)
           
 void DocumentDeserializer.onEndElement(String namespace, String localName, DeserializationContext context)
           
 void BeanDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          Set the bean properties that correspond to element attributes.
 SOAPHandler BeanDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          Deserializer interface called on each child element encountered in the XML stream.
 void BeanDeserializer.onEndElement(String namespace, String localName, DeserializationContext context)
          Check that we have a valid bean instance
protected  Deserializer BeanDeserializer.getDeserializer(javax.xml.namespace.QName xmlType, Class javaType, String href, DeserializationContext context)
          Get the Deserializer for the attribute or child element.
 void Base64Deserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void Base64Deserializer.onEndElement(String namespace, String localName, DeserializationContext context)
          Return something even if no characters were found.
 void ArrayDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          This method is invoked after startElement when the element requires deserialization (i.e.
 SOAPHandler ArrayDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          onStartChild is called on each child element.
 

Uses of DeserializationContext in org.apache.axis.message
 

Fields in org.apache.axis.message declared as DeserializationContext
protected  DeserializationContext SOAPFaultBuilder.context
           
protected  DeserializationContext SOAPElementAxisImpl.context
           
 

Methods in org.apache.axis.message with parameters of type DeserializationContext
 void SOAPHandler.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 SOAPElementAxisImpl SOAPHandler.makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void SOAPHandler.endElement(String namespace, String localName, DeserializationContext context)
           
 SOAPHandler SOAPHandler.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void SOAPHandler.onEndChild(String namespace, String localName, DeserializationContext context)
           
 SOAPHandler SOAPFaultReasonBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)
           
 void SOAPFaultDetailsBuilder.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 SOAPHandler SOAPFaultDetailsBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)
           
 SOAPHandler SOAPFaultCodeBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)
           
 void SOAPFaultBuilder.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void SOAPFaultBuilder.endElement(String namespace, String localName, DeserializationContext context)
          Final call back where we can populate the exception with data.
 SOAPHandler SOAPFaultBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)
           
 void SOAPFaultBuilder.onEndChild(String namespace, String localName, DeserializationContext context)
           
 void RPCHandler.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          This method is invoked when an element start tag is encountered.
 SOAPHandler RPCHandler.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
          Register the start of a parameter (child element of the method call element).
 void RPCHandler.endElement(String namespace, String localName, DeserializationContext context)
           
 SOAPHandler RPCElementHandler.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 SOAPElementAxisImpl RPCElementHandler.makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void HeaderBuilder.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 SOAPHandler HeaderBuilder.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void HeaderBuilder.onEndChild(String namespace, String localName, DeserializationContext context)
           
 SOAPHandler EnvelopeHandler.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void EnvelopeBuilder.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 SOAPHandler EnvelopeBuilder.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void EnvelopeBuilder.onEndChild(String namespace, String localName, DeserializationContext context)
           
 void EnvelopeBuilder.endElement(String namespace, String localName, DeserializationContext context)
           
 void BodyBuilder.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 SOAPElementAxisImpl BodyBuilder.makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 SOAPHandler BodyBuilder.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 void BodyBuilder.onEndChild(String namespace, String localName, DeserializationContext context)
           
 

Constructors in org.apache.axis.message with parameters of type DeserializationContext
SOAPHeaderElementImpl(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
           
SOAPHeaderElementAxisImpl(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
           
SOAPHeaderAxisImpl(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)
           
SOAPFaultImpl(String namespace, String localName, String prefix, Attributes attrs, DeserializationContext context)
           
SOAPFaultBuilder(SOAPFaultImpl element, DeserializationContext context)
           
SOAPElementAxisImpl(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
           
SOAPBodyImpl(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
           
SOAPBodyElementImpl(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
           
SOAPBodyElementAxisImpl(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
           
SOAPBodyAxisImpl(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)
           
RPCParamElementImpl(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
           
RPCElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context, OperationDesc[] operations)
           
DetailImpl(String namespace, String localName, String prefix, Attributes attrs, DeserializationContext context)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.