|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodCallUnmarshallerAid | |
---|---|
com.flat502.rox.demo | Examples illustrating using this project. |
com.flat502.rox.marshal | Provides generic classes for marshalling and unmarshalling RPC messages. |
com.flat502.rox.marshal.cgi | |
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 MethodCallUnmarshallerAid in com.flat502.rox.demo |
---|
Subclasses of MethodCallUnmarshallerAid in com.flat502.rox.demo | |
---|---|
class |
RMIAsyncServerDemo
A demo server illustrating the ProxyingRequestHandler
class. |
Uses of MethodCallUnmarshallerAid in com.flat502.rox.marshal |
---|
Subclasses of MethodCallUnmarshallerAid in com.flat502.rox.marshal | |
---|---|
class |
ArrayParameterTypeMapper
An implementation of MethodCallUnmarshallerAid
that maps a parameter index into a given array of Class instances. |
Methods in com.flat502.rox.marshal with parameters of type MethodCallUnmarshallerAid | |
---|---|
RpcCall |
MethodCallUnmarshaller.unmarshal(java.io.InputStream in,
MethodCallUnmarshallerAid aid)
Unmarshal an RpcCall instance from an InputStream . |
RpcCall |
MethodCallUnmarshaller.unmarshal(java.io.Reader in,
MethodCallUnmarshallerAid aid)
Unmarshal an RpcCall instance from a Reader . |
RpcCall |
MethodCallUnmarshaller.unmarshal(java.lang.String xml,
MethodCallUnmarshallerAid aid)
Unmarshal an RpcCall instance from an XML string. |
Uses of MethodCallUnmarshallerAid in com.flat502.rox.marshal.cgi |
---|
Methods in com.flat502.rox.marshal.cgi with parameters of type MethodCallUnmarshallerAid | |
---|---|
RpcCall |
CgiMethodCallUnmarshaller.unmarshal(MethodCallURI uri,
MethodCallUnmarshallerAid aid)
|
Uses of MethodCallUnmarshallerAid in com.flat502.rox.marshal.xmlrpc |
---|
Methods in com.flat502.rox.marshal.xmlrpc with parameters of type MethodCallUnmarshallerAid | |
---|---|
void |
SaxUnmarshaller.setCallAid(MethodCallUnmarshallerAid callAid)
|
protected RpcCall |
SaxMethodCallUnmarshaller.unmarshal(org.xml.sax.InputSource in,
MethodCallUnmarshallerAid aid)
|
RpcCall |
SaxMethodCallUnmarshaller.unmarshal(java.io.InputStream in,
MethodCallUnmarshallerAid aid)
|
RpcCall |
DomMethodCallUnmarshaller.unmarshal(java.io.InputStream in,
MethodCallUnmarshallerAid aid)
|
RpcCall |
SaxMethodCallUnmarshaller.unmarshal(java.io.Reader in,
MethodCallUnmarshallerAid aid)
|
RpcCall |
DomMethodCallUnmarshaller.unmarshal(java.io.Reader in,
MethodCallUnmarshallerAid aid)
|
RpcCall |
SaxMethodCallUnmarshaller.unmarshal(java.lang.String xml,
MethodCallUnmarshallerAid aid)
|
RpcCall |
DomMethodCallUnmarshaller.unmarshal(java.lang.String xml,
MethodCallUnmarshallerAid aid)
|
Uses of MethodCallUnmarshallerAid in com.flat502.rox.server |
---|
Subclasses of MethodCallUnmarshallerAid in com.flat502.rox.server | |
---|---|
class |
ProxyingRequestHandler
A SynchronousRequestHandler implementation
that maps RPC method calls onto methods on an arbitrary
object using reflection. |
class |
RpcMethodProxy
This class dynamically proxies a plain old Java object (POJO) by mapping RPC method calls onto methods onto a target object using reflection. |
class |
XmlRpcMethodProxy
This is a specialization of RpcMethodProxy
that creates objects that cater for XML-RPC. |
class |
XmlRpcProxyingRequestHandler
A ProxyingRequestHandler implementation
specialized for XML-RPC. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |