org.jivesoftware.smackx.provider
Class TestAPI

java.lang.Object
  extended by org.jivesoftware.smackx.provider.TestAPI

public class TestAPI
extends java.lang.Object


Constructor Summary
TestAPI()
           
 
Method Summary
static void closeConnection()
           
 void getAllNodes()
           
 void getNode()
           
 void getNonexistentNode()
           
static void initConnection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAPI

public TestAPI()
Method Detail

initConnection

public static void initConnection()
                           throws org.jivesoftware.smack.XMPPException
Throws:
org.jivesoftware.smack.XMPPException

closeConnection

public static void closeConnection()

getNonexistentNode

public void getNonexistentNode()

getNode

public void getNode()
             throws java.lang.Exception
Throws:
java.lang.Exception

getAllNodes

public void getAllNodes()
                 throws java.lang.Exception
Throws:
java.lang.Exception