|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.vsbnetinsurability.builder.VSBNetInsurabilityRequestBuilderFactory
public final class VSBNetInsurabilityRequestBuilderFactory
creates the RequestBuilder
.
Field Summary | |
---|---|
static String |
DEFAULT_REQUESTBUILDER_CLASS
the name of the default implemention of the ResponseObjectBuilder. |
static String |
PROP_REQUESTBUILDER_CLASS
property name which can be used to set an alternative implementation of the ResponseObjectBuilder. |
Method Summary | |
---|---|
static RequestBuilder |
getRequestObjectBuilder()
Retrieves an instance of a RequestBuilder implementation The implementation could be a custom class defined in the
configuration file with the properties 'vsbnetinsurability.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_REQUESTBUILDER_CLASS
public static final String DEFAULT_REQUESTBUILDER_CLASS
Method Detail |
---|
public static RequestBuilder getRequestObjectBuilder() throws TechnicalConnectorException
RequestBuilder
implementation The implementation could be a custom class defined in the
configuration file with the properties 'vsbnetinsurability.responseobjectbuilder.class'
RequestBuilder
the instance of the RequestBuilder
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |