java.lang.Object
com.hoobsoft.portal.fortunetest
- public class fortunetest
- extends java.lang.Object
- Version:
|
Field Summary |
(package private) static java.lang.String |
methodName
This is the name of the target method, which for this client
is set to getAnyFortune. |
(package private) static java.lang.String |
targetObjectURI
This is the name of the SOAP target object, which is preset to
the value urn:lemurlabs-Fortune. |
|
Constructor Summary |
fortunetest()
Creates new fortunetest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetObjectURI
static java.lang.String targetObjectURI
- This is the name of the SOAP target object, which is preset to
the value
urn:lemurlabs-Fortune.
methodName
static java.lang.String methodName
- This is the name of the target method, which for this client
is set to
getAnyFortune.
fortunetest
public fortunetest()
- Creates new fortunetest
getAnyFortune
public static java.lang.String getAnyFortune()
fortunebyDict
public static java.lang.String fortunebyDict(java.lang.String DictName)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception