be.ehealth.technicalconnector.utils
Interface ConfigurableImplementation

All Known Subinterfaces:
Crypto
All Known Implementing Classes:
AbstractCrypto, AbstractEndToEndCrypto, AuthenticationCertificateRegistrationServiceImpl, CryptoImpl, EncryptionTokenRegistrationServiceImpl, MapperDozerImpl, TimeStampGeneratorImpl, TimeStampValidatorImpl

public interface ConfigurableImplementation

must be implemented by implementations created by ConfigFactoryHelper, which can/should have additional input parameters.


Method Summary
 void initialize(Map<String,Object> parameterMap)
          initializes the implementation with additional parameters.
 

Method Detail

initialize

void initialize(Map<String,Object> parameterMap)
                throws TechnicalConnectorException
initializes the implementation with additional parameters.

Parameters:
parameterMap - Map with for each propertyString ,the input parameter as Object.
Throws:
TechnicalConnectorException - if the parameterMap is not correct.



Connector Packaging TECHNICAL 3.14.2 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.