|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodCallUnmarshaller | |
|---|---|
| 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. |
| com.flat502.rox.server | Server-side API and supporting classes. |
| Uses of MethodCallUnmarshaller in com.flat502.rox.marshal |
|---|
| Subinterfaces of MethodCallUnmarshaller in com.flat502.rox.marshal | |
|---|---|
interface |
ExtendedMethodCallUnmarshaller
Extends the MethodCallUnmarshaller
interface with overloaded methods that default some parameters. |
| Uses of MethodCallUnmarshaller in com.flat502.rox.marshal.xmlrpc |
|---|
| Classes in com.flat502.rox.marshal.xmlrpc that implement MethodCallUnmarshaller | |
|---|---|
class |
DomMethodCallUnmarshaller
A DOM based MethodCallUnmarshaller
implementation. |
class |
SaxMethodCallUnmarshaller
Parse XML RPC method call using SAX |
| Uses of MethodCallUnmarshaller in com.flat502.rox.server |
|---|
| Methods in com.flat502.rox.server with parameters of type MethodCallUnmarshaller | |
|---|---|
void |
XmlRpcServer.setUnmarshaller(MethodCallUnmarshaller unmarshaller)
Configure the MethodResponseUnmarshaller instance to
use when unmarshalling incoming XML-RPC method calls. |
| Constructors in com.flat502.rox.server with parameters of type MethodCallUnmarshaller | |
|---|---|
XmlRpcRequestUnmarshaller(MethodCallUnmarshaller unmarshaller)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||