On 9/20/07, Raghbir Singh <[EMAIL PROTECTED]> wrote:

>    I have been using XML-RPC version 2 for some time and I decided to
> upgrade to version 3 but I am stuck at a roadblock which comes from
> XmlRpcContext.
>    My server used one handler and that handler extended
> ContextXmlRpcHandler and for every request I created an object of a
> class that implemented the XmlRpcContext interface. This way I could
> pass extra per-request information to the server like which database
> connection to use etc.
>    Since there is not ContextXmlRpcHandler and XmlRpcContext in version
> 3, can anybody tell me how to do this now ?

The suggested way to do this is to subclass
RequestSpecificProcessorFactoryFactory and let it configure your
processor objects.

Jochen


-- 
Look, that's why there's rules, understand? So that you think before
you break 'em.

    -- (Terry Pratchett, Thief of Time)

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

Reply via email to