com.evdb.javaapi.network
Class ServerCommunication

java.lang.Object
  extended by com.evdb.javaapi.network.ServerCommunication

public class ServerCommunication
extends java.lang.Object

Class responsible for actual server communication

Author:
tylerv

Constructor Summary
ServerCommunication()
          Constructor, setup networking parameters
 
Method Summary
 java.io.InputStream invokeMethod(java.lang.String methodPath, java.util.Map<java.lang.String,java.lang.String> parameters)
          Main method used to call URLs at EVDB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerCommunication

public ServerCommunication()
Constructor, setup networking parameters

Method Detail

invokeMethod

public java.io.InputStream invokeMethod(java.lang.String methodPath,
                                        java.util.Map<java.lang.String,java.lang.String> parameters)
                                 throws EVDBRuntimeException,
                                        EVDBAPIException
Main method used to call URLs at EVDB

Parameters:
methodPath - Method to call
parameters - List of parameters
Returns:
The XML from the call
Throws:
EVDBRuntimeException
EVDBAPIException
java.lang.Exception


Copyright © 2007 Eventful Inc. All Rights Reserved.