uk.ac.soton.ecs.grimoires.test.uddiv2.performance
Class Operator

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.test.uddiv2.performance.Operator

public class Operator
extends Object

Author:
wf TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static String authInfo
           
 
Constructor Summary
Operator(String inquireEndpoint, String publishEndpoint)
           
 
Method Summary
 BusinessList findBusiness()
           
 BusinessDetail saveBusiness()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authInfo

public static final String authInfo
See Also:
Constant Field Values
Constructor Detail

Operator

public Operator(String inquireEndpoint,
                String publishEndpoint)
         throws Exception
Method Detail

findBusiness

public BusinessList findBusiness()
                          throws Exception
Throws:
Exception

saveBusiness

public BusinessDetail saveBusiness()
                            throws Exception
Throws:
Exception

size

public int size()