|
||||||||||
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.WalCareNetRequestObjectBuilderFactory
public final class WalCareNetRequestObjectBuilderFactory
Factory for all Builders that are necessary to create a request for MemberData WalCareNet Sync. Creates a RequestObjectBuilder
Method Summary | |
---|---|
static RequestObjectBuilder |
getEncryptedRequestObjectBuilder()
Retrieve an instance of a WalCareNetEncryptedRequestObjectBuilder The implementation could be a custom class defined in the
configuration file (property ). |
static RequestObjectBuilder |
getNotEncryptedRequestObjectBuilder()
Retrieve an instance of a WalCareNetNotEncryptedRequestObjectBuilder 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
WalCareNetEncryptedRequestObjectBuilder
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
WalCareNetNotEncryptedRequestObjectBuilder
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 |