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 GenAsyncBusinessConnectorException
TechnicalConnectorException
public 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 ResponseObjectBuilder
GenAsyncBusinessConnectorException
TechnicalConnectorException
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.