TaskBean API
0.5

glogic.sample.demo.server
Class DemoServiceStub

java.lang.Object
  extended byglogic.jthin.base.AbstractClientStub
      extended byglogic.sample.demo.server.DemoServiceStub
All Implemented Interfaces:
DemoServiceIF

public class DemoServiceStub
extends AbstractClientStub
implements DemoServiceIF

Client-side implementation of remote service.

Author:
Sam Taha

Constructor Summary
DemoServiceStub(java.lang.String stUrl)
           
 
Method Summary
 OutputFooStruct helloworld(InputFooStruct inputFoo)
           
 
Methods inherited from class glogic.jthin.base.AbstractClientStub
invoke, setSessionCookieName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoServiceStub

public DemoServiceStub(java.lang.String stUrl)
Method Detail

helloworld

public OutputFooStruct helloworld(InputFooStruct inputFoo)
                           throws OuchException,
                                  WServiceAccessException,
                                  ClientInvokeException
Specified by:
helloworld in interface DemoServiceIF
Throws:
OuchException
WServiceAccessException
ClientInvokeException

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.