org.emboss.jemboss.soap
Class PublicRequest
java.lang.Object
org.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
|
|
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 |
proganswer
private java.util.Hashtable proganswer
PublicRequest
public PublicRequest(JembossParams mysettings,
java.lang.String method)
throws JembossSoapException
- Parameters:
mysettings - jemboss propertiesmethod - 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 propertiesmethod - method to callargs - 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 propertiesservice - web service to callmethod - 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 propertiesservice - web service to callmethod - method to callargs - arguments
- Throws:
JembossSoapException - if call to web service fails
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.