| Frames | No Frames |
Classes derived from org.apache.axis.message.SOAPHandler | |
| class | Class XmlBeanDeserializer
|
Classes derived from org.apache.axis.message.SOAPHandler | |
| class | Castor deserializer
|
| class | Castor deserializer
|
Classes derived from org.apache.axis.message.SOAPHandler | |
| class | |
| class | The EnvelopeBuilder is responsible for parsing the top-level
SOAP envelope stuff (Envelope, Body, Header), and spawning off
HeaderBuilder and BodyBuilders. |
| class | |
| class | |
| class | This is the SOAPHandler which is called for each RPC parameter as we're
deserializing the XML for a method call or return. |
| class | Build a Fault body element. |
| class | Build a Fault body element. |
| class | Handle deserializing fault details. |
| class | Parser for the fault Reason element and its associated Text elements. |
Constructors with parameter type org.apache.axis.message.SOAPHandler | |
Methods with return type org.apache.axis.message.SOAPHandler | |
| 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) |
Classes derived from org.apache.axis.message.SOAPHandler | |
| class | An ArrayDeserializer handles deserializing SOAP
arrays. |
| class | Deserializer for Base64
|
| class | General purpose deserializer for an arbitrary java bean. |
| class | The CalendarSerializer deserializes a dateTime. |
| class | The DateSerializer deserializes a Date. |
| class | Deserializer for DOM Document
|
| class | Deserializer for DOM elements
|
| class | Deserializer for a JAX-RPC enum. |
| class | Deserializer for hexBinary. |
| class | ImageDataHandler Deserializer
Modified by Russell Butek <butek@us.ibm.com>
|
| class | JAFDataHandler Serializer
|
| class | |
| class | MimeMultipartDataHandler Deserializer
|
| class | application/octet-stream DataHandler Deserializer
Modified by Davanum Srinivas <dims@yahoo.com>
|
| class | text/plain DataHandler Deserializer
Modified by Russell Butek <butek@us.ibm.com>
|
| class | The DateSerializer deserializes a Date. |
| class | A deserializer for any simple type with a (String) constructor. |
| class | Deserializer for
|
| class | SourceDataHandler Deserializer
Modified by Russell Butek <butek@us.ibm.com>
|
| class | The TimeSerializer deserializes a time. |
| class | Deserializer for SOAP Vectors for compatibility with SOAP 2.2. |
Methods with return type org.apache.axis.message.SOAPHandler | |
| 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. |
Classes derived from org.apache.axis.message.SOAPHandler | |
| class | The Deserializer base class. |
Constructors with parameter type org.apache.axis.message.SOAPHandler | |
Construct Deserializer using MessageContext and EnvelopeBuilder handler
| |
Methods with parameter type org.apache.axis.message.SOAPHandler | |
| void |
Management of sub-handlers (deserializers)
|
| void | Replace the handler at the top of the stack. |
Methods with return type org.apache.axis.message.SOAPHandler | |
| 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. |
| SOAPHandler | |