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

Uses in package org.apache.axis.encoding.ser

Fields of type org.apache.axis.encoding.DeserializationContext

DeserializationContext

Methods with parameter type org.apache.axis.encoding.DeserializationContext

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)
onEndElement is called by endElement.
void
DocumentDeserializer.onEndElement(String namespace, String localName, DeserializationContext context)
void
ElementDeserializer.onEndElement(String namespace, String localName, DeserializationContext context)
onEndElement is called by endElement.
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.
SOAPHandler
ArrayDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
onStartChild is called on each child element.
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.
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.
SOAPHandler
MapDeserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
onStartChild is called on each child element.
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.
SOAPHandler
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.
SOAPHandler
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)
Set the bean properties that correspond to element attributes.
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)
This method is invoked when an element start tag is encountered.
void
JAFDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
This method is invoked when an element start tag is encountered.
void
MimeMultipartDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
This method is invoked when an element start tag is encountered.
void
OctetStreamDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
This method is invoked when an element start tag is encountered.
void
PlainTextDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
This method is invoked when an element start tag is encountered.
void
SourceDataHandlerDeserializer.startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)

Uses in package org.apache.axis.message

Constructors with parameter type org.apache.axis.encoding.DeserializationContext

MessageElement.MessageElement(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
Advanced constructor used for deserialization.
RPCElement.RPCElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context, OperationDesc[] operations)
SOAPBody.SOAPBody(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)
SOAPBodyElement.SOAPBodyElement(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
SOAPFault.SOAPFault(String namespace, String localName, String prefix, Attributes attrs, DeserializationContext context)
Advanced constructor used for deserialization.
SOAPHeader.SOAPHeader(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)
SOAPHeaderElement.SOAPHeaderElement(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
Advanced constructor used for deserialization.

Fields of type org.apache.axis.encoding.DeserializationContext

DeserializationContext
DeserializationContext

Methods with parameter type org.apache.axis.encoding.DeserializationContext

void
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)
MessageElement
BodyBuilder.makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
MessageElement
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)
SOAPHandler
BodyBuilder.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
SOAPHandler
EnvelopeBuilder.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
SOAPHandler
EnvelopeHandler.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
SOAPHandler
HeaderBuilder.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
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).
SOAPHandler
SOAPFaultBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)
SOAPHandler
SOAPFaultCodeBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)
SOAPHandler
SOAPFaultDetailsBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)
SOAPHandler
SOAPFaultReasonBuilder.onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)
SOAPHandler
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)

Methods with return type org.apache.axis.encoding.DeserializationContext

DeserializationContext
Retrieve the DeserializationContext associated with this MessageElement

Uses in package org.apache.axis.encoding

Methods with parameter type org.apache.axis.encoding.DeserializationContext

void
Deserializer.endElement(String namespace, String localName, DeserializationContext context)
endElement is called when the end element tag is reached.
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.
SOAPHandler
Deserializer.onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
onStartChild is called on each child element.
SOAPHandler
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 in package org.apache.axis.encoding.ser.castor

Methods with parameter type org.apache.axis.encoding.DeserializationContext

void
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 in package org.apache.axis.encoding.ser.xbeans

Methods with parameter type org.apache.axis.encoding.DeserializationContext

void
XmlBeanDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.