org.apache.axis.message
public class BodyBuilder extends SOAPHandler
| Field Summary | |
|---|---|
| protected static Log | log |
| Method Summary | |
|---|---|
| MessageElement | makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) |
| 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 |
| SOAPHandler | onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) |
| void | startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) |