public class Server extends XmlRpcServer
XmlRpcCustomSerializer
Constructor and Description |
---|
Server()
Default constructor which automatically register the required Serializers
|
Modifier and Type | Method and Description |
---|---|
void |
registerProxyService(java.lang.Object service)
Registers a service object for use with a dynamic proxy created by
marquee.xmlrpc.objectcomm.Proxy
|
void |
registerProxyService(java.lang.Object service,
java.lang.String name)
Registers a service object for use with a dynamic proxy
created by
marquee.xmlrpc.objectcomm.Proxy |
execute, getInvocationHandlerAlias, getInvocationProcessor, getInvocationProcessorCount, registerInvocationHandler, registerInvocationHandlerAlias, registerInvocationProcessor, runAsService, unregisterInvocationHandler, unregisterInvocationHandlerAlias, unregisterInvocationProcessor
public Server()
public void registerProxyService(java.lang.Object service)
registerProxyService
in class XmlRpcServer
Object
- service which implements interfaces that should exposed via XmlRpcpublic void registerProxyService(java.lang.Object service, java.lang.String name)
marquee.xmlrpc.objectcomm.Proxy
registerProxyService
in class XmlRpcServer
service
- service which implements interfaces that should
exposed via XmlRpcname
- the name under which the invocation handler will
be registered