Class RpcLoggingInternalServerFactory

  • All Implemented Interfaces:
    SampXmlRpcServerFactory

    public class RpcLoggingInternalServerFactory
    extends java.lang.Object
    implements SampXmlRpcServerFactory
    Freestanding ServerFactory implementation which logs all XML-RPC calls/responses to standard output.
    Since:
    2 Dec 2008
    Author:
    Mark Taylor
    • Constructor Detail

      • RpcLoggingInternalServerFactory

        public RpcLoggingInternalServerFactory()
    • Method Detail

      • getServer

        public SampXmlRpcServer getServer()
                                   throws java.io.IOException
        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 interface SampXmlRpcServerFactory
        Returns:
        new or re-used server
        Throws:
        java.io.IOException