org.apache.xmlrpc.server
Interface RequestProcessorFactoryFactory.RequestProcessorFactory
public static
interface
RequestProcessorFactoryFactory.RequestProcessorFactory
This is the factory for request processors. This factory is itself
created by a call to
{@link RequestProcessorFactoryFactory#getRequestProcessorFactory(Class)}.
This method is invoked for any request in order to create and
configure the request processor. The returned object is an
instance of the class parameter in
{@link RequestProcessorFactoryFactory#getRequestProcessorFactory(Class)}.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.