|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodResponseUnmarshaller | |
|---|---|
| com.flat502.rox.client | Client-side API and supporting classes. |
| com.flat502.rox.marshal | Provides generic classes for marshalling and unmarshalling RPC messages. |
| com.flat502.rox.marshal.xmlrpc | Provides classes for marshalling and unmarshalling XML-RPC messages. |
| Uses of MethodResponseUnmarshaller in com.flat502.rox.client |
|---|
| Methods in com.flat502.rox.client that return MethodResponseUnmarshaller | |
|---|---|
protected MethodResponseUnmarshaller |
XmlRpcClient.getMethodResponseUnmarshaller()
|
protected abstract MethodResponseUnmarshaller |
HttpRpcClient.getMethodResponseUnmarshaller()
Retrieves an MethodResponseUnmarshaller instance
for unmarshalling incoming RpcResponses. |
| Methods in com.flat502.rox.client with parameters of type MethodResponseUnmarshaller | |
|---|---|
void |
XmlRpcClient.setUnmarshaller(MethodResponseUnmarshaller unmarshaller)
Configure the MethodResponseUnmarshaller instance to
use when unmarshalling incoming XML-RPC responses. |
| Uses of MethodResponseUnmarshaller in com.flat502.rox.marshal |
|---|
| Subinterfaces of MethodResponseUnmarshaller in com.flat502.rox.marshal | |
|---|---|
interface |
ExtendedMethodResponseUnmarshaller
Extends the MethodResponseUnmarshaller
interface with overloaded methods that default some parameters. |
| Uses of MethodResponseUnmarshaller in com.flat502.rox.marshal.xmlrpc |
|---|
| Classes in com.flat502.rox.marshal.xmlrpc that implement MethodResponseUnmarshaller | |
|---|---|
class |
DomMethodResponseUnmarshaller
A DOM based MethodResponseUnmarshaller
implementation. |
class |
SaxMethodResponseUnmarshaller
Parse XML RPC method response using SAX. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||