org.globus.ogsa.samples.gwsdl.top
Interface TopPortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
TopServiceSOAPBindingStub

public interface TopPortType
extends java.rmi.Remote


Method Summary
 void baseOp(float param)
           
 void mid1Op(java.lang.String param)
           
 void mid2Op(int param)
           
 void topOp1(java.lang.String param)
           
 void topOp2(int param)
           
 

Method Detail

mid2Op

public void mid2Op(int param)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

baseOp

public void baseOp(float param)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

mid1Op

public void mid1Op(java.lang.String param)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

topOp2

public void topOp2(int param)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

topOp1

public void topOp1(java.lang.String param)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.