public class RPCHandler extends SOAPHandler
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
myElement
Constructor and Description |
---|
RPCHandler(RPCElement rpcElem,
boolean isResponse) |
Modifier and Type | Method and Description |
---|---|
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.
|
characters, makeNewElement, onEndChild
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public RPCHandler(RPCElement rpcElem, boolean isResponse) throws SAXException
SAXException
public void setOperation(OperationDesc myOperation)
public void setHeaderElement(boolean value)
value
- boolean indicating whether
header elements are being processed.public void startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
startElement
in class SOAPHandler
namespace
- is the namespace of the elementlocalName
- is the name of the elementprefix
- is the prefix of the elementattributes
- are the attributes on the element...used to get the typecontext
- is the DeserializationContextSAXException
public SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
onStartChild
in class SOAPHandler
SAXException
public void endElement(String namespace, String localName, DeserializationContext context) throws SAXException
endElement
in class SOAPHandler
SAXException
Copyright © The Apache Software Foundation. All Rights Reserved.