|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.ServicesConfig
Service collection configuration bean maintains a list of services This is an object that stores services data after parsing the bridgetown XML configuration file.
| Constructor Summary | |
ServicesConfig()
Default constructor |
|
| Method Summary | |
void |
addService(ServiceConfig service)
Adds the service to the service context |
ContextConfig |
getParentContextConfig()
Gets the parentContextConfig |
ServiceConfig |
getServiceById(java.lang.String id)
Gets the service configuration by id (identifier |
ServiceConfig |
getServiceByInterface(java.lang.String interfaceClass)
Gets the service configuration by interface Class (identifier |
java.util.List |
getServiceList()
A convenience method that retrieves a shallow copy of the services collection as a list collection |
java.util.Map |
getServiceMap()
|
void |
setParentContextConfig(ContextConfig parentContextConfig)
Sets the parentContextConfig |
void |
setServiceMap(java.util.Map serviceMap)
|
java.lang.String |
toString()
Gets the debug info |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ServicesConfig()
| Method Detail |
public java.util.Map getServiceMap()
public void setServiceMap(java.util.Map serviceMap)
serviceMap - The serviceMap to set.public java.util.List getServiceList()
public ContextConfig getParentContextConfig()
public void setParentContextConfig(ContextConfig parentContextConfig)
parentContextConfig - The parentContextConfig to set.
public void addService(ServiceConfig service)
throws java.lang.IllegalArgumentException
service -
java.lang.IllegalArgumentExceptionpublic ServiceConfig getServiceById(java.lang.String id)
public ServiceConfig getServiceByInterface(java.lang.String interfaceClass)
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||