@Deprecated public class ExampleDhxImplementationSpecificService extends java.lang.Object implements DhxImplementationSpecificService
| Constructor and Description | 
|---|
ExampleDhxImplementationSpecificService()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ee.ria.dhx.types.InternalXroadMember> | 
getAdresseeList()
Deprecated.  
 | 
java.util.List<ee.ria.dhx.types.DhxRepresentee> | 
getRepresentationList()
Deprecated.  
 | 
boolean | 
isDuplicatePackage(ee.ria.dhx.types.InternalXroadMember from,
                  java.lang.String consignmentId)
Deprecated.  
 | 
java.lang.String | 
receiveDocument(ee.ria.dhx.types.IncomingDhxPackage document,
               org.springframework.ws.context.MessageContext context)
Deprecated.  
 | 
void | 
saveAddresseeList(java.util.List<ee.ria.dhx.types.InternalXroadMember> members)
Deprecated.  
 | 
void | 
saveSendResult(ee.ria.dhx.types.DhxSendDocumentResult finalResult,
              java.util.List<ee.ria.dhx.types.AsyncDhxSendDocumentResult> retryResults)
Deprecated.  
 | 
public ExampleDhxImplementationSpecificService()
@Deprecated
 @Loggable
public boolean isDuplicatePackage(ee.ria.dhx.types.InternalXroadMember from,
                                                           java.lang.String consignmentId)
                                                    throws ee.ria.dhx.exception.DhxException
DhxImplementationSpecificServiceisDuplicatePackage in interface DhxImplementationSpecificServicefrom - - document sender to checkconsignmentId - - consignment id to checkee.ria.dhx.exception.DhxException - - thrown if error occurs@Deprecated
 @Loggable
public java.lang.String receiveDocument(ee.ria.dhx.types.IncomingDhxPackage document,
                                                                 org.springframework.ws.context.MessageContext context)
                                                          throws ee.ria.dhx.exception.DhxException
DhxImplementationSpecificServicereceiveDocument in interface DhxImplementationSpecificServicedocument - - document to receivecontext - - if something is missing in document, then there is opportunity to take it from
        contextee.ria.dhx.exception.DhxException - - thrown if error occurs while receiving document@Deprecated @Loggable public java.util.List<ee.ria.dhx.types.DhxRepresentee> getRepresentationList()
DhxImplementationSpecificServicegetRepresentationList in interface DhxImplementationSpecificService@Deprecated
public java.util.List<ee.ria.dhx.types.InternalXroadMember> getAdresseeList()
                                                                                  throws ee.ria.dhx.exception.DhxException
DhxImplementationSpecificServicegetAdresseeList in interface DhxImplementationSpecificServiceee.ria.dhx.exception.DhxException - - thrown if error occurs@Deprecated
public void saveAddresseeList(java.util.List<ee.ria.dhx.types.InternalXroadMember> members)
                                    throws ee.ria.dhx.exception.DhxException
DhxImplementationSpecificServicesaveAddresseeList in interface DhxImplementationSpecificServicemembers - - list of the adressees to saveee.ria.dhx.exception.DhxException - - thrown if error occurs@Deprecated
public void saveSendResult(ee.ria.dhx.types.DhxSendDocumentResult finalResult,
                                        java.util.List<ee.ria.dhx.types.AsyncDhxSendDocumentResult> retryResults)
DhxImplementationSpecificServicesaveSendResult in interface DhxImplementationSpecificServicefinalResult - - last result of the package sending. Contains both package that was
        sent(including recipient and other information) and sending result, either success or
        fail. If sending was unsucessfull then final results response parameter will contain
        fault.retryResults - - contains information about all retries that were done. Meant for
        debugging or history saving or something like that.