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.
|
Constructor and Description |
---|
SessionReturningInputStream(InputStream stream,
CloseablePooledSession session) |
Modifier and Type | Method and Description |
---|---|
protected CloseablePooledSession |
AbstractService.getSession(int token)
Gets the session by the given token.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractService.addToRequest(CloseablePooledSession closeablePooledSession)
Adds the given session to the request.
|
Modifier and Type | Method and Description |
---|---|
SaWsContent |
StreamOnlyLoader.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.
|
SaWsContent |
NormalLoader.read(String xhdoc,
int element,
CloseablePooledSession session,
boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.
|
SaWsContent |
InMemoryLoader.read(String xhdoc,
int element,
CloseablePooledSession session,
boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.