org.emboss.jemboss.soap
Class PublicRequest

java.lang.Object
  extended byorg.emboss.jemboss.soap.PublicRequest

public class PublicRequest
extends java.lang.Object

Make a axis call to a public server, using the default service


Field Summary
private  java.util.Hashtable proganswer
           
 
Constructor Summary
PublicRequest(JembossParams mysettings, java.lang.String method)
           
PublicRequest(JembossParams mysettings, java.lang.String service, java.lang.String method)
           
PublicRequest(JembossParams mysettings, java.lang.String service, java.lang.String method, java.util.Vector args)
           
PublicRequest(JembossParams mysettings, java.lang.String method, java.util.Vector args)
           
 
Method Summary
 java.util.Hashtable getHash()
          The hash returned by the Jemboss call.
 java.lang.String getVal(java.lang.String val)
          Gets an element out of the Jemboss result hash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proganswer

private java.util.Hashtable proganswer
Constructor Detail

PublicRequest

public PublicRequest(JembossParams mysettings,
                     java.lang.String method)
              throws JembossSoapException
Parameters:
mysettings - jemboss properties
method - method to call
Throws:
JembossSoapException - if call to web service fails

PublicRequest

public PublicRequest(JembossParams mysettings,
                     java.lang.String method,
                     java.util.Vector args)
              throws JembossSoapException
Parameters:
mysettings - jemboss properties
method - method to call
args - arguments
Throws:
JembossSoapException - if call to web service fails

PublicRequest

public PublicRequest(JembossParams mysettings,
                     java.lang.String service,
                     java.lang.String method)
              throws JembossSoapException
Parameters:
mysettings - jemboss properties
service - web service to call
method - method to call
Throws:
JembossSoapException - if call to web service fails

PublicRequest

public PublicRequest(JembossParams mysettings,
                     java.lang.String service,
                     java.lang.String method,
                     java.util.Vector args)
              throws JembossSoapException
Parameters:
mysettings - jemboss properties
service - web service to call
method - method to call
args - arguments
Throws:
JembossSoapException - if call to web service fails
Method Detail

getVal

public java.lang.String getVal(java.lang.String val)
Gets an element out of the Jemboss result hash

Parameters:
val - key to look up
Returns:
element, or an empty String if there isn't an element that matches the key

getHash

public java.util.Hashtable getHash()
The hash returned by the Jemboss call.