Subversion Repositories XServices

Rev

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

Rev 92 Rev 113
Line 46... Line 46...
46
    public static final String SERVICE_OPERATION_DOWNLOADFILE = "Download a file from the maschine where the service is running in order " +
46
    public static final String SERVICE_OPERATION_DOWNLOADFILE = "Download a file from the maschine where the service is running in order " +
47
	"to process it with the client. The file is either downloaded as a MTOM attachment or " +
47
	"to process it with the client. The file is either downloaded as a MTOM attachment or " +
48
	"as inline base64 encoded block. Keep in mind that unless you are using MTOM, a lot of " +
48
	"as inline base64 encoded block. Keep in mind that unless you are using MTOM, a lot of " +
49
	"java heap memory is used.";
49
	"java heap memory is used.";
Line 50... Line -...
50
    
-
 
51
    public static final String SERVICE_OPERATION_ENCODEFILE = "Encodes a file.";
-
 
52
    
50
    
53
    public static final String SERVICE_OPERATION_UPLOADFILE = "Send a file from client to web service server using either " +
51
    public static final String SERVICE_OPERATION_UPLOADFILE = "Send a file from client to web service server using either " +
Line 54... Line 52...
54
    "MTOM attachment or base64 inline attachment.";
52
    "MTOM attachment or base64 inline attachment.";