org.apache.xmlrpc.server
Interface AbstractReflectiveHandlerMapping.InitializationHandler

Enclosing class:
AbstractReflectiveHandlerMapping

public static interface AbstractReflectiveHandlerMapping.InitializationHandler

An object, which is called for initializing the actual handler object.


Method Summary
 void init(XmlRpcRequest pRequest, java.lang.Object pObject)
          Called for initializing the object, which is was returned by ReflectiveXmlRpcHandler.newInstance().
 

Method Detail

init

void init(XmlRpcRequest pRequest,
          java.lang.Object pObject)
          throws XmlRpcException
Called for initializing the object, which is was returned by ReflectiveXmlRpcHandler.newInstance().

Throws:
XmlRpcException


Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.