com.alibaba.dubbo.config.model
Class ProviderMethodModel

java.lang.Object
  extended by com.alibaba.dubbo.config.model.ProviderMethodModel

public class ProviderMethodModel
extends Object


Constructor Summary
ProviderMethodModel(Method method, String serviceName)
           
 
Method Summary
 Method getMethod()
           
 String[] getMethodArgTypes()
           
 String getMethodName()
           
 String getServiceName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderMethodModel

public ProviderMethodModel(Method method,
                           String serviceName)
Method Detail

getMethod

public Method getMethod()

getMethodName

public String getMethodName()

getMethodArgTypes

public String[] getMethodArgTypes()

getServiceName

public String getServiceName()


Copyright © 2012–2017 Alibaba. All rights reserved.