public class Corba3GPPIorProcessor extends java.lang.Object implements CorbaIorProcessor
Constructor and Description |
---|
Corba3GPPIorProcessor()
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.omg.CORBA.Object |
processIorFile(org.omg.CORBA.ORB orb,
java.lang.String strFile)
Processes an IOR file
|
public org.omg.CORBA.Object processIorFile(org.omg.CORBA.ORB orb, java.lang.String strFile) throws java.lang.RuntimeException, CorbaCollectorException
processIorFile
in interface CorbaIorProcessor
strFile
- The location of the IOR file.
The following filepaths are supported:
http://1.2.3.4/dirname/file.ior
ftp://username:password@1.2.3.4/%2Fdirname/file.ior
/dir1/dir2/dirname/file.ior
orb
- ORB instancejava.lang.RuntimeException
CorbaCollectorException