public class ApplicationConfigurationBinder extends Object
ApplicationConfigurations to and from XML serialisations.| Constructor and Description |
|---|
ApplicationConfigurationBinder() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ApplicationConfiguration bind(InputStream stream)
stream - the serialisationRuntimeException - if the serialisation is invalidpublic ApplicationHandlers bindHandlers(InputStream stream)
stream - the serialisationRuntimeException - if the serialisation is invalidpublic ApplicationExtensions bindExtensions(InputStream stream)
stream - the serialisationRuntimeException - if the serialisation is invalidCopyright © 2019. All Rights Reserved.