|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmarquee.xmlrpc.XmlRpcServer
marquee.xmlrpc.objectcomm.Server
public class Server
A convenience class for using the object communication extension on the server side.
XmlRpcCustomSerializer
Constructor Summary | |
---|---|
Server()
Default constructor which automatically register the required Serializers |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Server()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |