public class XMLRPCServer
extends Server
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVER_IDENTIFICATION_NAME
Identification name of XML RPC Server
|
Constructor and Description |
---|
XMLRPCServer()
Constructor of XMLRPCServer
|
Modifier and Type | Method and Description |
---|---|
void |
registerXMLRPCServerClass(XMLRPCServerInterface xmlrpcserverclass)
Register the implementation of XMLRPCServerInterface called
if Java API for XML RPC Server is defined in configuration file. Method must be called before starting the server. To use implementation of XMLRPCServerInterface the configuration file must define <TargetServer name="xmlrpcServerClass"> |
void |
start(java.lang.String[] args)
Starts the XML RPC Server with an implementation of XMLRPCServerInterface.
|
public static final java.lang.String SERVER_IDENTIFICATION_NAME
public void registerXMLRPCServerClass(XMLRPCServerInterface xmlrpcserverclass)
xmlrpcserverclass
- An implementation of XMLRPCServerInterfacepublic void start(java.lang.String[] args) throws java.lang.Exception
args
- Command line argumentsjava.lang.Exception
- on configuration errors and other critical errors.