Uses of Class
com.saperion.ws.pool.CloseablePooledSession
- 
Packages that use CloseablePooledSession Package Description com.saperion.util Package for ws utility classes.com.saperion.ws Root package for SAPERION ws classes and packages.com.saperion.ws.strategy Package for ws document loading strategy.
- 
- 
Uses of CloseablePooledSession in com.saperion.utilConstructors in com.saperion.util with parameters of type CloseablePooledSession Constructor Description SessionReturningInputStream(java.io.InputStream stream, CloseablePooledSession session)
- 
Uses of CloseablePooledSession in com.saperion.wsMethods in com.saperion.ws that return CloseablePooledSession Modifier and Type Method Description protected CloseablePooledSessionAbstractService. getSession(java.lang.String token)Gets the session by the given token.Methods in com.saperion.ws with parameters of type CloseablePooledSession Modifier and Type Method Description protected voidAbstractService. addToRequest(CloseablePooledSession closeablePooledSession)Adds the given session to the request.
- 
Uses of CloseablePooledSession in com.saperion.ws.strategyMethods in com.saperion.ws.strategy with parameters of type CloseablePooledSession Modifier and Type Method Description SaWsContentInMemoryLoader. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)Reads the content of the specified document into an SaWsContent object.SaWsContentNormalLoader. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)Reads the content of the specified document into an SaWsContent object.abstract SaWsContentReadStrategy. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)Reads the content of the specified document into an SaWsContent object.SaWsContentStreamOnlyLoader. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)Reads the content of the specified document into an SaWsContent object.
 
-