public final class IrisCareNetRequestObjectBuilderFactory extends Object
RequestObjectBuilder
Modifier and Type | Method and Description |
---|---|
static RequestObjectBuilder |
getEncryptedRequestObjectBuilder()
Retrieve an instance of a
IrisCareNetEncryptedRequestObjectBuilder The implementation could be a custom class defined in the
configuration file (property ). |
static RequestObjectBuilder |
getNotEncryptedRequestObjectBuilder()
Retrieve an instance of a
IrisCareNetNotEncryptedRequestObjectBuilder The implementation could be a custom class defined in the
configuration file (property ). |
public static RequestObjectBuilder getEncryptedRequestObjectBuilder() throws TechnicalConnectorException
IrisCareNetEncryptedRequestObjectBuilder
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
IrisCareNetNotEncryptedRequestObjectBuilder
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.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.