Package com.logicaldoc.webservice
Class AbstractService
java.lang.Object
com.logicaldoc.webservice.AbstractService
- Direct Known Subclasses:
CommentService,SoapAuthService,SoapBookmarkService,SoapDocumentMetadataService,SoapDocumentService,SoapFolderService,SoapSearchService,SoapSecurityService,SoapSystemService,SoapTagService
Basepoint for creating webservices implementations
- Since:
- 5.2
- Author:
- Matteo Caruso - LogicalDOC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconvertDateToString(Date date) static DateconvertStringToDate(String date) org.apache.cxf.message.MessagebooleanvoidsetCurrentMessage(org.apache.cxf.message.Message currentMessage) voidsetValidateSession(boolean validateSession)
-
Constructor Details
-
AbstractService
public AbstractService()
-
-
Method Details
-
setValidateSession
public void setValidateSession(boolean validateSession) -
convertDateToString
-
convertStringToDate
-
isValidateSession
public boolean isValidateSession() -
getCurrentMessage
public org.apache.cxf.message.Message getCurrentMessage() -
setCurrentMessage
public void setCurrentMessage(org.apache.cxf.message.Message currentMessage)
-