coldfusion.server
Interface XmlRpcService

All Superinterfaces:
Service

public interface XmlRpcService
extends Service


Field Summary
 
Fields inherited from interface coldfusion.server.Service
STARTED, STARTING, STOOPED, STOPPING, UNINITALIZED
 
Method Summary
 String getClassPath()
           
 Map getMappings()
           
 Map getPasswords()
           
 Map getUsernames()
           
 org.apache.axis.client.Stub getWebService(String arg0, String arg1, String arg2, int arg3, String arg4, String arg5, String arg6, String arg7, String arg8)
           
 void refreshWebService(String arg0)
           
 void registerWebService(String arg0, String arg1, String arg2, String arg3, int arg4, String arg5, String arg6, String arg7, String arg8)
           
 void setClassPath(String arg0)
           
 void unregisterWebService(String arg0)
           
 
Methods inherited from interface coldfusion.server.Service
getMetaData, getProperty, getResourceBundle, getStatus, restart, setProperty, start, stop
 

Method Detail

getMappings

Map getMappings()

getUsernames

Map getUsernames()

getPasswords

Map getPasswords()

unregisterWebService

void unregisterWebService(String arg0)

refreshWebService

void refreshWebService(String arg0)

registerWebService

void registerWebService(String arg0,
                        String arg1,
                        String arg2,
                        String arg3,
                        int arg4,
                        String arg5,
                        String arg6,
                        String arg7,
                        String arg8)

getWebService

org.apache.axis.client.Stub getWebService(String arg0,
                                          String arg1,
                                          String arg2,
                                          int arg3,
                                          String arg4,
                                          String arg5,
                                          String arg6,
                                          String arg7,
                                          String arg8)

getClassPath

String getClassPath()

setClassPath

void setClassPath(String arg0)


Copyright © 2012 Railo