Get dynamic proxy for interface, caching those it creates.
( Class clas )
| 94 | Get dynamic proxy for interface, caching those it creates. |
| 95 | */ |
| 96 | public Object getInterface( Class clas ) |
| 97 | { |
| 98 | return getInterface( new Class[] { clas } ); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | Get dynamic proxy for interface, caching those it creates. |