|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.generator.model.ConfigurationModel
public class ConfigurationModel
Represents the generator model for a full Cinnamon configuration. Holds all information necessary to generate ActionScript service interfaces and service proxies as well as Parsley XML configuration files containing Cinnamon service configurations.
| Constructor Summary | |
|---|---|
ConfigurationModel(List<ServiceModel> services,
GeneratorConfig config)
Creates a new model instance. |
|
| Method Summary | |
|---|---|
List<ServiceModel> |
getServices()
Returns the list of service models for this configuration |
String |
getServiceUrl()
Returns the service URL for this configuration. |
int |
getTimeout()
Returns the timeout in milliseconds for all service operations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationModel(List<ServiceModel> services,
GeneratorConfig config)
services - the list of service models for this configurationconfig - the generator configuration| Method Detail |
|---|
public String getServiceUrl()
public int getTimeout()
public List<ServiceModel> getServices()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||