Changeset 16122 in vbox
- Timestamp:
- Jan 21, 2009 10:44:12 AM (16 years ago)
- Location:
- trunk/src/VBox/Main/webservice
- Files:
-
- 20 edited
-
Makefile.kmk (modified) (1 diff)
-
filesplitter.c (modified) (1 diff)
-
glue-jaxws.xsl (modified) (1 diff)
-
platform-xidl.xsl (modified) (1 diff)
-
samples/java/jax-ws/Makefile (modified) (1 diff)
-
samples/perl/clienttest.pl (modified) (1 diff)
-
samples/python/Makefile (modified) (1 diff)
-
split-soapC.sed (modified) (1 diff)
-
vboxweb.cpp (modified) (1 diff)
-
vboxweb.h (modified) (1 diff)
-
websrv-cpp.xsl (modified) (1 diff)
-
websrv-gsoapH.xsl (modified) (1 diff)
-
websrv-nsmap.xsl (modified) (1 diff)
-
websrv-python.xsl (modified) (1 diff)
-
websrv-shared.inc.xsl (modified) (1 diff)
-
websrv-typemap.xsl (modified) (1 diff)
-
websrv-wsdl-service.xsl (modified) (1 diff)
-
websrv-wsdl.xsl (modified) (1 diff)
-
websrv-wsdl2gsoapH.xsl (modified) (1 diff)
-
webtest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r16120 r16122 9 9 # Copyright (C) 2006-2007 Sun Microsystems, Inc. 10 10 # 11 # Sun Microsystems, Inc. confidential 12 # All rights reserved 11 # This file is part of VirtualBox Open Source Edition (OSE), as 12 # available from http://www.virtualbox.org. This file is free software; 13 # you can redistribute it and/or modify it under the terms of the GNU 14 # General Public License (GPL) as published by the Free Software 15 # Foundation, in version 2 as it comes in the "COPYING" file of the 16 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 # 19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 20 # Clara, CA 95054 USA or visit http://www.sun.com if you need 21 # additional information or have any questions. 13 22 # 14 23 -
trunk/src/VBox/Main/webservice/filesplitter.c
r16120 r16122 6 6 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 7 7 * 8 * Sun Microsystems, Inc. confidential 9 * All rights reserved 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 * 16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 17 * Clara, CA 95054 USA or visit http://www.sun.com if you need 18 * additional information or have any questions. 10 19 */ 11 20 -
trunk/src/VBox/Main/webservice/glue-jaxws.xsl
r16120 r16122 10 10 Copyright (C) 2006-2008 Sun Microsystems, Inc. 11 11 12 Sun Microsystems, Inc. confidential 13 All rights reserved 12 This file is part of VirtualBox Open Source Edition (OSE), as 13 available from http://www.virtualbox.org. This file is free software; 14 you can redistribute it and/or modify it under the terms of the GNU 15 General Public License (GPL) as published by the Free Software 16 Foundation, in version 2 as it comes in the "COPYING" file of the 17 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 20 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 21 Clara, CA 95054 USA or visit http://www.sun.com if you need 22 additional information or have any questions. 14 23 --> 15 24 -
trunk/src/VBox/Main/webservice/platform-xidl.xsl
r16120 r16122 11 11 Copyright (C) 2006-2008 Sun Microsystems, Inc. 12 12 13 Sun Microsystems, Inc. confidential 14 All rights reserved 13 This file is part of VirtualBox Open Source Edition (OSE), as 14 available from http://www.virtualbox.org. This file is free software; 15 you can redistribute it and/or modify it under the terms of the GNU 16 General Public License (GPL) as published by the Free Software 17 Foundation, in version 2 as it comes in the "COPYING" file of the 18 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 21 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 22 Clara, CA 95054 USA or visit http://www.sun.com if you need 23 additional information or have any questions. 15 24 --> 16 25 -
trunk/src/VBox/Main/webservice/samples/java/jax-ws/Makefile
r16120 r16122 2 2 # Copyright (C) 2008 Sun Microsystems, Inc. 3 3 # 4 # Sun Microsystems, Inc. confidential 5 # All rights reserved 4 # This file is part of VirtualBox Open Source Edition (OSE), as 5 # available from http://www.virtualbox.org. This file is free software; 6 # you can redistribute it and/or modify it under the terms of the GNU 7 # General Public License (GPL) as published by the Free Software 8 # Foundation, in version 2 as it comes in the "COPYING" file of the 9 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 # 12 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 13 # Clara, CA 95054 USA or visit http://www.sun.com if you need 14 # additional information or have any questions. 6 15 # 7 16 -
trunk/src/VBox/Main/webservice/samples/perl/clienttest.pl
r16120 r16122 29 29 # Copyright (C) 2006-2009 Sun Microsystems, Inc. 30 30 # 31 # All rights reserved 31 # This file is part of VirtualBox Open Source Edition (OSE), as 32 # available from http://www.virtualbox.org. This file is free software; 33 # you can redistribute it and/or modify it under the terms of the GNU 34 # General Public License (GPL) as published by the Free Software 35 # Foundation, in version 2 as it comes in the "COPYING" file of the 36 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 37 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 38 # 39 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 40 # Clara, CA 95054 USA or visit http://www.sun.com if you need 41 # additional information or have any questions. 32 42 # 33 43 -
trunk/src/VBox/Main/webservice/samples/python/Makefile
r16120 r16122 2 2 # Copyright (C) 2008 Sun Microsystems, Inc. 3 3 # 4 # Sun Microsystems, Inc. confidential 5 # All rights reserved 4 # This file is part of VirtualBox Open Source Edition (OSE), as 5 # available from http://www.virtualbox.org. This file is free software; 6 # you can redistribute it and/or modify it under the terms of the GNU 7 # General Public License (GPL) as published by the Free Software 8 # Foundation, in version 2 as it comes in the "COPYING" file of the 9 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 # 12 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 13 # Clara, CA 95054 USA or visit http://www.sun.com if you need 14 # additional information or have any questions. 6 15 # 7 16 -
trunk/src/VBox/Main/webservice/split-soapC.sed
r16120 r16122 7 7 # Copyright (C) 2006-2007 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/vboxweb.cpp
r16120 r16122 8 8 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 9 9 * 10 * Sun Microsystems, Inc. confidential 11 * All rights reserved 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 19 * Clara, CA 95054 USA or visit http://www.sun.com if you need 20 * additional information or have any questions. 12 21 */ 13 22 -
trunk/src/VBox/Main/webservice/vboxweb.h
r16120 r16122 5 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 * Sun Microsystems, Inc. confidential 8 * All rights reserved 7 * This file is part of VirtualBox Open Source Edition (OSE), as 8 * available from http://www.virtualbox.org. This file is free software; 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 9 18 */ 10 19 -
trunk/src/VBox/Main/webservice/websrv-cpp.xsl
r16120 r16122 12 12 Copyright (C) 2006-2008 Sun Microsystems, Inc. 13 13 14 Sun Microsystems, Inc. confidential 15 All rights reserved 14 This file is part of VirtualBox Open Source Edition (OSE), as 15 available from http://www.virtualbox.org. This file is free software; 16 you can redistribute it and/or modify it under the terms of the GNU 17 General Public License (GPL) as published by the Free Software 18 Foundation, in version 2 as it comes in the "COPYING" file of the 19 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 20 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 21 22 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 23 Clara, CA 95054 USA or visit http://www.sun.com if you need 24 additional information or have any questions. 16 25 --> 17 26 -
trunk/src/VBox/Main/webservice/websrv-gsoapH.xsl
r16120 r16122 18 18 Copyright (C) 2006-2008 Sun Microsystems, Inc. 19 19 20 Sun Microsystems, Inc. confidential 21 All rights reserved 20 This file is part of VirtualBox Open Source Edition (OSE), as 21 available from http://www.virtualbox.org. This file is free software; 22 you can redistribute it and/or modify it under the terms of the GNU 23 General Public License (GPL) as published by the Free Software 24 Foundation, in version 2 as it comes in the "COPYING" file of the 25 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 26 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 27 28 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 29 Clara, CA 95054 USA or visit http://www.sun.com if you need 30 additional information or have any questions. 22 31 --> 23 32 -
trunk/src/VBox/Main/webservice/websrv-nsmap.xsl
r16120 r16122 10 10 Copyright (C) 2006-2007 Sun Microsystems, Inc. 11 11 12 Sun Microsystems, Inc. confidential 13 All rights reserved 12 This file is part of VirtualBox Open Source Edition (OSE), as 13 available from http://www.virtualbox.org. This file is free software; 14 you can redistribute it and/or modify it under the terms of the GNU 15 General Public License (GPL) as published by the Free Software 16 Foundation, in version 2 as it comes in the "COPYING" file of the 17 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 20 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 21 Clara, CA 95054 USA or visit http://www.sun.com if you need 22 additional information or have any questions. 14 23 --> 15 24 -
trunk/src/VBox/Main/webservice/websrv-python.xsl
r16120 r16122 12 12 Copyright (C) 2008 Sun Microsystems, Inc. 13 13 14 Sun Microsystems, Inc. confidential 15 All rights reserved 14 This file is part of VirtualBox Open Source Edition (OSE), as 15 available from http://www.virtualbox.org. This file is free software; 16 you can redistribute it and/or modify it under the terms of the GNU 17 General Public License (GPL) as published by the Free Software 18 Foundation, in version 2 as it comes in the "COPYING" file of the 19 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 20 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 21 22 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 23 Clara, CA 95054 USA or visit http://www.sun.com if you need 24 additional information or have any questions. 16 25 --> 17 26 -
trunk/src/VBox/Main/webservice/websrv-shared.inc.xsl
r16120 r16122 7 7 Copyright (C) 2006-2007 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/websrv-typemap.xsl
r16120 r16122 9 9 Copyright (C) 2006-2007 Sun Microsystems, Inc. 10 10 11 Sun Microsystems, Inc. confidential 12 All rights reserved 11 This file is part of VirtualBox Open Source Edition (OSE), as 12 available from http://www.virtualbox.org. This file is free software; 13 you can redistribute it and/or modify it under the terms of the GNU 14 General Public License (GPL) as published by the Free Software 15 Foundation, in version 2 as it comes in the "COPYING" file of the 16 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 19 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 20 Clara, CA 95054 USA or visit http://www.sun.com if you need 21 additional information or have any questions. 13 22 --> 14 23 -
trunk/src/VBox/Main/webservice/websrv-wsdl-service.xsl
r16120 r16122 10 10 Copyright (C) 2006-2007 Sun Microsystems, Inc. 11 11 12 Sun Microsystems, Inc. confidential 13 All rights reserved 12 This file is part of VirtualBox Open Source Edition (OSE), as 13 available from http://www.virtualbox.org. This file is free software; 14 you can redistribute it and/or modify it under the terms of the GNU 15 General Public License (GPL) as published by the Free Software 16 Foundation, in version 2 as it comes in the "COPYING" file of the 17 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 20 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 21 Clara, CA 95054 USA or visit http://www.sun.com if you need 22 additional information or have any questions. 14 23 --> 15 24 -
trunk/src/VBox/Main/webservice/websrv-wsdl.xsl
r16120 r16122 10 10 Copyright (C) 2006-2007 Sun Microsystems, Inc. 11 11 12 Sun Microsystems, Inc. confidential 13 All rights reserved 12 This file is part of VirtualBox Open Source Edition (OSE), as 13 available from http://www.virtualbox.org. This file is free software; 14 you can redistribute it and/or modify it under the terms of the GNU 15 General Public License (GPL) as published by the Free Software 16 Foundation, in version 2 as it comes in the "COPYING" file of the 17 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 20 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 21 Clara, CA 95054 USA or visit http://www.sun.com if you need 22 additional information or have any questions. 14 23 --> 15 24 -
trunk/src/VBox/Main/webservice/websrv-wsdl2gsoapH.xsl
r16120 r16122 16 16 Copyright (C) 2006-2007 Sun Microsystems, Inc. 17 17 18 Sun Microsystems, Inc. confidential 19 All rights reserved 18 This file is part of VirtualBox Open Source Edition (OSE), as 19 available from http://www.virtualbox.org. This file is free software; 20 you can redistribute it and/or modify it under the terms of the GNU 21 General Public License (GPL) as published by the Free Software 22 Foundation, in version 2 as it comes in the "COPYING" file of the 23 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 24 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 25 26 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 27 Clara, CA 95054 USA or visit http://www.sun.com if you need 28 additional information or have any questions. 20 29 --> 21 30 -
trunk/src/VBox/Main/webservice/webtest.cpp
r16120 r16122 6 6 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 7 7 * 8 * Sun Microsystems, Inc. confidential 9 * All rights reserved 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 * 16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 17 * Clara, CA 95054 USA or visit http://www.sun.com if you need 18 * additional information or have any questions. 10 19 */ 11 20
Note:
See TracChangeset
for help on using the changeset viewer.

