|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.JoinpointConfig
This is an object that stores joinpoint data after parsing the bridgetown XML configuration file.
| Constructor Summary | |
JoinpointConfig()
Default constructor |
|
| Method Summary | |
java.lang.String |
getClassFinderExpr()
Gets the class finder expression |
java.lang.String |
getDescription()
Gets the description |
java.lang.String |
getMethodFinderExpr()
Gets the method finder expression |
java.lang.String |
getServiceBean()
Gets the serviceBean |
java.lang.String |
getType()
Gets the type implementation class |
void |
setClassFinderExpr(java.lang.String classFilterExpr)
Sets the class finder expression |
void |
setDescription(java.lang.String description)
Sets the description |
void |
setMethodFinderExpr(java.lang.String methodFilterExpr)
Sets the method finder expression |
void |
setServiceBean(java.lang.String serviceBean)
Sets the serviceBean |
void |
setType(java.lang.String type)
Sets the type implementation class |
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 JoinpointConfig()
| Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to set.public java.lang.String getType()
public void setType(java.lang.String type)
type - the new value for typepublic java.lang.String getServiceBean()
public void setServiceBean(java.lang.String serviceBean)
serviceBean - The serviceBean to set.public java.lang.String getClassFinderExpr()
public void setClassFinderExpr(java.lang.String classFilterExpr)
public java.lang.String getMethodFinderExpr()
public void setMethodFinderExpr(java.lang.String methodFilterExpr)
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||