Class AbstractService

java.lang.Object
com.logicaldoc.webservice.AbstractService
Direct Known Subclasses:
CommentService, SoapAuthService, SoapBookmarkService, SoapDocumentMetadataService, SoapDocumentService, SoapFolderService, SoapSearchService, SoapSecurityService, SoapSystemService, SoapTagService

@Component public class AbstractService extends Object
Basepoint for creating webservices implementations
Since:
5.2
Author:
Matteo Caruso - LogicalDOC
  • Constructor Details

    • AbstractService

      public AbstractService()
  • Method Details

    • setValidateSession

      public void setValidateSession(boolean validateSession)
    • convertDateToString

      public static String convertDateToString(Date date)
    • convertStringToDate

      public static Date convertStringToDate(String date)
    • isValidateSession

      public boolean isValidateSession()
    • getCurrentMessage

      public org.apache.cxf.message.Message getCurrentMessage()
    • setCurrentMessage

      public void setCurrentMessage(org.apache.cxf.message.Message currentMessage)