|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.AssemblyConfig
Assembly configuration is the base of the XML configuration and maintains a collection of contextes
| Constructor Summary | |
AssemblyConfig()
Default constructor |
|
| Method Summary | |
void |
addContext(ContextConfig context)
Adds a context configuration to the assembly |
void |
addPointcut(PointcutConfig pointcut)
Appends the pointcut to the map collection of global pointcuts. |
boolean |
contains(java.lang.String name)
Returns boolean value if the context exists by name |
ContextConfig |
getContextConfig(java.lang.String name)
Retrieve the context configuration by context name |
java.util.List |
getContextList()
A convenience method that retrieves a shallow copy of the context collection as a list collection |
java.util.Map |
getContextMap()
Gets a shallow copy of the contextMap |
java.lang.String |
getDescription()
Gets the description |
org.apache.commons.collections.map.ListOrderedMap |
getPointcutMap()
Gets the global pointcut map |
java.util.List |
getPointcutMapAsList()
Conveniently retrieve the global pointcut map collection as a list |
void |
setDescription(java.lang.String description)
Sets the description |
void |
setPointcutMap(org.apache.commons.collections.map.ListOrderedMap pointcutMap)
Sets the global pointcut map |
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 AssemblyConfig()
| Method Detail |
public void addContext(ContextConfig context)
public boolean contains(java.lang.String name)
public java.util.Map getContextMap()
public java.util.List getContextList()
public ContextConfig getContextConfig(java.lang.String name)
name - the name
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to set.public org.apache.commons.collections.map.ListOrderedMap getPointcutMap()
public void setPointcutMap(org.apache.commons.collections.map.ListOrderedMap pointcutMap)
pointcutMap - The global pointcut Map to set.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 | |||||||||