- easyStructTest(Map) - Method in class marquee.xmlrpc.handlers.Validator
-
This handler takes a single parameter, a struct, containing at least three elements named moe, larry and
curly, all s.
- echoStruct(Hashtable) - Method in class marquee.xmlrpc.testing.ServletExample.ExampleInvocationHandler
-
Receives a struct (encoded in a Hashtable), prints it and returns it.
- echoStructTest(Map) - Method in class marquee.xmlrpc.handlers.Validator
-
This handler takes a single parameter, a struct.
- Element - Static variable in class marquee.xmlrpc.util.Trace
-
The element trace prefix
- Elements - Static variable in class marquee.xmlrpc.util.Trace
-
Indicates if the library should include byt code for tracing XML tags
- Employee - Class in marquee.xmlrpc.objectcomm.example
-
- Employee() - Constructor for class marquee.xmlrpc.objectcomm.example.Employee
-
- Employee(String, int, Date, double) - Constructor for class marquee.xmlrpc.objectcomm.example.Employee
-
- EmployeeServiceInterface - Interface in marquee.xmlrpc.objectcomm.example
-
This interface extends java.rmi.remote to allow implementing classes to be accessed via RMI.
- encode(byte[]) - Static method in class marquee.xmlrpc.util.Base64
-
Returns an array of base64-encoded characters to represent the
passed data array.
- endDocument() - Method in class marquee.xmlrpc.XmlRpcParser
-
- endElement(String) - Method in class marquee.xmlrpc.XmlRpcDispatcher
-
Override the endElement() method of the XmlRpcParser class, and catch
the method name element.
- endElement(String) - Method in class marquee.xmlrpc.XmlRpcParser
-
Called by SAX driver when a new end-element has been found in the message.
- Error - Static variable in class marquee.xmlrpc.util.Trace
-
The Error trace prefix
- ERROR - Static variable in class marquee.xmlrpc.XmlRpcServerConnection
-
Byte array for an HTTP IE header
- Errors - Static variable in class marquee.xmlrpc.util.Trace
-
Indicates if the library should include byt code for tracing errors
- ExceptionPrintWriter - Class in marquee.xmlrpc.util
-
A PrintWriter that may be used when calling printStackTrace() to display a more brief
exception description.
- ExceptionPrintWriter(OutputStream) - Constructor for class marquee.xmlrpc.util.ExceptionPrintWriter
-
- ExceptionPrintWriter(Writer) - Constructor for class marquee.xmlrpc.util.ExceptionPrintWriter
-
- execute(InputStream) - Method in class marquee.xmlrpc.XmlRpcServer
-
Dispatches the call contained in the supplied input stream.