org.apache.muse.core.descriptor
Interface InitParamDescriptor
- All Superinterfaces:
- XmlSerializable
- All Known Implementing Classes:
- SimpleInitParamDescriptor
public interface InitParamDescriptor
- extends XmlSerializable
InitParamDescriptor defines a sub-section of the Muse deployment descriptor
that may be used in multiple places - the sequence of initialization
parameters. This mini-descriptor can be used to load the name-value pairs
found in init-param elements and read them as a java.util.Map.
- Author:
- Dan Jemiolo (danj)
getInitializationParameters
Map getInitializationParameters()
load
void load(Element elementContainingInitParams)
throws SoapFault
- Parameters:
elementContainingInitParams
- The element that contains zero or more child elements named
init-param, not the init-param
element(s) itself.
- Throws:
SoapFault
setInitializationParameters
void setInitializationParameters(Map parameters)
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.