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