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
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
convertDateToString
(Date date) static Date
convertStringToDate
(String date) org.apache.cxf.message.Message
boolean
void
setCurrentMessage
(org.apache.cxf.message.Message currentMessage) void
setValidateSession
(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)
-