at.spardat.xma.boot.transport
Class XMA_URI

java.lang.Object
  extended byat.spardat.xma.boot.transport.XMA_URI

public class XMA_URI
extends java.lang.Object

custom URI class for xma usage. This abstraction of URI brings the capability to use the same URI even for different implementations of Transport. At this time only a mapping to HTTP-URLs is implemented but additional protocols may be added in the future.

The URIs used by XMA contain of the following parts:
<protocol>://<server>[_<environment>][_<installation>][:<port>]/<application>[/<component>][/<resource>][&<parameters>]