|
|
|
||||||
|
You need to use get(), not getKey(). For example, if you know that all values in the map are of type XslFooFopPrx, you can do the following:
Code:
return (XslFooFopPrx)procesors.get(idProcesor); Code:
FopProcesorPrx proxy = (FopProcesorPrx)procesors.get(idProcesor); return XslFooFopPrxHelper.uncheckedCast(proxy); |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IceV3.11 java client and vc7.0Server : java.lang.NullPointerException? | zhoubin | Help Center | 2 | 11-24-2006 04:03 AM |
| My first Python code fails with dictionaries | Anhur | Help Center | 2 | 10-02-2006 10:03 AM |
| Patch #6 for Ice 3.1.0: byte sequences in dictionaries | dwayne | Patches | 1 | 07-31-2006 10:35 AM |
| desing question about dictionaries | xdm | Help Center | 0 | 11-23-2004 01:03 PM |