org.globus.ogsa.samples.exception
Interface ExceptionPortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ExceptionImpl, ExceptionSOAPBindingStub

public interface ExceptionPortType
extends java.rmi.Remote


Method Summary
 void chain(HandleType handle)
           
 void invokeCustom()
           
 void invokeGeneric()
           
 void invokeLocal()
           
 

Method Detail

invokeCustom

public void invokeCustom()
                  throws java.rmi.RemoteException,
                         TestFault,
                         FaultType
Throws:
java.rmi.RemoteException
TestFault
FaultType

invokeGeneric

public void invokeGeneric()
                   throws java.rmi.RemoteException,
                          FaultType
Throws:
java.rmi.RemoteException
FaultType

invokeLocal

public void invokeLocal()
                 throws java.rmi.RemoteException,
                        FaultType
Throws:
java.rmi.RemoteException
FaultType

chain

public void chain(HandleType handle)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


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