|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
org.robotframework.remoteserver.xmlrpc.ReflectiveHandlerMapping
public class ReflectiveHandlerMapping
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping |
|---|
org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping.AuthenticationHandler |
| Field Summary |
|---|
| Fields inherited from class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping |
|---|
handlerMap |
| Constructor Summary | |
|---|---|
ReflectiveHandlerMapping()
|
|
| Method Summary | |
|---|---|
void |
addHandler(String pKey,
Class<?> pClass)
Adds handlers for the given object to the mapping. |
void |
removePrefixes()
Removes the prefixes from all keys in this handler mapping assuming a String was used as the key and period was used as a separator. |
| Methods inherited from class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping |
|---|
getAuthenticationHandler, getHandler, getListMethods, getMethodHelp, getMethodHelp, getMethodSignature, getRequestProcessorFactoryFactory, getSignature, getTypeConverterFactory, isHandlerMethod, isVoidMethodEnabled, newXmlRpcHandler, registerPublicMethods, setAuthenticationHandler, setRequestProcessorFactoryFactory, setTypeConverterFactory, setVoidMethodEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReflectiveHandlerMapping()
| Method Detail |
|---|
public void removePrefixes()
public void addHandler(String pKey,
Class<?> pClass)
throws org.apache.xmlrpc.XmlRpcException
AbstractReflectiveHandlerMapping.registerPublicMethods(String, Class).
pKey - The class key, which is passed to AbstractReflectiveHandlerMapping.registerPublicMethods(String, Class).pClass - Class, which is responsible for handling the request.
org.apache.xmlrpc.XmlRpcException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||