|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.ContextConfig
A context configuration provides a namespace for a collection of service beans.
| Constructor Summary | |
ContextConfig()
Default constructor |
|
| Method Summary | |
void |
addPointcut(PointcutConfig pointcut)
Appends the pointcut to the map collection of global pointcuts. |
void |
addServices(ServicesConfig servicesConfig)
Add the services configuration bean. |
java.lang.String |
getDescription()
Gets the description |
java.lang.String |
getName()
|
AssemblyConfig |
getParentAssemblyConfig()
Gets the parent Assembly Config |
org.apache.commons.collections.map.ListOrderedMap |
getPointcutMap()
Gets the pointcut map |
java.util.List |
getPointcutMapAsList()
Conveniently retrieve the pointcut map collection as a list |
ServicesConfig |
getServicesConfig()
Gets the servicesConfig |
void |
setDescription(java.lang.String description)
Sets the description |
void |
setName(java.lang.String id)
|
void |
setParentAssemblyConfig(AssemblyConfig parentAssemblyConfig)
Sets the parent Assembly Config |
void |
setPointcutMap(org.apache.commons.collections.map.ListOrderedMap pointcutList)
Sets the pointcut map |
void |
setServicesConfig(ServicesConfig servicesConfig)
Sets the servicesConfig |
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 ContextConfig()
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String id)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new value for descriptionpublic ServicesConfig getServicesConfig()
public void addServices(ServicesConfig servicesConfig)
NB: Actually this might be redundant bean because a <context> element tag is constrained to exactly one <services> so far in design
servicesConfig - one services configuration beanpublic void setServicesConfig(ServicesConfig servicesConfig)
servicesConfig - The servicesConfig to set.public AssemblyConfig getParentAssemblyConfig()
public void setParentAssemblyConfig(AssemblyConfig parentAssemblyConfig)
parentAssemblyConfig - the new value for parentAssemblyConfigpublic org.apache.commons.collections.map.ListOrderedMap getPointcutMap()
public void setPointcutMap(org.apache.commons.collections.map.ListOrderedMap pointcutList)
public void addPointcut(PointcutConfig pointcut)
pointcut - the pointcut configuration
AssemblyConfigException - if the pointcut is not uniquely namedpublic java.util.List getPointcutMapAsList()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||