Uses of Class
org.apache.axis.message.SOAPHandler
Packages that use SOAPHandler
Package
Description
-
Uses of SOAPHandler in org.apache.axis.encoding
Subclasses of SOAPHandler in org.apache.axis.encodingMethods in org.apache.axis.encoding that return SOAPHandlerModifier and TypeMethodDescriptionDeserializer.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.DeserializationContext.popElementHandler()
Methods in org.apache.axis.encoding with parameters of type SOAPHandlerModifier and TypeMethodDescriptionvoid
DeserializationContext.pushElementHandler
(SOAPHandler handler) Management of sub-handlers (deserializers)void
DeserializationContext.replaceElementHandler
(SOAPHandler handler) Replace the handler at the top of the stack.Constructors in org.apache.axis.encoding with parameters of type SOAPHandlerModifierConstructorDescriptionDeserializationContext
(MessageContext ctx, SOAPHandler initialHandler) Construct Deserializer using MessageContext and EnvelopeBuilder handler -
Uses of SOAPHandler in org.apache.axis.encoding.ser
Subclasses of SOAPHandler in org.apache.axis.encoding.serModifier and TypeClassDescriptionclass
An ArrayDeserializer handles deserializing SOAP arrays.class
Deserializer for Base64class
General purpose deserializer for an arbitrary java bean.class
The CalendarSerializer deserializes a dateTime.class
The DateSerializer deserializes a Date.class
Deserializer for DOM Documentclass
Deserializer for DOM elementsclass
Deserializer for a JAX-RPC enum.class
Deserializer for hexBinary.class
ImageDataHandler Deserializer Modified by Russell Butek invalid input: '<'butek@us.ibm.com>class
JAFDataHandler Serializerclass
class
MimeMultipartDataHandler Deserializerclass
application/octet-stream DataHandler Deserializer Modified by Davanum Srinivas invalid input: '<'dims@yahoo.com>class
text/plain DataHandler Deserializer Modified by Russell Butek invalid input: '<'butek@us.ibm.com>class
The DateSerializer deserializes a Date.class
A deserializer for any simple type with a (String) constructor.class
Deserializer for invalid input: '<'xsd:simpleType ...> invalid input: '<'xsd:list itemType="..."> invalid input: '<'/xsd:simpleType> based on SimpleDeserializerclass
SourceDataHandler Deserializer Modified by Russell Butek invalid input: '<'butek@us.ibm.com>class
The TimeSerializer deserializes a time.class
Deserializer for SOAP Vectors for compatibility with SOAP 2.2.Methods in org.apache.axis.encoding.ser that return SOAPHandlerModifier and TypeMethodDescriptionArrayDeserializer.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. -
Uses of SOAPHandler in org.apache.axis.encoding.ser.castor
Subclasses of SOAPHandler in org.apache.axis.encoding.ser.castorModifier and TypeClassDescriptionclass
Castor deserializerclass
Castor deserializer -
Uses of SOAPHandler in org.apache.axis.encoding.ser.xbeans
Subclasses of SOAPHandler in org.apache.axis.encoding.ser.xbeans -
Uses of SOAPHandler in org.apache.axis.message
Subclasses of SOAPHandler in org.apache.axis.messageModifier and TypeClassDescriptionclass
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.Methods in org.apache.axis.message that return SOAPHandlerModifier and TypeMethodDescriptionBodyBuilder.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) Constructors in org.apache.axis.message with parameters of type SOAPHandler