JSPservletPkg
Class SoapClient

java.lang.Object
  |
  +--JSPservletPkg.SoapClient

class SoapClient
extends java.lang.Object

Update SOAP class. Equivalent to ServletUpdate. Changes: Version 1.0.1: delete method

Copyright (c) 2000-2001

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; version 2
 of the License.
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 

Version:
1, 0, 1
Author:
Alexis Grandemange based on Matthew J. Duftler (duftler@us.ibm.com) code
See Also:
JSPservlet

Constructor Summary
(package private) SoapClient()
           
 
Method Summary
private static void getList(JSPservletPkg.Call call, java.net.URL url, java.lang.String method)
           
private static void init(JSPservletPkg.Call call, java.net.URL url, java.lang.String contextPath)
           
static void main(java.lang.String[] args)
          Main method.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SoapClient

SoapClient()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method. Exit codes:

init

private static void init(JSPservletPkg.Call call,
                         java.net.URL url,
                         java.lang.String contextPath)

getList

private static void getList(JSPservletPkg.Call call,
                            java.net.URL url,
                            java.lang.String method)