org.apache.axis.message
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(java.lang.String namespace,
java.lang.String localName,
DeserializationContext context) |
SOAPHandler |
onStartChild(java.lang.String namespace,
java.lang.String localName,
java.lang.String prefix,
org.xml.sax.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(java.lang.String namespace,
java.lang.String localName,
java.lang.String prefix,
org.xml.sax.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 org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void setOperation(OperationDesc myOperation)
public void setHeaderElement(boolean value)
value - boolean indicating whether
header elements are being processed.public void startElement(java.lang.String namespace,
java.lang.String localName,
java.lang.String prefix,
org.xml.sax.Attributes attributes,
DeserializationContext context)
throws org.xml.sax.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 DeserializationContextorg.xml.sax.SAXExceptionpublic SOAPHandler onStartChild(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context) throws org.xml.sax.SAXException
onStartChild in class SOAPHandlerorg.xml.sax.SAXExceptionpublic void endElement(java.lang.String namespace,
java.lang.String localName,
DeserializationContext context)
throws org.xml.sax.SAXException
endElement in class SOAPHandlerorg.xml.sax.SAXExceptionCopyright ? 2005 Apache Web Services Project. All Rights Reserved.