JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
D
E
G
H
I
M
P
R
S
U
X
D
de.unirostock.sems.XmlFileServerClient
- package de.unirostock.sems.XmlFileServerClient
de.unirostock.sems.XmlFileServerClient.exceptions
- package de.unirostock.sems.XmlFileServerClient.exceptions
de.unirostock.sems.XmlFileServerClient.impl
- package de.unirostock.sems.XmlFileServerClient.impl
E
exist(URI)
- Method in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
exist(URI)
- Method in interface de.unirostock.sems.XmlFileServerClient.
XmlFileServer
Checks if the model referenced by the URI exits and is available
G
getClient(URI)
- Static method in class de.unirostock.sems.XmlFileServerClient.
XmlFileServerClientFactory
Creates a XmlFileServerClient dependent on the URI (scheme)
getHttpClient(URI)
- Static method in class de.unirostock.sems.XmlFileServerClient.
XmlFileServerClientFactory
Creates a Http Connector to the specific server
H
HttpXmlFileServerClient
- Class in
de.unirostock.sems.XmlFileServerClient.impl
HttpXmlFileServerClient(URI)
- Constructor for class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
I
ID
- Static variable in exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelAlreadyExistsException
ID
- Static variable in exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelNotFoundException
ID
- Static variable in exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelVersionNotFoundException
ID
- Static variable in exception de.unirostock.sems.XmlFileServerClient.exceptions.
UnsupportedUriException
isResolvableUri(URI)
- Method in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
isResolvableUri(URI)
- Method in interface de.unirostock.sems.XmlFileServerClient.
XmlFileServer
Checks if the URI is resolvable by the FileServer.
M
ModelAlreadyExistsException
- Exception in
de.unirostock.sems.XmlFileServerClient.exceptions
The model can not pushed to the server, because this version of the model already exists
ModelAlreadyExistsException()
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelAlreadyExistsException
ModelAlreadyExistsException(String)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelAlreadyExistsException
ModelAlreadyExistsException(Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelAlreadyExistsException
ModelAlreadyExistsException(String, Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelAlreadyExistsException
ModelAlreadyExistsException(String, Throwable, boolean, boolean)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelAlreadyExistsException
ModelException
- Exception in
de.unirostock.sems.XmlFileServerClient.exceptions
ModelException()
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelException
ModelException(String)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelException
ModelException(Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelException
ModelException(String, Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelException
ModelException(String, Throwable, boolean, boolean)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelException
ModelNotFoundException
- Exception in
de.unirostock.sems.XmlFileServerClient.exceptions
The modelUri could not resolved to a xml document.
ModelNotFoundException()
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelNotFoundException
ModelNotFoundException(String)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelNotFoundException
ModelNotFoundException(Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelNotFoundException
ModelNotFoundException(String, Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelNotFoundException
ModelNotFoundException(String, Throwable, boolean, boolean)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelNotFoundException
ModelVersionNotFoundException
- Exception in
de.unirostock.sems.XmlFileServerClient.exceptions
The versionId in the Uri could not resolved to a xml document.
ModelVersionNotFoundException()
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelVersionNotFoundException
ModelVersionNotFoundException(String)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelVersionNotFoundException
ModelVersionNotFoundException(Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelVersionNotFoundException
ModelVersionNotFoundException(String, Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelVersionNotFoundException
ModelVersionNotFoundException(String, Throwable, boolean, boolean)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
ModelVersionNotFoundException
P
pushModel(String, String, InputStream)
- Method in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
pushModel(String, String, String, InputStream)
- Method in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
pushModel(String, String, String, String, InputStream)
- Method in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
pushModel(String, String, InputStream)
- Method in interface de.unirostock.sems.XmlFileServerClient.
XmlFileServer
Pushes a new model (-Version) into the storage.
pushModel(String, String, String, InputStream)
- Method in interface de.unirostock.sems.XmlFileServerClient.
XmlFileServer
Pushes a new model (-Version) into the storage.
pushModel(String, String, String, String, InputStream)
- Method in interface de.unirostock.sems.XmlFileServerClient.
XmlFileServer
Pushes a new model (-Version) into the storage.
R
resolveModelUri(URI)
- Method in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
resolveModelUri(URI)
- Method in interface de.unirostock.sems.XmlFileServerClient.
XmlFileServer
Resolves the model URI and returns the modelSource
S
STATUS_BAD_REQUEST
- Static variable in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
STATUS_MODEL_ALREADY_EXISTS
- Static variable in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
STATUS_MODEL_DELIVERED
- Static variable in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
STATUS_MODEL_WRITTEN
- Static variable in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
STATUS_NOT_FOUND
- Static variable in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
STATUS_SERVER_ERROR
- Static variable in class de.unirostock.sems.XmlFileServerClient.impl.
HttpXmlFileServerClient
U
UnsupportedUriException
- Exception in
de.unirostock.sems.XmlFileServerClient.exceptions
The Uri could not resolved.
UnsupportedUriException()
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
UnsupportedUriException
UnsupportedUriException(String)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
UnsupportedUriException
UnsupportedUriException(Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
UnsupportedUriException
UnsupportedUriException(String, Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
UnsupportedUriException
UnsupportedUriException(String, Throwable, boolean, boolean)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
UnsupportedUriException
URL_ENCODING
- Static variable in interface de.unirostock.sems.XmlFileServerClient.
XmlFileServer
X
XmlFileServer
- Interface in
de.unirostock.sems.XmlFileServerClient
Interface for communication with a XmlFileServer.
XmlFileServerBadRequestException
- Exception in
de.unirostock.sems.XmlFileServerClient.exceptions
XmlFileServerBadRequestException()
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerBadRequestException
XmlFileServerBadRequestException(String)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerBadRequestException
XmlFileServerBadRequestException(Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerBadRequestException
XmlFileServerBadRequestException(String, Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerBadRequestException
XmlFileServerBadRequestException(String, Throwable, boolean, boolean)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerBadRequestException
XmlFileServerClientFactory
- Class in
de.unirostock.sems.XmlFileServerClient
Factory for XmlFileServer connectors
XmlFileServerClientFactory()
- Constructor for class de.unirostock.sems.XmlFileServerClient.
XmlFileServerClientFactory
XmlFileServerException
- Exception in
de.unirostock.sems.XmlFileServerClient.exceptions
XmlFileServerException()
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerException
XmlFileServerException(String)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerException
XmlFileServerException(Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerException
XmlFileServerException(String, Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerException
XmlFileServerException(String, Throwable, boolean, boolean)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerException
XmlFileServerProtocollException
- Exception in
de.unirostock.sems.XmlFileServerClient.exceptions
XmlFileServerProtocollException()
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerProtocollException
XmlFileServerProtocollException(String)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerProtocollException
XmlFileServerProtocollException(Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerProtocollException
XmlFileServerProtocollException(String, Throwable)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerProtocollException
XmlFileServerProtocollException(String, Throwable, boolean, boolean)
- Constructor for exception de.unirostock.sems.XmlFileServerClient.exceptions.
XmlFileServerProtocollException
D
E
G
H
I
M
P
R
S
U
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2013
SEMS (Simulation Experiment Management for Systems Biology)
. All rights reserved.