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 RequestObjectBuilder
TechnicalConnectorException
- 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 RequestObjectBuilder
TechnicalConnectorException
- the technical connector exception
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.