|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.insurabilityv2.builders.RequestObjectBuilderFactory
public final class RequestObjectBuilderFactory
Factory for RequestObjectBuilder
Field Summary | |
---|---|
static String |
DEFAULT_REQUESTBUILDER_CLASS
Class of the default implementation of requestBuilder |
static String |
PROP_REQUESTBUILDER_CLASS
Class of the requestBuilder |
Method Summary | |
---|---|
static RequestObjectBuilder |
getRequestObjectBuilder()
Retrieve an instance of a RequestObjectBuilder implementation The implementation could be a custom class defined in the
configuration file (property
"insurability.requestobjectbuilder.class" ). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROP_REQUESTBUILDER_CLASS
public static final String DEFAULT_REQUESTBUILDER_CLASS
Method Detail |
---|
public static RequestObjectBuilder getRequestObjectBuilder() throws TechnicalConnectorException
RequestObjectBuilder
implementation The implementation could be a custom class defined in the
configuration file (property
"insurability.requestobjectbuilder.class" ). By default, it
would be "be.ehealth.businessconnector.insurabilityv2.builders.impl.RequestObjectBuilderImpl"
RequestObjectBuilder
the instance of the RequestObjectBuilder
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |