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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement element) Process anXmlElementto 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:ElementProcessorProcess anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<ParameterizedBuilder<PasswordProvider>>- Parameters:
context- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-