@XmlSimpleName(value="password-providers") public class PasswordProvidersProcessor extends Object implements ElementProcessor<Void>
PasswordProvidersProcessor
is responsible for processing <password-providers>
XmlElement
of Coherence Operational Configuration filesConstructor and Description |
---|
PasswordProvidersProcessor() |
Modifier and Type | Method and Description |
---|---|
Void |
process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
public Void process(ProcessingContext context, XmlElement element) throws ConfigurationException
XmlElement
to return a specific type of value.process
in interface ElementProcessor<Void>
context
- the ProcessingContext
in which the
XmlElement
is being processedelement
- the XmlElement
to processConfigurationException
- when a configuration problem was encountered