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 TypeMethodDescriptionvoid
Deserializer.endElement
(String namespace, String localName, DeserializationContext context) endElement is called when the end element tag is reached.final void
DeserializerImpl.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.void
DeserializerImpl.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.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.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.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
DeserializerImpl.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 Deserializer
BeanDeserializer.getDeserializer
(QName xmlType, Class javaType, String href, DeserializationContext context) Get the Deserializer for the attribute or child element.void
ArrayDeserializer.onEndChild
(String namespace, String localName, DeserializationContext context) void
BeanDeserializer.onEndElement
(String namespace, String localName, DeserializationContext context) final void
DocumentDeserializer.onEndElement
(String namespace, String localName, DeserializationContext context) final void
ElementDeserializer.onEndElement
(String namespace, String localName, DeserializationContext context) void
SimpleDeserializer.onEndElement
(String namespace, String localName, DeserializationContext context) Append any characters to the value.void
SimpleListDeserializer.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.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.void
BeanDeserializer.onStartElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Set the bean properties that correspond to element attributes.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.void
QNameDeserializer.onStartElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) void
SimpleDeserializer.onStartElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Set the bean properties that correspond to element attributes.void
SimpleListDeserializer.onStartElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Set the bean properties that correspond to element attributes.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.void
BeanDeserializer.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.void
ImageDataHandlerDeserializer.startElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) void
JAFDataHandlerDeserializer.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
OctetStreamDataHandlerDeserializer.startElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) void
PlainTextDataHandlerDeserializer.startElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) void
SourceDataHandlerDeserializer.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 TypeMethodDescriptionvoid
CastorDeserializer.onEndElement
(String namespace, String localName, DeserializationContext context) Return something even if no characters were found.void
CastorEnumTypeDeserializer.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 TypeMethodDescriptionvoid
XmlBeanDeserializer.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 DeserializationContext
MessageElement.context
protected DeserializationContext
SOAPFaultBuilder.context
Methods 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 TypeMethodDescriptionvoid
EnvelopeBuilder.endElement
(String namespace, String localName, DeserializationContext context) void
RPCHandler.endElement
(String namespace, String localName, DeserializationContext context) void
SOAPFaultBuilder.endElement
(String namespace, String localName, DeserializationContext context) Final call back where we can populate the exception with data.void
SOAPHandler.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) void
BodyBuilder.onEndChild
(String namespace, String localName, DeserializationContext context) void
EnvelopeBuilder.onEndChild
(String namespace, String localName, DeserializationContext context) void
HeaderBuilder.onEndChild
(String namespace, String localName, DeserializationContext context) void
SOAPFaultBuilder.onEndChild
(String namespace, String localName, DeserializationContext context) void
SOAPHandler.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) void
BodyBuilder.startElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) void
EnvelopeBuilder.startElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) void
HeaderBuilder.startElement
(String namespace, String localName, String prefix, Attributes attributes, 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.void
SOAPFaultBuilder.startElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) void
SOAPFaultDetailsBuilder.startElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) void
SOAPHandler.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)