Public Member Functions | Protected Member Functions | Private Attributes
org.apache.xmlrpc.parser.XmlRpcRequestParser Class Reference
Inheritance diagram for org.apache.xmlrpc.parser.XmlRpcRequestParser:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void characters (char[] pChars, int pOffset, int pLength) throws SAXException
void endElement (String pURI, String pLocalName, String pQName) throws SAXException
String getMethodName ()
List getParams ()
void startDocument () throws SAXException
void startElement (String pURI, String pLocalName, String pQName, Attributes pAttrs) throws SAXException
 XmlRpcRequestParser (XmlRpcStreamConfig pConfig, TypeFactory pTypeFactory)

Protected Member Functions

void addResult (Object pResult)

Private Attributes

boolean inMethodName
int level
String methodName
List params

Detailed Description

A SAX parser for an org.apache.xmlrpc.client.XmlRpcClient's request.

Definition at line 37 of file XmlRpcRequestParser.java.


Constructor & Destructor Documentation

Creates a new instance, which parses a clients request.

Parameters:
pConfigThe client configuration.
pTypeFactoryThe type factory.

Definition at line 47 of file XmlRpcRequestParser.java.


Member Function Documentation

void org.apache.xmlrpc.parser.XmlRpcRequestParser.addResult ( Object  pResult) [inline, protected, virtual]
void org.apache.xmlrpc.parser.XmlRpcRequestParser.characters ( char[]  pChars,
int  pOffset,
int  pLength 
) throws SAXException [inline]

Reimplemented from org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 64 of file XmlRpcRequestParser.java.

void org.apache.xmlrpc.parser.XmlRpcRequestParser.endElement ( String  pURI,
String  pLocalName,
String  pQName 
) throws SAXException [inline]

Reimplemented from org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 127 of file XmlRpcRequestParser.java.

Returns the method name being invoked.

Returns:
Requested method name.

Definition at line 173 of file XmlRpcRequestParser.java.

Returns the parameter list.

Returns:
Parameter list.

Definition at line 177 of file XmlRpcRequestParser.java.

void org.apache.xmlrpc.parser.XmlRpcRequestParser.startDocument ( ) throws SAXException [inline]

Reimplemented from org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 55 of file XmlRpcRequestParser.java.

void org.apache.xmlrpc.parser.XmlRpcRequestParser.startElement ( String  pURI,
String  pLocalName,
String  pQName,
Attributes  pAttrs 
) throws SAXException [inline]

Reimplemented from org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 73 of file XmlRpcRequestParser.java.


Member Data Documentation

Definition at line 39 of file XmlRpcRequestParser.java.

Definition at line 38 of file XmlRpcRequestParser.java.

Definition at line 40 of file XmlRpcRequestParser.java.

Definition at line 41 of file XmlRpcRequestParser.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50