|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.emboss.jemboss.soap.PrivateRequest
Make a axis call to a private server, using the default service
Field Summary | |
private java.util.Hashtable |
proganswer
results from calling the web service |
Constructor Summary | |
PrivateRequest(JembossParams mysettings,
java.lang.String service,
java.lang.String method)
|
|
PrivateRequest(JembossParams mysettings,
java.lang.String service,
java.lang.String method,
java.util.Vector args)
|
|
PrivateRequest(JembossParams mysettings,
java.lang.String method,
java.util.Vector args)
|
Method Summary | |
java.util.Hashtable |
getHash()
Get the results returned by the server call |
java.lang.Object |
getVal(java.lang.String val)
Gets an element out of the embreo result hash |
private java.util.Vector |
getVector(java.util.Hashtable h)
Change the contents of a hashtable to a vector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Hashtable proganswer
Constructor Detail |
public PrivateRequest(JembossParams mysettings, java.lang.String method, java.util.Vector args) throws JembossSoapException
mysettings
- jemboss propertiesmethod
- method to callargs
- arguments
JembossSoapException
- if authentication failspublic PrivateRequest(JembossParams mysettings, java.lang.String service, java.lang.String method) throws JembossSoapException
mysettings
- jemboss propertiesservice
- service to callmethod
- method to call
JembossSoapException
- If authentication failspublic PrivateRequest(JembossParams mysettings, java.lang.String service, java.lang.String method, java.util.Vector args) throws JembossSoapException
mysettings
- jemboss propertiesservice
- service to callmethod
- method to callargs
- arguments
JembossSoapException
- if authentication failsMethod Detail |
private java.util.Vector getVector(java.util.Hashtable h)
public java.lang.Object getVal(java.lang.String val)
val
- key to look up
public java.util.Hashtable getHash()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |