Class ConfluenceXmlRpcHandlerImpl

  • All Implemented Interfaces:
    SecureRpc, ConfluenceXmlRpcHandler

    public class ConfluenceXmlRpcHandlerImpl
    extends Object
    implements ConfluenceXmlRpcHandler
    An implementation of XML RPC that effectively delegates to an underlying SOAP implementation.

    Responsible for converting inputs into a form that is suitable for the underyling SOAP API.

    Also responsible for converting what is returned by the underlying SOAP API into a form that is appropriate to return to XML RPC clients.