Changeset 16124 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Jan 21, 2009 11:02:18 AM (16 years ago)
- Location:
- trunk/src/VBox/Main/webservice
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/glue-jaxws.xsl
r16122 r16124 53 53 * Copyright (C) 2006-2008 Sun Microsystems, Inc. 54 54 * 55 * Sun Microsystems, Inc. confidential 56 * All rights reserved 55 * This file is part of VirtualBox Open Source Edition (OSE), as 56 * available from http://www.virtualbox.org. This file is free software; 57 * you can redistribute it and/or modify it under the terms of the GNU 58 * General Public License (GPL) as published by the Free Software 59 * Foundation, in version 2 as it comes in the "COPYING" file of the 60 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 61 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 62 * 63 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 64 * Clara, CA 95054 USA or visit http://www.sun.com if you need 65 * additional information or have any questions. 57 66 * 58 67 * This file is autogenerated by glue-jaxws.xsl, DO NOT EDIT! … … 441 450 * Copyright (C) 2006-2008 Sun Microsystems, Inc. 442 451 * 443 * Sun Microsystems, Inc. confidential 444 * All rights reserved 452 * This file is part of VirtualBox Open Source Edition (OSE), as 453 * available from http://www.virtualbox.org. This file is free software; 454 * you can redistribute it and/or modify it under the terms of the GNU 455 * General Public License (GPL) as published by the Free Software 456 * Foundation, in version 2 as it comes in the "COPYING" file of the 457 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 458 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 459 * 460 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 461 * Clara, CA 95054 USA or visit http://www.sun.com if you need 462 * additional information or have any questions. 445 463 * 446 464 * This file is autogenerated by glue-jaxws.xsl, DO NOT EDIT! -
trunk/src/VBox/Main/webservice/samples/java/axis/clienttest.java
r16120 r16124 1 1 2 2 /* 3 * 4 * 5 * 3 * Sample client for the VirtualBox webservice, written in Java. 4 * Best consumed in conjunction with the explanations in the VirtualBox 5 * User Manual, which describe in detail how to get this code running. 6 6 * 7 * 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 -
trunk/src/VBox/Main/webservice/samples/java/jax-ws/clienttest.java
r16120 r16124 5 5 * with 'vboxwebsrv -t 1000' command, to calm down watchdog thread. 6 6 * 7 * 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 import com.sun.xml.ws.commons.virtualbox.*; -
trunk/src/VBox/Main/webservice/websrv-python.xsl
r16122 r16124 367 367 <xsl:text># Copyright (C) 2008 Sun Microsystems, Inc. 368 368 # 369 # Sun Microsystems, Inc. confidential 370 # All rights reserved 369 # This file is part of VirtualBox Open Source Edition (OSE), as 370 # available from http://www.virtualbox.org. This file is free software; 371 # you can redistribute it and/or modify it under the terms of the GNU 372 # General Public License (GPL) as published by the Free Software 373 # Foundation, in version 2 as it comes in the "COPYING" file of the 374 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 375 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 376 # 377 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 378 # Clara, CA 95054 USA or visit http://www.sun.com if you need 379 # additional information or have any questions. 371 380 # 372 381 # This file is autogenerated from VirtualBox.xidl, DO NOT EDIT!
Note:
See TracChangeset
for help on using the changeset viewer.