public final class RequestObjectBuilderFactory extends Object
RequestObjectBuilder| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_REQUESTBUILDER_CLASS
the default requestObjectBuilder implementation name.
|
static String |
PROP_REQUESTBUILDER_CLASS
property name to set the desired implemenation class for the requestobjectbuilder.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestObjectBuilder |
getRequestObjectBuilder()
Retrieve an instance of a
RequestObjectBuilder implementation The implementation could be a custom class defined in the
configuration file (property "dmg.requestobjectbuilder.class"
). |
public static final String PROP_REQUESTBUILDER_CLASS
public static final String DEFAULT_REQUESTBUILDER_CLASS
public static RequestObjectBuilder getRequestObjectBuilder() throws TechnicalConnectorException
RequestObjectBuilder implementation The implementation could be a custom class defined in the
configuration file (property "dmg.requestobjectbuilder.class"
). By default, it would be
"be.ehealth.businessconnector.dmg.builders.impl.RequestObjectBuilderImpl"RequestObjectBuilder the instance of the RequestObjectBuilderTechnicalConnectorException
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.