Public Methods |
| AnyInterface (const char *soapAddr, const char *intfName, const char *ctxKey, SOAPBridge::CORBACallback_ptr cb) |
virtual | ~AnyInterface () |
virtual CORBA::RepositoryId | _primary_interface (const PortableServer::ObjectId &, PortableServer::POA_ptr) |
virtual CORBA::Boolean | _is_a (const char *name) throw (CORBA::SystemException) |
virtual void | invoke (CORBA::ServerRequest_ptr request) throw () |
| Invoke calls a SOAP server for the specified CORBA service. More...
|
Public Attributes |
CString | m_Addr |
CString | m_Intf |
CString | m_Ctxk |
SOAPBridge::CORBACallback_var | m_cb |
Protected Attributes |
JTCMonitor | monitor |
Private Methods |
virtual void | aFault (FaultCode fCode, const char *fSubCode, const char *fString) |
| error reporting. More...
|
virtual void | CheckTag (char *cNam, DOM_Node &node) throw (DOM_Document &) |
void | ErrorCallback (const char *name, const char *msg) |
| Attempt to deliver a problem report to the caller. More...
|