org.apache.axis.message
public class RPCHandler extends SOAPHandler
Field Summary | |
---|---|
protected static Log | log |
Constructor Summary | |
---|---|
RPCHandler(RPCElement rpcElem, boolean isResponse) |
Method Summary | |
---|---|
void | endElement(String namespace, String localName, DeserializationContext context) |
SOAPHandler | onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
Register the start of a parameter (child element of the method call
element).
|
void | setHeaderElement(boolean value)
Indicate RPCHandler is processing header elements |
void | setOperation(OperationDesc myOperation) |
void | startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
This method is invoked when an element start tag is encountered.
|
Parameters: value boolean indicating whether header elements are being processed.
Parameters: namespace is the namespace of the element localName is the name of the element prefix is the prefix of the element attributes are the attributes on the element...used to get the type context is the DeserializationContext