public class BodyBuilder extends SOAPHandler
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
myElement
Modifier and Type | Method and Description |
---|---|
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) |
characters, endElement
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public void startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
startElement
in class SOAPHandler
SAXException
public MessageElement makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws AxisFault
makeNewElement
in class SOAPHandler
AxisFault
public SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
onStartChild
in class SOAPHandler
SAXException
public void onEndChild(String namespace, String localName, DeserializationContext context)
onEndChild
in class SOAPHandler
Copyright © The Apache Software Foundation. All Rights Reserved.