Source Code Cross Referenced for AxisEchoImpl.java in  » ESB » celtix-1.0 » org » objectweb » celtix » axisinterop » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ESB » celtix 1.0 » org.objectweb.celtix.axisinterop 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /**
002:         * AxisEchoImpl.java
003:         *
004:         * This file was auto-generated from WSDL
005:         * by the Apache Axis 1.2 May 03, 2005 (02:20:24 EDT) WSDL2Java emitter.
006:         */package org.objectweb.celtix.axisinterop;
007:
008:        public class AxisEchoImpl implements 
009:                org.soapinterop.axis.InteropTestPortType {
010:
011:            public java.lang.String echoString(java.lang.String in)
012:                    throws java.rmi.RemoteException {
013:                return in;
014:            }
015:
016:            public java.lang.String[] echoStringArray(java.lang.String[] string)
017:                    throws java.rmi.RemoteException {
018:                return string;
019:            }
020:
021:            public int echoInteger(int in) throws java.rmi.RemoteException {
022:                return in;
023:            }
024:
025:            public float echoFloat(float in) throws java.rmi.RemoteException {
026:                return in;
027:            }
028:
029:            public org.soapinterop.axis.SOAPStruct echoStruct(
030:                    org.soapinterop.axis.SOAPStruct in)
031:                    throws java.rmi.RemoteException {
032:                return in;
033:            }
034:
035:            public void echoVoid() throws java.rmi.RemoteException {
036:            }
037:
038:            public byte[] echoBase64(byte[] in) throws java.rmi.RemoteException {
039:                return in;
040:            }
041:
042:            public java.util.Date echoDate(java.util.Date in)
043:                    throws java.rmi.RemoteException {
044:                return in;
045:            }
046:
047:            public java.util.Calendar echoDateTime(java.util.Calendar in)
048:                    throws java.rmi.RemoteException {
049:                return in;
050:            }
051:
052:            public byte[] echoHexBinary(byte[] in)
053:                    throws java.rmi.RemoteException {
054:                return in;
055:            }
056:
057:            public java.math.BigDecimal echoDecimal(java.math.BigDecimal in)
058:                    throws java.rmi.RemoteException {
059:                return in;
060:            }
061:
062:            public boolean echoBoolean(boolean in)
063:                    throws java.rmi.RemoteException {
064:                return in;
065:            }
066:
067:            public org.apache.axis.types.Token echoToken(
068:                    org.apache.axis.types.Token in)
069:                    throws java.rmi.RemoteException {
070:                return in;
071:            }
072:
073:            public org.apache.axis.types.NormalizedString echoNormalizedString(
074:                    org.apache.axis.types.NormalizedString in)
075:                    throws java.rmi.RemoteException {
076:                return in;
077:            }
078:
079:            public org.apache.axis.types.UnsignedInt echoUnsignedInt(
080:                    org.apache.axis.types.UnsignedInt in)
081:                    throws java.rmi.RemoteException {
082:                return in;
083:            }
084:
085:            public org.apache.axis.types.UnsignedLong echoUnsignedLong(
086:                    org.apache.axis.types.UnsignedLong in)
087:                    throws java.rmi.RemoteException {
088:                return in;
089:            }
090:
091:            public org.apache.axis.types.UnsignedShort echoUnsignedShort(
092:                    org.apache.axis.types.UnsignedShort in)
093:                    throws java.rmi.RemoteException {
094:                return in;
095:            }
096:
097:            public org.apache.axis.types.UnsignedByte echoUnsignedByte(
098:                    org.apache.axis.types.UnsignedByte in)
099:                    throws java.rmi.RemoteException {
100:                return in;
101:            }
102:
103:            public org.apache.axis.types.NonNegativeInteger echoNonNegativeInteger(
104:                    org.apache.axis.types.NonNegativeInteger in)
105:                    throws java.rmi.RemoteException {
106:                return in;
107:            }
108:
109:            public org.apache.axis.types.PositiveInteger echoPositiveInteger(
110:                    org.apache.axis.types.PositiveInteger in)
111:                    throws java.rmi.RemoteException {
112:                return in;
113:            }
114:
115:            public org.apache.axis.types.NonPositiveInteger echoNonPositiveInteger(
116:                    org.apache.axis.types.NonPositiveInteger in)
117:                    throws java.rmi.RemoteException {
118:                return in;
119:            }
120:
121:            public org.apache.axis.types.NegativeInteger echoNegativeInteger(
122:                    org.apache.axis.types.NegativeInteger in)
123:                    throws java.rmi.RemoteException {
124:                return in;
125:            }
126:
127:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.