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, onEndChildendDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic RPCHandler(RPCElement rpcElem, boolean isResponse) throws SAXException
SAXExceptionpublic 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 SOAPHandlernamespace - 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 DeserializationContextSAXExceptionpublic SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
onStartChild in class SOAPHandlerSAXExceptionpublic void endElement(String namespace, String localName, DeserializationContext context) throws SAXException
endElement in class SOAPHandlerSAXExceptionCopyright © The Apache Software Foundation. All Rights Reserved.