be.ehealth.businessconnector.mycarenet.memberdatacommons.builders
Class RequestObjectBuilderFactory

java.lang.Object
  extended by be.ehealth.businessconnector.mycarenet.memberdatacommons.builders.RequestObjectBuilderFactory

public final class RequestObjectBuilderFactory
extends Object

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


Method Summary
static RequestObjectBuilder getEncryptedRequestObjectBuilder()
          Retrieve an instance of a EncryptedRequestObjectBuilderImpl The implementation could be a custom class defined in the configuration file (property ).
static RequestObjectBuilder getNotEncryptedRequestObjectBuilder()
          Retrieve an instance of a NotEncryptedRequestObjectBuilderImpl 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 EncryptedRequestObjectBuilderImpl 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 NotEncryptedRequestObjectBuilderImpl 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 TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.