Frames | No Frames |
Methods with parameter type org.apache.axis.encoding.DeserializationContext | |
void | endElement is called when the end element tag is reached. |
void | endElement is called when the end element tag is reached. |
void | onEndElement is called by endElement. |
void | 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. |
Methods with parameter type org.apache.axis.encoding.DeserializationContext | |
void | XmlBeanDeserializer.onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) |
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 | |
void | |
void | Final call back where we can populate the exception with data. |
void | |
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 | |
void | |
void | |
void | |
void | |
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
|
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 | |
void | 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 | 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) |
Methods with parameter type org.apache.axis.encoding.DeserializationContext | |
void | Return something even if no characters were found. |
void | CastorEnumTypeDeserializer.onEndElement(String namespace, String localName, DeserializationContext context) |