org.apache.xmlrpc.common

Interface XmlRpcRequestProcessorFactory

public interface XmlRpcRequestProcessorFactory

Interface of an object, which may be used to create instances of {@link XmlRpcRequestProcessor}.
Method Summary
XmlRpcRequestProcessorgetXmlRpcServer()
Returns the {@link XmlRpcRequestProcessor} being invoked.

Method Detail

getXmlRpcServer

public XmlRpcRequestProcessor getXmlRpcServer()
Returns the {@link XmlRpcRequestProcessor} being invoked.

Returns: Server object being invoked. This will typically be a singleton instance, but could as well create a new instance with any call.

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