org.apache.axis.message
Class SOAPHandler
DefaultHandler
org.apache.axis.message.SOAPHandler
public class SOAPHandler
extends DefaultHandler
A SOAPHandler
- Glen Daniels (gdaniels@allaire.com)
void | characters(char[] chars, int start, int end)
|
void | endElement(String namespace, String localName, DeserializationContext context)
|
MessageElement | makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
|
void | onEndChild(String namespace, String localName, DeserializationContext context)
|
SOAPHandler | onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
|
void | startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
|
SOAPHandler
public SOAPHandler()
SOAPHandler
public SOAPHandler(MessageElement[] elements,
int index)
This constructor allows deferred setting of any elements
elements
- array of message elements to be populatedindex
- position in array where the message element is to be created
characters
public void characters(char[] chars,
int start,
int end)
throws SAXException
endElement
public void endElement(String namespace,
String localName,
DeserializationContext context)
throws SAXException
onEndChild
public void onEndChild(String namespace,
String localName,
DeserializationContext context)
throws SAXException
onStartChild
public SOAPHandler onStartChild(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
throws SAXException
startElement
public void startElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
throws SAXException
Copyright © 2005 Apache Web Services Project. All Rights Reserved.