|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.hubv3.builders.RequestBuilderFactory
public final class RequestBuilderFactory
Factory for all Builders that are necessary to create a request for eAttest. Creates a RequestBuilderImpl
Field Summary | |
---|---|
static String |
DEFAULT_REQUESTBUILDER_CLASS
the default requestObjectBuilder implementation name. |
static String |
PROP_REQUESTBUILDER_CLASS
property name to set the desired implementation class for the request builder. |
Method Summary | |
---|---|
static RequestBuilderImpl |
getRequestBuilder()
Retrieve an instance of a RequestBuilderImpl 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 RequestBuilderImpl getRequestBuilder() throws TechnicalConnectorException
RequestBuilderImpl
implementation The implementation could be a custom class defined in the
configuration file (property
). By default, it would be
RequestBuilderImpl
the instance of the RequestBuilderImpl
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |