Class SSLManagerProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.SSLManagerProcessor
- All Implemented Interfaces:
 ElementProcessor<com.tangosol.internal.net.ssl.ManagerDependencies>
public class SSLManagerProcessor
extends Object
implements ElementProcessor<com.tangosol.internal.net.ssl.ManagerDependencies>
An 
ElementProcessor that will parse and produce a
 DefaultManagerDependencies based on a identity-manager/trust-manager configuration element.- Since:
 - 12.2.1.1
 - Author:
 - jf 2015.11.11, Jonathan Knight 2022.03.16
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.tangosol.internal.net.ssl.ManagerDependenciesprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value. 
- 
Constructor Details
- 
SSLManagerProcessor
public SSLManagerProcessor() 
 - 
 - 
Method Details
- 
process
public com.tangosol.internal.net.ssl.ManagerDependencies process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Description copied from interface:ElementProcessorProcess anXmlElementto return a specific type of value.- Specified by:
 processin interfaceElementProcessor<com.tangosol.internal.net.ssl.ManagerDependencies>- Parameters:
 context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
 - a value of type T
 - Throws:
 ConfigurationException- when a configuration problem was encountered
 
 -