public class HeaderBuilder extends SOAPHandler
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
myElement
Modifier and Type | Method and Description |
---|---|
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, makeNewElement
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 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.