public class XMLRPCServer
extends Server
Modifier and Type | Field and Description |
---|---|
static boolean |
runningOSGi
Declares whether XMLRuntime is running in an OSGi context.
|
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 boolean runningOSGi
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.