net.ranides.assira.reflection
Class WebServiceMethod

java.lang.Object
  extended by net.ranides.assira.reflection.WebServiceMethod

public class WebServiceMethod
extends Object

Author:
ranides

Method Summary
 String getAction()
           
 boolean getExclude()
           
 Method getMethod()
           
 String getName()
           
 Map<String,String> getParams()
           
 Map<String,GenericClass> getParamTypes()
           
 String getResult()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMethod

public Method getMethod()

getAction

public String getAction()

getExclude

public boolean getExclude()

getName

public String getName()

getResult

public String getResult()

getParamTypes

public Map<String,GenericClass> getParamTypes()

getParams

public Map<String,String> getParams()


Copyright © 2013. All Rights Reserved.