On 5/31/07, Paolo Campanella <[EMAIL PROTECTED]> wrote:

Apache XML-RPC doesn't seem to support exposing the static methods of
handlers. Is there any particular reason for this (it seems wasteful to
generate a new handler object for every single request)?

If you want to omit the generation of new handler objects, then the
suggested method is the use of the StatelessProcessorFactoryFactory.
See

   
http://ws.apache.org/xmlrpc/apidocs/org/apache/xmlrpc/server/RequestProcessorFactoryFactory.html

for details.

Apart from that, you are always free to create your own handler mapping.

Jochen

--
Women have the ability to wind you round their little finger.
Daughters can use all of the fingers together.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to