Uses of Class
org.apache.axis.encoding.DeserializationContext
Packages that use DeserializationContext
Package
Description
-
Uses of DeserializationContext in org.apache.axis.encoding
Methods in org.apache.axis.encoding with parameters of type DeserializationContextModifier and TypeMethodDescriptionvoidDeserializer.endElement(String namespace, String localName, DeserializationContext context) endElement is called when the end element tag is reached.final voidDeserializerImpl.endElement(String namespace, String localName, DeserializationContext context) endElement is called when the end element tag is reached.voidDeserializer.onEndElement(String namespace, String localName, DeserializationContext context) onEndElement is called by endElement.voidDeserializerImpl.onEndElement(String namespace, String localName, DeserializationContext context) onEndElement is called by endElement.Deserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) onStartChild is called on each child element.DeserializerImpl.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) onStartChild is called on each child element.voidDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) This method is invoked after startElement when the element requires deserialization (i.e.voidDeserializerImpl.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) This method is invoked after startElement when the element requires deserialization (i.e.voidDeserializer.startElement(String namespace, String localName, String qName, Attributes attributes, DeserializationContext context) This method is invoked when an element start tag is encountered.voidDeserializerImpl.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) This method is invoked when an element start tag is encountered. -
Uses of DeserializationContext in org.apache.axis.encoding.ser
Fields in org.apache.axis.encoding.ser declared as DeserializationContextMethods in org.apache.axis.encoding.ser with parameters of type DeserializationContextModifier and TypeMethodDescriptionprotected DeserializerBeanDeserializer.getDeserializer(QName xmlType, Class javaType, String href, DeserializationContext context) Get the Deserializer for the attribute or child element.voidArrayDeserializer.onEndChild(String namespace, String localName, DeserializationContext context) voidBeanDeserializer.onEndElement(String namespace, String localName, DeserializationContext context) final voidDocumentDeserializer.onEndElement(String namespace, String localName, DeserializationContext context) final voidElementDeserializer.onEndElement(String namespace, String localName, DeserializationContext context) voidSimpleDeserializer.onEndElement(String namespace, String localName, DeserializationContext context) Append any characters to the value.voidSimpleListDeserializer.onEndElement(String namespace, String localName, DeserializationContext context) Append any characters to the value.ArrayDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) onStartChild is called on each child element.BeanDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Deserializer interface called on each child element encountered in the XML stream.JAFDataHandlerDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Deserializer interface called on each child element encountered in the XML stream.MapDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) onStartChild is called on each child element.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.SimpleListDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) There should not be nested elements, so thow and exception if this occurs.VectorDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) onStartChild is called on each child element.voidArrayDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) This method is invoked after startElement when the element requires deserialization (i.e.voidBeanDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Set the bean properties that correspond to element attributes.voidMapDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) This method is invoked after startElement when the element requires deserialization (i.e.voidQNameDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidSimpleDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Set the bean properties that correspond to element attributes.voidSimpleListDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Set the bean properties that correspond to element attributes.voidVectorDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) This method is invoked after startElement when the element requires deserialization (i.e.voidBeanDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) startElement The ONLY reason that this method is overridden is so that the object value can be set or a reasonable exception is thrown indicating that the object cannot be created.voidImageDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidJAFDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidMimeMultipartDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidOctetStreamDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidPlainTextDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidSourceDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) -
Uses of DeserializationContext in org.apache.axis.encoding.ser.castor
Methods in org.apache.axis.encoding.ser.castor with parameters of type DeserializationContextModifier and TypeMethodDescriptionvoidCastorDeserializer.onEndElement(String namespace, String localName, DeserializationContext context) Return something even if no characters were found.voidCastorEnumTypeDeserializer.onEndElement(String namespace, String localName, DeserializationContext context) -
Uses of DeserializationContext in org.apache.axis.encoding.ser.xbeans
Methods in org.apache.axis.encoding.ser.xbeans with parameters of type DeserializationContextModifier and TypeMethodDescriptionvoidXmlBeanDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) -
Uses of DeserializationContext in org.apache.axis.message
Fields in org.apache.axis.message declared as DeserializationContextModifier and TypeFieldDescriptionprotected DeserializationContextMessageElement.contextprotected DeserializationContextSOAPFaultBuilder.contextMethods in org.apache.axis.message that return DeserializationContextModifier and TypeMethodDescriptionMessageElement.getDeserializationContext()Retrieve the DeserializationContext associated with this MessageElementMethods in org.apache.axis.message with parameters of type DeserializationContextModifier and TypeMethodDescriptionvoidEnvelopeBuilder.endElement(String namespace, String localName, DeserializationContext context) voidRPCHandler.endElement(String namespace, String localName, DeserializationContext context) voidSOAPFaultBuilder.endElement(String namespace, String localName, DeserializationContext context) Final call back where we can populate the exception with data.voidSOAPHandler.endElement(String namespace, String localName, DeserializationContext context) BodyBuilder.makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) SOAPHandler.makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidBodyBuilder.onEndChild(String namespace, String localName, DeserializationContext context) voidEnvelopeBuilder.onEndChild(String namespace, String localName, DeserializationContext context) voidHeaderBuilder.onEndChild(String namespace, String localName, DeserializationContext context) voidSOAPFaultBuilder.onEndChild(String namespace, String localName, DeserializationContext context) voidSOAPHandler.onEndChild(String namespace, String localName, DeserializationContext context) BodyBuilder.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) EnvelopeBuilder.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) EnvelopeHandler.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) HeaderBuilder.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) 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).SOAPFaultBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context) SOAPFaultCodeBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context) SOAPFaultDetailsBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context) SOAPFaultReasonBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context) SOAPHandler.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidBodyBuilder.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidEnvelopeBuilder.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidHeaderBuilder.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidRPCHandler.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) This method is invoked when an element start tag is encountered.voidSOAPFaultBuilder.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidSOAPFaultDetailsBuilder.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidSOAPHandler.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Constructors in org.apache.axis.message with parameters of type DeserializationContextModifierConstructorDescriptionMessageElement(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context) Advanced constructor used for deserialization.RPCElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context, OperationDesc[] operations) SOAPBody(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context, SOAPConstants soapConsts) SOAPBodyElement(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context) SOAPFault(String namespace, String localName, String prefix, Attributes attrs, DeserializationContext context) SOAPFaultBuilder(SOAPFault element, DeserializationContext context) SOAPHeader(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context, SOAPConstants soapConsts) SOAPHeaderElement(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)