Get dynamic proxy for interface, caching those it creates.
( Class clas )
| 73 | Get dynamic proxy for interface, caching those it creates. |
| 74 | */ |
| 75 | public Object getInterface( Class clas ) |
| 76 | { |
| 77 | return getInterface( new Class[] { clas } ); |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | Get dynamic proxy for interface, caching those it creates. |