Subversion Repositories XServices

Rev

Rev 156 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 177
Line 40... Line 40...
40
@Path("/FileService/")
40
@Path("/FileService/")
41
@Produces({ "text/xml" })
41
@Produces({ "text/xml" })
42
public abstract interface FileInfo {
42
public abstract interface FileInfo {
Line 43... Line 43...
43
 
43
 
-
 
44
	public final static String BASE_PATH = "/FileService/";
Line 44... Line 45...
44
	public final static String BASE_PATH = "/FileService/";
45
	public final static String SERVICE_NAME = "FileInfoService";
45
	
46
	
46
	/**
47
	/**
47
	 * Get the file/ directory listing.
48
	 * Get the file/ directory listing.