org.jboss.test.jaxr.read
Class JaxrReadTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.jaxr.common.JaxrTestCase (src) 
          extended byorg.jboss.test.jaxr.read.JaxrReadTestCase

public class JaxrReadTestCase
extends JaxrTestCase (src)

Test case that reads an Organization from the Jaxr Registry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.jaxr.common.JaxrTestCase (src)
binding, blcm, bqm, connection, password, publishurl, queryurl, registryservice, service, username
 
Constructor Summary
JaxrReadTestCase(java.lang.String name)
          Constructor
 
Method Summary
protected  void getOrgDetails(java.lang.String orgid)
          Given a key of an organization saved in the Jaxr Registry, will try to get the details
 void testJaxrRead()
          Test case that tests Jaxr Read
 
Methods inherited from class org.jboss.test.jaxr.common.JaxrTestCase (src)
authenticate, clearOrganizations, createOrganization, deleteOrganization, deleteOrganizations, getBusinessLifeCycleManager, getBusinessQueryManager, getClassification, getConnection, getEmailAddress, getIS, getLog, getOrganization, getPrimaryContact, getRegistryService, getService, getServiceBinding, getTelephoneNumber, releaseConnection, setUp, tearDown, testAuthentication, testJaxrConnection, testRegistryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxrReadTestCase

public JaxrReadTestCase(java.lang.String name)
Constructor

Parameters:
name -
Method Detail

testJaxrRead

public void testJaxrRead()
                  throws java.lang.Exception
Test case that tests Jaxr Read

Throws:
java.lang.Exception

getOrgDetails

protected void getOrgDetails(java.lang.String orgid)
                      throws java.lang.Exception
Given a key of an organization saved in the Jaxr Registry, will try to get the details

Parameters:
orgid -
Throws:
java.lang.Exception