Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

SOAPBridge::CORBACallback Interface Reference

This interface provides CORBA clients with the option of registering a callback service to be informed of any problems with processing their CORBACalls. More...

#include <CorbaBridge.idl>

List of all members.

Public Methods

void tellMe (in string soapAddress, in string intfName, in string methodName, in string contextKey, in string failureReason)
 Called when a SOAP invocation failed. More...


Detailed Description

This interface provides CORBA clients with the option of registering a callback service to be informed of any problems with processing their CORBACalls.

Definition at line 31 of file CorbaBridge.idl.


Member Function Documentation

void SOAPBridge::CORBACallback::tellMe ( in string soapAddress,
in string intfName,
in string methodName,
in string contextKey,
in string failureReason )
 

Called when a SOAP invocation failed.

Parameters:
soapAddress   The interface as specified in CORBACall.CreateSession below.
intfName   The interface as specified in CORBACall.CreateSession below.
methodName   The method that was being invoked.
contextKey   The contextKey that was in effect.
failureReason   An error message (in English) stating what went wrong.


The documentation for this interface was generated from the following file:
This documentation is part of the "SOAP to CORBA bridge" project
Copyright © 2000 by Lifeline Networks bv.
All rights are reserved.