WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.webservices.complex.statelessSession
Class Client

java.lang.Object
  |
  +--examples.webservices.complex.statelessSession.Client

public class Client
extends java.lang.Object

This class illustrates how to use the JAX-RPC API to invoke the TraderService Web service to perform the following tasks:

The TraderService Web service is implemented using the Trader stateless session EJB.

Author:
Copyright (c) 1998-2002 by BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Client()
           
 
Method Summary
 void example(java.lang.String wsdlURI)
           
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
 

Constructor Detail

Client

public Client()
Method Detail

example

public void example(java.lang.String wsdlURI)
             throws java.lang.Exception

main

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

Documentation is available at
http://e-docs.bea.com/wls/docs70

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.