Class SoapTrustedListSignatureServiceImpl

java.lang.Object
eu.europa.esig.dss.ws.signature.soap.SoapTrustedListSignatureServiceImpl
All Implemented Interfaces:
eu.europa.esig.dss.ws.signature.soap.client.SoapTrustedListSignatureService, Serializable

public class SoapTrustedListSignatureServiceImpl extends Object implements eu.europa.esig.dss.ws.signature.soap.client.SoapTrustedListSignatureService
SOAP implementation for XML Trusted List signing service
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default construction instantiating object with null RemoteTrustedListSignatureService
  • Method Summary

    Modifier and Type
    Method
    Description
    eu.europa.esig.dss.ws.dto.ToBeSignedDTO
    getDataToSign(eu.europa.esig.dss.ws.signature.dto.DataToSignTrustedListDTO dataToSign)
     
    void
    setService(eu.europa.esig.dss.ws.signature.common.RemoteTrustedListSignatureService service)
    Sets the remote XML Trusted List signing service
    eu.europa.esig.dss.ws.dto.RemoteDocument
    signDocument(eu.europa.esig.dss.ws.signature.dto.SignTrustedListDTO signTrustedList)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SoapTrustedListSignatureServiceImpl

      public SoapTrustedListSignatureServiceImpl()
      Default construction instantiating object with null RemoteTrustedListSignatureService
  • Method Details

    • setService

      public void setService(eu.europa.esig.dss.ws.signature.common.RemoteTrustedListSignatureService service)
      Sets the remote XML Trusted List signing service
      Parameters:
      service - RemoteTrustedListSignatureService
    • getDataToSign

      public eu.europa.esig.dss.ws.dto.ToBeSignedDTO getDataToSign(eu.europa.esig.dss.ws.signature.dto.DataToSignTrustedListDTO dataToSign)
      Specified by:
      getDataToSign in interface eu.europa.esig.dss.ws.signature.soap.client.SoapTrustedListSignatureService
    • signDocument

      public eu.europa.esig.dss.ws.dto.RemoteDocument signDocument(eu.europa.esig.dss.ws.signature.dto.SignTrustedListDTO signTrustedList)
      Specified by:
      signDocument in interface eu.europa.esig.dss.ws.signature.soap.client.SoapTrustedListSignatureService