Public Member Functions | Protected Member Functions
org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory Class Reference
Inheritance diagram for org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

RequestProcessorFactory getRequestProcessorFactory (Class pClass) throws XmlRpcException

Protected Member Functions

Object getRequestProcessor (Class pClass) throws XmlRpcException

Detailed Description

This is an alternative implementation of RequestProcessorFactoryFactory. It creates stateless request processors, which are able to process concurrent requests without request specific initialization.

Definition at line 127 of file RequestProcessorFactoryFactory.java.


Member Function Documentation

Subclasses may override this method for class specific configuration. Note, that this method will be called at startup only! A typical subclass will look like this:

   public class MyRequestProcessorFactoryFactory
           extends StatelessProcessorFactoryFactory {
       protected Object getRequestProcessor(Class pClass) {
           Object result = super.getRequestProcessor(pClass);
           // Configure the object here
           ...
           return result;
       }
   }
 

Definition at line 145 of file RequestProcessorFactoryFactory.java.

This method is invoked at startup. It creates a factory for instances of pClass.

Implements org.apache.xmlrpc.server.RequestProcessorFactoryFactory.

Definition at line 148 of file RequestProcessorFactoryFactory.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50