Uses of Class
com.saperion.ws.pool.CloseablePooledSession
Packages that use CloseablePooledSession
Package
Description
Package for ws utility classes.
Root package for SAPERION ws classes and packages.
Package for ws document loading strategy.
-
Uses of CloseablePooledSession in com.saperion.util
Constructors in com.saperion.util with parameters of type CloseablePooledSessionModifierConstructorDescriptionSessionReturningInputStream
(InputStream stream, CloseablePooledSession session) -
Uses of CloseablePooledSession in com.saperion.ws
Methods in com.saperion.ws that return CloseablePooledSessionModifier and TypeMethodDescriptionprotected CloseablePooledSession
AbstractService.getSession
(String token) Gets the session by the given token.Methods in com.saperion.ws with parameters of type CloseablePooledSessionModifier and TypeMethodDescriptionprotected void
AbstractService.addToRequest
(CloseablePooledSession closeablePooledSession) Adds the given session to the request. -
Uses of CloseablePooledSession in com.saperion.ws.strategy
Methods in com.saperion.ws.strategy with parameters of type CloseablePooledSessionModifier and TypeMethodDescriptionInMemoryLoader.read
(String xhdoc, int element, CloseablePooledSession session, boolean currentRevision) Reads the content of the specified document into an SaWsContent object.NormalLoader.read
(String xhdoc, int element, CloseablePooledSession session, boolean currentRevision) Reads the content of the specified document into an SaWsContent object.abstract SaWsContent
ReadStrategy.read
(String xhdoc, int element, CloseablePooledSession session, boolean currentRevision) Reads the content of the specified document into an SaWsContent object.StreamOnlyLoader.read
(String xhdoc, int element, CloseablePooledSession session, boolean currentRevision) Reads the content of the specified document into an SaWsContent object.