org.apache.axis.message

Class BodyBuilder

public class BodyBuilder extends SOAPHandler

Author: Glen Daniels (gdaniels@allaire.com)

Field Summary
protected static Loglog
Method Summary
MessageElementmakeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
voidonEndChild(String namespace, String localName, DeserializationContext context)
Now we make a plain SOAPBodyElement IF we either: a) have an non-root element, or b) have a non-RPC service
SOAPHandleronStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
voidstartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)

Field Detail

log

protected static Log log

Method Detail

makeNewElement

public MessageElement makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)

onEndChild

public void onEndChild(String namespace, String localName, DeserializationContext context)
Now we make a plain SOAPBodyElement IF we either: a) have an non-root element, or b) have a non-RPC service

onStartChild

public SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)

startElement

public void startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.