|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.JoinpointsConfig
This is an object that stores an ordered collection of joinpoint data after parsing the bridgetown XML configuration file.
| Constructor Summary | |
JoinpointsConfig()
Default constructor |
|
| Method Summary | |
void |
addJoinpoint(JoinpointConfig jointpoint)
Adds a joinpoint config to the list of joinpoint configs |
java.lang.String |
getDefaultClassFinderExpr()
Gets the defaultClassFinderExpr |
java.lang.String |
getDefaultMethodFinderExpr()
Gets the defaultMethodFinderExpr |
java.lang.String |
getDefaultServiceFinder()
Gets the defaultServiceFinder |
java.lang.String |
getDefaultType()
Gets the defaultType |
java.util.List |
getJoinpoints()
Gets the joinpoints |
JoinpointConfig[] |
getJointpointsAsArray()
Gets the list of join points as a primitive array, this is a convenience method. |
void |
setDefaultClassFinderExpr(java.lang.String defaultClassFinder)
Sets the defaultClassFinderExpr |
void |
setDefaultMethodFinderExpr(java.lang.String defaultMethodFinder)
Sets the defaultMethodFinderExpr |
void |
setDefaultServiceFinder(java.lang.String defaultServiceFinder)
Sets the defaultServiceFinder |
void |
setDefaultType(java.lang.String defaultType)
Sets the defaultType |
void |
setJoinpoints(java.util.List joinpointList)
Sets the joinpoints |
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 JoinpointsConfig()
| Method Detail |
public java.lang.String getDefaultClassFinderExpr()
public void setDefaultClassFinderExpr(java.lang.String defaultClassFinder)
public java.lang.String getDefaultMethodFinderExpr()
public void setDefaultMethodFinderExpr(java.lang.String defaultMethodFinder)
public java.lang.String getDefaultServiceFinder()
public void setDefaultServiceFinder(java.lang.String defaultServiceFinder)
defaultServiceFinder - The defaultServiceFinder to set.public java.lang.String getDefaultType()
public void setDefaultType(java.lang.String defaultType)
defaultType - The defaultType to set.public java.util.List getJoinpoints()
public void setJoinpoints(java.util.List joinpointList)
public void addJoinpoint(JoinpointConfig jointpoint)
jointpoint - the joinpoint configpublic JoinpointConfig[] getJointpointsAsArray()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||