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

Quick Search    Search Deep

clients.stockquote
Class Main  view Main download Main.java

java.lang.Object
  extended byclients.stockquote.Main

public class Main
extends java.lang.Object

This sample shows how to use WSIF to invoke the addressbook service using the static stub. It uses both the ports avaiable via the stub to invoke the service.


Constructor Summary
Main()
           
 
Method Summary
private static void doit(stockquote.wsifservice.StockquotePT service)
           
static void main(java.lang.String[] args)
           
private static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

doit

private static void doit(stockquote.wsifservice.StockquotePT service)
                  throws java.lang.Exception

usage

private static void usage()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception