Package at.spardat.xma.boot.transport

low level transport module. includes httpTransport implementation

See:
          Description

Class Summary
HostnameVerifierImpl This class checks if the common name contained in a server certificate is appropriate for the desired https server.
HTTPTransport This class implements low level transport on http transport using suns UrlConnection implementation.
Result Result-objects are used by the transport layer, to store server request results.
Transport this is the interface for the low level xma transport layer used on xma-client side.
XMA_URI custom URI class for xma usage.
 

Exception Summary
CommunicationException Thrown by Transport, if anything goes wrong in the communication with the server.
ConnectException Thrown by Transport, if anything goes wrong in the communication with the server, before the server changed its state.
ServerException Thrown by Transport, if anything goes wrong in the communication with the server, after the server propably changed its state.
 

Package at.spardat.xma.boot.transport Description

low level transport module. includes httpTransport implementation