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.util
Constructors in com.saperion.util with parameters of type CloseablePooledSession Constructor Description SessionReturningInputStream(java.io.InputStream stream, CloseablePooledSession session)
-
Uses of CloseablePooledSession in com.saperion.ws
Methods in com.saperion.ws that return CloseablePooledSession Modifier and Type Method Description protected CloseablePooledSession
AbstractService. 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 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 CloseablePooledSession Modifier and Type Method Description SaWsContent
InMemoryLoader. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.SaWsContent
NormalLoader. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.abstract SaWsContent
ReadStrategy. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.SaWsContent
StreamOnlyLoader. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.
-