Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hoobsoft.portal
Class fortunetest  view fortunetest download fortunetest.java

java.lang.Object
  extended bycom.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
 
Method Summary
static java.lang.String fortunebyDict(java.lang.String DictName)
           
static java.lang.String getAnyFortune()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

fortunetest

public fortunetest()
Creates new fortunetest

Method Detail

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