com.xpn.xwiki.xmlrpc
Class XWikiRpcHandler

java.lang.Object
  extended by com.xpn.xwiki.xmlrpc.BaseRpcHandler
      extended by com.xpn.xwiki.xmlrpc.XWikiRpcHandler

public class XWikiRpcHandler
extends BaseRpcHandler


Constructor Summary
XWikiRpcHandler(XWikiRequest request, XWikiResponse response, XWikiEngineContext econtext)
           
 
Method Summary
 java.util.Vector getAllPages()
           
 byte[] getPage(java.lang.String name)
           
 
Methods inherited from class com.xpn.xwiki.xmlrpc.BaseRpcHandler
convertToBase64, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiRpcHandler

public XWikiRpcHandler(XWikiRequest request,
                       XWikiResponse response,
                       XWikiEngineContext econtext)
Method Detail

getAllPages

public java.util.Vector getAllPages()
                             throws XWikiException,
                                    java.lang.Exception
Throws:
XWikiException
java.lang.Exception

getPage

public byte[] getPage(java.lang.String name)
               throws XWikiException,
                      java.lang.Exception
Throws:
XWikiException
java.lang.Exception


Copyright 2003 Ludovic Dubost