|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.smartgears.configuration.application.ApplicationConfigurationBinder
public class ApplicationConfigurationBinder
Binds ApplicationConfigurations to and from XML serialisations.
| Constructor Summary | |
|---|---|
ApplicationConfigurationBinder()
|
|
| Method Summary | |
|---|---|
ApplicationConfiguration |
bind(InputStream stream)
Returns the application configuration from its XML serialisation. |
ApplicationExtensions |
bindExtensions(InputStream stream)
Returns the extensions of the application from their XML serialisation. |
ApplicationHandlers |
bindHandlers(InputStream stream)
Returns the handlers of the application from their XML serialisation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationConfigurationBinder()
| Method Detail |
|---|
public ApplicationConfiguration bind(InputStream stream)
stream - the serialisation
RuntimeException - if the serialisation is invalidpublic ApplicationHandlers bindHandlers(InputStream stream)
stream - the serialisation
RuntimeException - if the serialisation is invalidpublic ApplicationExtensions bindExtensions(InputStream stream)
stream - the serialisation
RuntimeException - if the serialisation is invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||