Package de.unido.ls5.eti.client

This package contains the the classes implementing the client side of the jETI communication protocol.

See:
          Description

Interface Summary
EtiConnection EtiConnection.
VirtualFile This interface is used by every jETI related API to represent the tool's input/output files.
 

Class Summary
ByteArrayVirtualFile This is an implementation of VirtualFile that uses a byte array to store the data.
EtiConnectionFactory This class handles the creation of EtiConnections.
EtiConnectionSepp A jETI-connection for SEPP, the Streaming Eti Performance Protocol.
Filetools Helper Methods to handle files and streams Will probably removed in future and replaced by usage of commons-io
FileVirtualFile This is an implementation of VirtualFile that uses a real file object as means to store the data.
TransferHandler This class manages the jETI file context.
 

Exception Summary
EtiAxisException This is a specialised EtiRemoteException where the message text automatically strips the leading class name contained in the FaultString of AxisFault
EtiLocalException Exception that indicates that something went wrong in the local context of a jETI execution.
EtiRemoteException Exception that indicates that something went wrong during the remote execution of a tool.
 

Package de.unido.ls5.eti.client Description

This package contains the the classes implementing the client side of the jETI communication protocol.