|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.MethodConfig
This is an object that stores a data thats represents a method signature after parsing the bridgetown XML configuration file. A method will have a name and zero or more arguments.
| Constructor Summary | |
MethodConfig()
Default constructor |
|
| Method Summary | |
void |
addArgument(ArgumentConfig argument)
Add an argument value reference config to the method config |
java.util.List |
getArguments()
Gets the arguments |
java.lang.String |
getName()
Gets the name of the method |
void |
setArguments(java.util.List arguments)
Sets the arguments |
void |
setName(java.lang.String name)
Sets the name of the method |
java.lang.String |
toString()
Gets debuggable string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MethodConfig()
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name - the new value for namepublic java.util.List getArguments()
public void setArguments(java.util.List arguments)
arguments - the new value for argumentspublic void addArgument(ArgumentConfig argument)
argument - the argument to addpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||