public final class RequestObjectBuilderFactory extends Object
RequestObjectBuilder| Modifier and Type | Method and Description |
|---|---|
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 ). |
public static RequestObjectBuilder getEncryptedRequestObjectBuilder() throws TechnicalConnectorException
EncryptedRequestObjectBuilderImpl The implementation could be a custom class defined in the
configuration file (property ). By default, it would be
EncryptedRequestObjectBuilderImpl the instance of the RequestObjectBuilderTechnicalConnectorException - the technical connector exceptionpublic static RequestObjectBuilder getNotEncryptedRequestObjectBuilder() throws TechnicalConnectorException
NotEncryptedRequestObjectBuilderImpl The implementation could be a custom class defined in the
configuration file (property ). By default, it would be
NotEncryptedRequestObjectBuilderImpl the instance of the RequestObjectBuilderTechnicalConnectorException - the technical connector exception
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.