public class ProviderModel extends Object
| Constructor and Description |
|---|
ProviderModel(String serviceName,
Object serviceInstance,
Class<?> serviceInterfaceClass) |
| Modifier and Type | Method and Description |
|---|---|
List<ProviderMethodModel> |
getAllMethods() |
ProviderMethodModel |
getMethodModel(String methodName,
String[] argTypes) |
Object |
getServiceInstance() |
Class<?> |
getServiceInterfaceClass() |
String |
getServiceName() |
public String getServiceName()
public Class<?> getServiceInterfaceClass()
public Object getServiceInstance()
public List<ProviderMethodModel> getAllMethods()
public ProviderMethodModel getMethodModel(String methodName, String[] argTypes)
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.