Class ProviderProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.ProviderProcessor
- All Implemented Interfaces:
 ElementProcessor<SSLSocketProviderDependenciesBuilder.ProviderBuilder>
@XmlSimpleName("provider")
public class ProviderProcessor
extends Object
implements ElementProcessor<SSLSocketProviderDependenciesBuilder.ProviderBuilder>
An 
ElementProcessor that will parse and produce a
 ProviderBuilder based on a provider configuration element.- Since:
 - Coherence 12.2.1.1
 - Author:
 - jf 2015.11.11
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value. 
- 
Constructor Details
- 
ProviderProcessor
public ProviderProcessor() 
 - 
 - 
Method Details
- 
process
public SSLSocketProviderDependenciesBuilder.ProviderBuilder process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
 processin interfaceElementProcessor<SSLSocketProviderDependenciesBuilder.ProviderBuilder>- Parameters:
 context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
 - a value of type T
 - Throws:
 ConfigurationException- when a configuration problem was encountered
 
 -