|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.registration.builder.RegistrationRequestBuilderFactory
public final class RegistrationRequestBuilderFactory
creates the request builder for registration webservice.
| 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 'registration.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 'registration.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 | |||||||||