All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ean.xbean-server.3.2.source-code.xbean-server.xsd.wiki Maven / Gradle / Ivy

There is a newer version: 3.3
Show newest version
h3. Elements By Type
{anchor:org.apache.xbean.server.repository.Repository-types}
h4. The _[org.apache.xbean.server.repository.Repository|#org.apache.xbean.server.repository.Repository-types]_ Type Implementations
    | _[|#file-system-repository-element]_ | {html}Maps resource ids to a directory on the local file system.{html} |

{anchor:org.apache.xbean.server.main.Main-types}
h4. The _[org.apache.xbean.server.main.Main|#org.apache.xbean.server.main.Main-types]_ Type Implementations
    | _[|#kernel-main-element]_ | {html}Standard entry point for a kernel based server.{html} |
    | _[|#load-all-main-element]_ | {html}Loads all configurations specified in the arguments passed to main{html} |


{anchor:class-loader-xml-preprocessor-element}
h3. The _[|#class-loader-xml-preprocessor-element]_ Element
    {html}Extracts a ClassLoader definition from the xml document.{html}
h4. Properties
    || Property Name || Type || Description ||
    | repository | _[org.apache.xbean.server.repository.Repository|#org.apache.xbean.server.repository.Repository-types]_ | {html}the repository used to resolve the class path locations{html} |

{anchor:file-deployer-element}
h3. The _[|#file-deployer-element]_ Element
    {html}Deploys services in a file system{html}
h4. Properties
    || Property Name || Type || Description ||
    | applicationContext | _org.springframework.context.ApplicationContext_ | {html}{html} |
    | baseDir | _java.io.File_ | {html}Gets the base directory from which configuration locations are resolved.{html} |
    | beanFactoryPostProcessors | (_java.lang.Object_)\* | {html}Gets the BeanFactoryPostProcessors to apply to the configuration.{html} |
    | classLoader | _java.lang.ClassLoader_ | {html}{html} |
    | jarDirectoryNames | (_java.lang.String_)\* | {html}Sets the names of the directories to be treated as folders of jars or
class loader files. Defaults to "lib", "classes". If you wish to disable
the use of lib and classes as being special folders containing jars or
config files then just set this property to null or an empty array.{html} |
    | kernel | _org.apache.xbean.kernel.Kernel_ | {html}Sets the kernel in which configurations are loaded.{html} |
    | showIgnoredFiles | _boolean_ | {html}Sets whether or not ignored files should be logged as they are
encountered. This can sometimes be useful to catch typeos.{html} |
    | verbose | _boolean_ | {html}Allows verbose logging to show what classpaths are being created{html} |
    | xmlPreprocessors | (_java.lang.Object_)\* | {html}Gets the SpringXmlPreprocessors applied to the configuration.{html} |

{anchor:file-system-repository-element}
h3. The _[|#file-system-repository-element]_ Element
    {html}Maps resource ids to a directory on the local file system.{html}
h4. Properties
    || Property Name || Type || Description ||
    | root | _java.io.File_ | {html}Gets the root directory from which resources are resolved.{html} |

{anchor:kernel-main-element}
h3. The _[|#kernel-main-element]_ Element
    {html}Standard entry point for a kernel based server.{html}
h4. Properties
    || Property Name || Type || Description ||
    | classLoader | _java.lang.ClassLoader_ | {html}Gets the class loader which is used as the thread context class loader during the main method.{html} |
    | daemon | _boolean_ | {html}Determines if the main method should hold the thread until the kernel is destroyed.{html} |
    | kernel | _org.apache.xbean.kernel.Kernel_ | {html}Gets the kernel that will be initialized in the main method. If the kernel is null, a new kernel will be created
and initialized in the main method.{html} |
    | next | _[org.apache.xbean.server.main.Main|#org.apache.xbean.server.main.Main-types]_ | {html}Gets the next main to call after the kernel has been initialized, but before destroying the kernel.{html} |
    | services | _java.util.Map_ | {html}Gets the services to be registered with the kernel during the main method.{html} |

{anchor:load-all-main-element}
h3. The _[|#load-all-main-element]_ Element
    {html}Loads all configurations specified in the arguments passed to main{html}
h4. Properties
    || Property Name || Type || Description ||
    | kernel | _org.apache.xbean.kernel.Kernel_ | {html}Gets the kernel in which configurations are loaded.{html} |
    | next | _[org.apache.xbean.server.main.Main|#org.apache.xbean.server.main.Main-types]_ | {html}Gets the next main instance to call.{html} |

{anchor:spring-loader-element}
h3. The _[|#spring-loader-element]_ Element
    {html}Loads Spring xml configurations into a Kernel{html}
h4. Properties
    || Property Name || Type || Description ||
    | baseDir | _java.io.File_ | {html}Gets the base directory from which configuration locations are resolved.{html} |
    | beanFactoryPostProcessors | (_java.lang.Object_)\* | {html}Gets the BeanFactoryPostProcessors to apply to the configuration.{html} |
    | kernel | _org.apache.xbean.kernel.Kernel_ | {html}{@inheritDoc}{html} |
    | xmlPreprocessors | (_java.lang.Object_)\* | {html}Gets the SpringXmlPreprocessors applied to the configuration.{html} |

h3. Element Index
    | _[|#class-loader-xml-preprocessor-element]_ | {html}Extracts a ClassLoader definition from the xml document.{html} |
    | _[|#file-deployer-element]_ | {html}Deploys services in a file system{html} |
    | _[|#file-system-repository-element]_ | {html}Maps resource ids to a directory on the local file system.{html} |
    | _[|#kernel-main-element]_ | {html}Standard entry point for a kernel based server.{html} |
    | _[|#load-all-main-element]_ | {html}Loads all configurations specified in the arguments passed to main{html} |
    | _[|#spring-loader-element]_ | {html}Loads Spring xml configurations into a Kernel{html} |





© 2015 - 2024 Weber Informatics LLC | Privacy Policy