Interface XmlRpcListener

  • All Superinterfaces:
    EventListener

    public interface XmlRpcListener
    extends EventListener
    Author:
    Maxim.Manuylov Date: 21.09.2010
    • Method Detail

      • remoteMethodCalled

        void remoteMethodCalled​(@NotNull
                                Class targetClass,
                                @NotNull
                                String methodName,
                                @NotNull
                                Vector params,
                                @Nullable
                                XmlRpcSession session)