|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.business.mycarenetcommons.mapper.SendRequestMapper
public final class SendRequestMapper
Mapper form a type to another type
| Constructor Summary | |
|---|---|
SendRequestMapper()
default constructor : utility class, but needed for ModuleBootstrapHook. |
|
| Method Summary | |
|---|---|
void |
bootstrap()
|
static Base64Binary |
mapB64fromByte(byte[] param)
Creates a Base64Binary from a byte[] |
static BlobType |
mapBlobToBlobType(Blob inBlob)
Map a Blob to a BlobType |
static Blob |
mapBlobToCinBlob(Blob blob)
Creates be.cin.types.v1.Blob with a be.ehealth.business.mycarenetcommons.domain.Blob. |
static Blob |
mapBlobTypeToBlob(BlobType inBlob)
Map a BlobType to a Blob |
static CommonInputType |
mapCommonInput(CommonInput commonInput)
Map a CommonInput to a CommonInputType |
static RoutingType |
mapRouting(Routing inRouting)
Map a Routing to a RoutingType |
static Blob |
mapToBlob(Blob blob)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SendRequestMapper()
| Method Detail |
|---|
public static CommonInputType mapCommonInput(CommonInput commonInput)
CommonInput to a CommonInputType
commonInput -
public static RoutingType mapRouting(Routing inRouting)
Routing to a RoutingType
inRouting -
public static BlobType mapBlobToBlobType(Blob inBlob)
Blob to a BlobType
inBlob -
public static Blob mapBlobTypeToBlob(BlobType inBlob)
BlobType to a Blob
inBlob -
public static Blob mapToBlob(Blob blob)
throws TechnicalConnectorException
detail -
TechnicalConnectorExceptionpublic static Blob mapBlobToCinBlob(Blob blob)
blob -
public static Base64Binary mapB64fromByte(byte[] param)
Base64Binary from a byte[]
param -
public void bootstrap()
bootstrap in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||