|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.dmg.builders.ResponseObjectBuilderFactory
public final class ResponseObjectBuilderFactory
Factory for ResponseObjectBuilder
| Field Summary | |
|---|---|
static String |
DEFAULT_RESPONSEBUILDER_CLASS
the name of the default implemention of the ResponseObjectBuilder. |
static String |
PROP_RESPONSEBUILDER_CLASS
property name which can be used to set an alternative implementation of the ResponseObjectBuilder. |
| Method Summary | |
|---|---|
static ResponseObjectBuilder |
getResponseObjectBuilder()
Retrieves an instance of a ResponseObjectBuilder implementation The implementation could be a custom class defined in the
configuration file (property
"dmg.responseobjectbuilder.class"). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROP_RESPONSEBUILDER_CLASS
public static final String DEFAULT_RESPONSEBUILDER_CLASS
| Method Detail |
|---|
public static ResponseObjectBuilder getResponseObjectBuilder()
throws TechnicalConnectorException
ResponseObjectBuilder implementation The implementation could be a custom class defined in the
configuration file (property
"dmg.responseobjectbuilder.class"). By default, it would be
"be.ehealth.businessconnector.dmg.builders.impl.ResponseObjectBuilderImpl"
ResponseObjectBuilder the instance of the ResponseObjectBuilder
TechnicalConnectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||