| Package | Description |
|---|---|
| com.echomine.jabber.msg | |
| com.echomine.xmlrpc |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLRPCMessage.setFactory(SerializerFactory factory)
Sets a custom serializer factory instead of using the default one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructSerializer.setSerializerFactory(SerializerFactory factory)
sets the serializer factory instance
|
void |
ArraySerializer.setSerializerFactory(SerializerFactory factory)
sets the serializer factory instance
|
void |
SerializerFactoryAware.setSerializerFactory(SerializerFactory factory)
give the implementor a given instance of the factory
|
| Constructor and Description |
|---|
Call(SerializerFactory factory)
constructs an empty call object that's normally used for parsing an incoming call object
|
Call(java.lang.String methodName,
Namespace ns,
SerializerFactory factory)
constructs a request object with the proper namespace
|
Call(java.lang.String methodName,
SerializerFactory factory)
constructs a request object for sending out
|
Response(Element elem,
SerializerFactory factory)
constructs a response from a dom element.
|
Response(int faultCode,
java.lang.String faultString,
SerializerFactory factory)
constructs an error response with the provided fault code and error string
|
Response(java.lang.Object response,
SerializerFactory factory)
constructs a response with the proper return data
|
Response(SerializerFactory factory)
an empty constructor that is useful when you want to set the data with object information
|
Copyright © 2001-2005 Echomine. All Rights Reserved.