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 TypeMethodDescriptionvoidDeserializationContext.pushElementHandler(SOAPHandler handler) Management of sub-handlers (deserializers)voidDeserializationContext.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 TypeClassDescriptionclassAn ArrayDeserializer handles deserializing SOAP arrays.classDeserializer for Base64classGeneral purpose deserializer for an arbitrary java bean.classThe CalendarSerializer deserializes a dateTime.classThe DateSerializer deserializes a Date.classDeserializer for DOM DocumentclassDeserializer for DOM elementsclassDeserializer for a JAX-RPC enum.classDeserializer for hexBinary.classImageDataHandler Deserializer Modified by Russell Butek invalid input: '<'butek@us.ibm.com>classJAFDataHandler SerializerclassclassMimeMultipartDataHandler Deserializerclassapplication/octet-stream DataHandler Deserializer Modified by Davanum Srinivas invalid input: '<'dims@yahoo.com>classtext/plain DataHandler Deserializer Modified by Russell Butek invalid input: '<'butek@us.ibm.com>classThe DateSerializer deserializes a Date.classA deserializer for any simple type with a (String) constructor.classDeserializer for invalid input: '<'xsd:simpleType ...> invalid input: '<'xsd:list itemType="..."> invalid input: '<'/xsd:simpleType> based on SimpleDeserializerclassSourceDataHandler Deserializer Modified by Russell Butek invalid input: '<'butek@us.ibm.com>classThe TimeSerializer deserializes a time.classDeserializer 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 TypeClassDescriptionclassCastor deserializerclassCastor 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 TypeClassDescriptionclassclassThe EnvelopeBuilder is responsible for parsing the top-level SOAP envelope stuff (Envelope, Body, Header), and spawning off HeaderBuilder and BodyBuilders.classclassclassThis is the SOAPHandler which is called for each RPC parameter as we're deserializing the XML for a method call or return.classBuild a Fault body element.classBuild a Fault body element.classHandle deserializing fault details.classParser 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