|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.genericasync.builders.BuilderFactory
public final class BuilderFactory
Factory for RequestObjectBuilder
and ResponseObjectBuilder
Field Summary | |
---|---|
static String |
PROP_RESPONSEBUILDER_CLASS
Fully qualified name of the implementation class to instantiate the ResponseObjectBuilder . |
Method Summary | |
---|---|
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
). |
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
ResponseObjectBuilder
.
Default: be.ehealth.businessconnector.genericasync.builders.impl.ResponseObjectBuilderImpl
Method Detail |
---|
public static RequestObjectBuilder getRequestObjectBuilder(String serviceName) throws GenAsyncBusinessConnectorException, TechnicalConnectorException, InstantiationException
RequestObjectBuilder
implementation The implementation could be a custom class defined in the
configuration file (property
). By default, it
would be
GenAsyncBusinessConnectorException
TechnicalConnectorException
InstantiationException
public static ResponseObjectBuilder getResponseObjectBuilder() throws GenAsyncBusinessConnectorException, TechnicalConnectorException, InstantiationException
ResponseObjectBuilder
implementation The implementation could be a custom class defined in the
configuration file (property
). By default, it
would be
ResponseObjectBuilder
GenAsyncBusinessConnectorException
TechnicalConnectorException
InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |