Class XmlLoggingInternalServerFactory
java.lang.Object
org.astrogrid.samp.xmlrpc.internal.XmlLoggingInternalServerFactory
- All Implemented Interfaces:
SampXmlRpcServerFactory
Freestanding ServerFactory implementation which logs all incoming
and outgoing HTTP data.
- Since:
- 2 Dec 2008
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an XML-RPC server implementation.
-
Constructor Details
-
XmlLoggingInternalServerFactory
public XmlLoggingInternalServerFactory()
-
-
Method Details
-
getServer
Description copied from interface:SampXmlRpcServerFactory
Returns an XML-RPC server implementation. Implementations are permitted, but not required, to return the same object from different calls of this method.- Specified by:
getServer
in interfaceSampXmlRpcServerFactory
- Returns:
- new or re-used server
- Throws:
IOException
-