public class KSBClientProxy extends Object implements InvocationHandler
| Constructor and Description | 
|---|
| KSBClientProxy(String serviceQName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | invoke(Object proxy,
      Method method,
      Object[] args) | 
| static <T> T | newInstance(String serviceQName,
           Class<T> interfaceClass) | 
public KSBClientProxy(String serviceQName)
public static <T> T newInstance(String serviceQName, Class<T> interfaceClass) throws InstantiationException, IllegalAccessException
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.