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, unregisterInvocationProcessorpublic Server()
public void registerProxyService(java.lang.Object service)
registerProxyService in class XmlRpcServerObject - service which implements interfaces that should exposed via XmlRpcpublic void registerProxyService(java.lang.Object service,
java.lang.String name)
marquee.xmlrpc.objectcomm.ProxyregisterProxyService in class XmlRpcServerservice - service which implements interfaces that should
exposed via XmlRpcname - the name under which the invocation handler will
be registered