be.ehealth.businessconnector.mycarenet.memberdatav2.builders.regional
Class WalCareNetRequestObjectBuilderFactory

java.lang.Object
  extended by be.ehealth.businessconnector.mycarenet.memberdatav2.builders.regional.WalCareNetRequestObjectBuilderFactory

public final class WalCareNetRequestObjectBuilderFactory
extends Object

Factory for all Builders that are necessary to create a request for MemberData WalCareNet Sync. Creates a RequestObjectBuilder


Method Summary
static RequestObjectBuilder getEncryptedRequestObjectBuilder()
          Retrieve an instance of a WalCareNetEncryptedRequestObjectBuilder The implementation could be a custom class defined in the configuration file (property ).
static RequestObjectBuilder getNotEncryptedRequestObjectBuilder()
          Retrieve an instance of a WalCareNetNotEncryptedRequestObjectBuilder The implementation could be a custom class defined in the configuration file (property ).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEncryptedRequestObjectBuilder

public static RequestObjectBuilder getEncryptedRequestObjectBuilder()
                                                             throws TechnicalConnectorException
Retrieve an instance of a WalCareNetEncryptedRequestObjectBuilder The implementation could be a custom class defined in the configuration file (property ). By default, it would be

Returns:
EncryptedRequestObjectBuilderImpl the instance of the RequestObjectBuilder
Throws:
TechnicalConnectorException - the technical connector exception

getNotEncryptedRequestObjectBuilder

public static RequestObjectBuilder getNotEncryptedRequestObjectBuilder()
                                                                throws TechnicalConnectorException
Retrieve an instance of a WalCareNetNotEncryptedRequestObjectBuilder The implementation could be a custom class defined in the configuration file (property ). By default, it would be

Returns:
NotEncryptedRequestObjectBuilderImpl the instance of the RequestObjectBuilder
Throws:
TechnicalConnectorException - the technical connector exception



Connector Packaging PERSPODOLOGIST 3.27.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.