|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.mycarenet.attestv2.builders.RequestObjectBuilderFactory
public final class RequestObjectBuilderFactory
Factory for all Builders that are necessary to create a request for eAttest. Creates a RequestObjectBuilder
| Field Summary | |
|---|---|
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. |
| 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
). |
| 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
). By default, it would be
RequestObjectBuilder the instance of the RequestObjectBuilder
TechnicalConnectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||