FileResource type
The FileResource type defines an URI to a file with optional on-the-fly decompression.
The defining Java class is
net.brutex.xservices.types.FileResource
.
]]>
Available types:
FILE: URI points to a local file resource. Examples: c:\temp\something.txt, c:/dir/another.file, /home/brian/file
URL: File from URL (http, https, ftp, ...). Example: http://brutex.net/file.pdf
GZIP and BZIP2: File from a local file system with on-the-fly decompression.
FILE
c:\temp\xservices.war
]]>