public class SOAPHandler extends org.xml.sax.helpers.DefaultHandler
Modifier and Type | Field and Description |
---|---|
MessageElement |
myElement |
Constructor and Description |
---|
SOAPHandler() |
SOAPHandler(MessageElement[] elements,
int index)
This constructor allows deferred setting of any elements
|
Modifier and Type | Method and Description |
---|---|
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) |
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public MessageElement myElement
public SOAPHandler()
public SOAPHandler(MessageElement[] elements, int index)
elements
- array of message elements to be populatedindex
- position in array where the message element is to be createdpublic void startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
SAXException
public MessageElement makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws AxisFault
AxisFault
public void endElement(String namespace, String localName, DeserializationContext context) throws SAXException
SAXException
public SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
SAXException
public void onEndChild(String namespace, String localName, DeserializationContext context) throws SAXException
SAXException
public void characters(char[] chars, int start, int end) throws SAXException
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
SAXException
Copyright © The Apache Software Foundation. All Rights Reserved.