Methods in be.ehealth.businessconnector.genericasync.helper that return ProcessedPostResponse |
ProcessedPostResponse |
PostHelper.post(byte[] request,
String messageName,
ConfigName configName,
InputReference inputReference)
|
ProcessedPostResponse |
PostHelper.post(byte[] request,
String messageName,
ConfigName configName,
String recipient,
InputReference inputReference)
|
ProcessedPostResponse |
PostHelper.post(byte[] request,
String messageName,
InputReference inputReference)
|
ProcessedPostResponse |
PostHelper.post(byte[] request,
String messageName,
String recipient,
InputReference inputReference)
|
ProcessedPostResponse |
PostHelper.post(Object request,
String messageName,
String schemaLocation,
InputReference inputReference)
|
ProcessedPostResponse |
PostHelper.post(Object request,
String messageName,
String schemaLocation,
String recipient,
InputReference inputReference)
|