|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.mycarenet.memberdatav2.builders.regional.IrisCareNetRequestObjectBuilderFactory
public final class IrisCareNetRequestObjectBuilderFactory
Factory for all Builders that are necessary to create a request for MemberData IrisCareNet Sync. Creates a RequestObjectBuilder
| Method Summary | |
|---|---|
static RequestObjectBuilder |
getEncryptedRequestObjectBuilder()
Retrieve an instance of a IrisCareNetEncryptedRequestObjectBuilder The implementation could be a custom class defined in the
configuration file (property ). |
static RequestObjectBuilder |
getNotEncryptedRequestObjectBuilder()
Retrieve an instance of a IrisCareNetNotEncryptedRequestObjectBuilder 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 |
| Method Detail |
|---|
public static RequestObjectBuilder getEncryptedRequestObjectBuilder()
throws TechnicalConnectorException
IrisCareNetEncryptedRequestObjectBuilder The implementation could be a custom class defined in the
configuration file (property ). By default, it would be
EncryptedRequestObjectBuilderImpl the instance of the RequestObjectBuilder
TechnicalConnectorException - the technical connector exception
public static RequestObjectBuilder getNotEncryptedRequestObjectBuilder()
throws TechnicalConnectorException
IrisCareNetNotEncryptedRequestObjectBuilder The implementation could be a custom class defined in the
configuration file (property ). By default, it would be
NotEncryptedRequestObjectBuilderImpl the instance of the RequestObjectBuilder
TechnicalConnectorException - the technical connector exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||