Interface XmlRpcListener
-
- All Superinterfaces:
EventListener
public interface XmlRpcListener extends EventListener
- Author:
- Maxim.Manuylov Date: 21.09.2010
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
remoteMethodCalled(Class targetClass, String methodName, Vector params, XmlRpcSession session)
-
-
-
Method Detail
-
remoteMethodCalled
void remoteMethodCalled(@NotNull Class targetClass, @NotNull String methodName, @NotNull Vector params, @Nullable XmlRpcSession session)
-
-