#include <CorbaBridge.idl>
Public Methods | |
Object | CreateSession (in string soapAddress, in string intfName, in boolean obtainContextKey, in CORBACallback cb) |
Creates a session needed to call (remote) SOAP servers. More... | |
void | DestroySession (in Object sessionObject) |
Destroy (close down) the session. More... | |
Public Attributes | |
attribute string | contextKey |
This attribute holds the current context key if we are addressing a SOAPBridge. More... |
Definition at line 52 of file CorbaBridge.idl.
|
Creates a session needed to call (remote) SOAP servers. The session objects stores the interaction details needed to properly use the (remote) SOAP server.
|
|
Destroy (close down) the session.
|
|
This attribute holds the current context key if we are addressing a SOAPBridge. It can be set manually or be automatically obtained through a SOAP call during session creation. Definition at line 58 of file CorbaBridge.idl. |