Class PasswordURLProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.PasswordURLProcessor
- All Implemented Interfaces:
ElementProcessor<ParameterizedBuilder<PasswordProvider>>
@XmlSimpleName("password-url")
public class PasswordURLProcessor
extends Object
implements ElementProcessor<ParameterizedBuilder<PasswordProvider>>
The
PasswordURLProcessor
is responsible for processing the <password-url>
XmlElement
in a Coherence configuration file.- Since:
- 22.06
- Author:
- Jonathan Knight 2022.01.25
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
PasswordURLProcessor
public PasswordURLProcessor()
-
-
Method Details
-
process
public ParameterizedBuilder<PasswordProvider> process(ProcessingContext context, XmlElement element) throws ConfigurationException Description copied from interface:ElementProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<ParameterizedBuilder<PasswordProvider>>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedelement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-