org.apache.axis.message

Class HeaderBuilder


public class HeaderBuilder
extends SOAPHandler

Author:
Glen Daniels (gdaniels@allaire.com)

Field Summary

protected static Log
log

Fields inherited from class org.apache.axis.message.SOAPHandler

myElement

Method Summary

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)

Methods inherited from class org.apache.axis.message.SOAPHandler

characters, endElement, makeNewElement, onEndChild, onStartChild, startElement

Field Details

log

protected static Log log

Method Details

onEndChild

public void onEndChild(String namespace,
                       String localName,
                       DeserializationContext context)
Overrides:
onEndChild in interface SOAPHandler

onStartChild

public SOAPHandler onStartChild(String namespace,
                                String localName,
                                String prefix,
                                Attributes attributes,
                                DeserializationContext context)
            throws SAXException
Overrides:
onStartChild in interface SOAPHandler

startElement

public void startElement(String namespace,
                         String localName,
                         String prefix,
                         Attributes attributes,
                         DeserializationContext context)
            throws SAXException
Overrides:
startElement in interface SOAPHandler

Copyright © 2005 Apache Web Services Project. All Rights Reserved.