Changeset 69384 in vbox for trunk/src/VBox/Main/webservice/samples/java/axis
- Timestamp:
- Oct 26, 2017 4:51:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/samples/java/axis/clienttest.java
-
Property svn:keywords
set to
Id Revision
r32394 r69384 1 2 /* 3 * Sample client for the VirtualBox web service, written in Java 4 * (raw web service variant). 1 /* $Id$ */ 2 /*!file 3 * Sample client for the VirtualBox web service, written in Java (raw web service variant). 5 4 * 6 5 * Run the VirtualBox web service server first; see the VirtualBox 7 6 * SDK reference for details. 8 7 * 8 * The following license applies to this file only: 9 */ 10 11 /* 9 12 * Copyright (C) 2008-2010 Oracle Corporation 10 *11 * The following license applies to this file only:12 13 * 13 14 * Permission is hereby granted, free of charge, to any person … … 15 16 * files (the "Software"), to deal in the Software without 16 17 * restriction, including without limitation the rights to use, 17 * copy, modify, merge, publish, distribute, sublicense, and/or 18 * sell copies of the Software, and to permit persons to whom the 19 * Software is furnished to do so, subject to the following conditions: 18 * copy, modify, merge, publish, distribute, sublicense, and/or sell 19 * copies of the Software, and to permit persons to whom the 20 * Software is furnished to do so, subject to the following 21 * conditions: 20 22 * 21 23 * The above copyright notice and this permission notice shall be … … 25 27 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 26 28 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 27 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT29 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 28 30 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 29 31 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -
Property svn:keywords
set to
Note:
See TracChangeset
for help on using the changeset viewer.