public final class BuilderFactory extends Object
RequestObjectBuilder and ResponseObjectBuilder| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_RESPONSEBUILDER_CLASS
Fully qualified name of the implementation class to instantiate the
ResponseObjectBuilder. |
| Modifier and Type | Method and Description |
|---|---|
static RequestObjectBuilder |
getRequestObjectBuilder(String serviceName)
Retrieve an instance of a
RequestObjectBuilder implementation The implementation could be a custom class defined in the
configuration file (property
). |
static ResponseObjectBuilder |
getResponseObjectBuilder()
Retrieves an instance of a
ResponseObjectBuilder implementation The implementation could be a custom class defined in the
configuration file (property
). |
public static final String PROP_RESPONSEBUILDER_CLASS
ResponseObjectBuilder.
Default: be.ehealth.businessconnector.genericasync.builders.impl.ResponseObjectBuilderImpl
public static RequestObjectBuilder getRequestObjectBuilder(String serviceName) throws TechnicalConnectorException
RequestObjectBuilder implementation The implementation could be a custom class defined in the
configuration file (property
). By default, it
would be GenAsyncBusinessConnectorExceptionTechnicalConnectorExceptionpublic static ResponseObjectBuilder getResponseObjectBuilder() throws TechnicalConnectorException
ResponseObjectBuilder implementation The implementation could be a custom class defined in the
configuration file (property
). By default, it
would be ResponseObjectBuilderGenAsyncBusinessConnectorExceptionTechnicalConnectorException
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.