|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerializerFactory | |
|---|---|
| com.echomine.jabber.msg | |
| com.echomine.xmlrpc | |
| Uses of SerializerFactory in com.echomine.jabber.msg |
|---|
| Methods in com.echomine.jabber.msg with parameters of type SerializerFactory | |
|---|---|
void |
XMLRPCMessage.setFactory(SerializerFactory factory)
Sets a custom serializer factory instead of using the default one. |
| Uses of SerializerFactory in com.echomine.xmlrpc |
|---|
| Methods in com.echomine.xmlrpc with parameters of type SerializerFactory | |
|---|---|
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 |
| Constructors in com.echomine.xmlrpc with parameters of type SerializerFactory | |
|---|---|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||