Source Code Cross Referenced for EndpointType.java in  » ESB » open-esb » org » w3 » ns » wsdl » 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 » open esb » org.w3.ns.wsdl 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * XML Type:  EndpointType
003:         * Namespace: http://www.w3.org/ns/wsdl
004:         * Java type: org.w3.ns.wsdl.EndpointType
005:         *
006:         * Automatically generated - do not modify.
007:         */
008:        package org.w3.ns.wsdl;
009:
010:        /**
011:         * An XML EndpointType(@http://www.w3.org/ns/wsdl).
012:         *
013:         * This is a complex type.
014:         */
015:        public interface EndpointType extends
016:                org.w3.ns.wsdl.ExtensibleDocumentedType {
017:            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans
018:                    .typeSystemForClassLoader(
019:                            EndpointType.class.getClassLoader(),
020:                            "schemaorg_apache_xmlbeans.system.s2EAECD9BB08C57F25B7B261051DD8E7E")
021:                    .resolveHandle("endpointtype39f2type");
022:
023:            /**
024:             * Gets the "name" attribute
025:             */
026:            java.lang.String getName();
027:
028:            /**
029:             * Gets (as xml) the "name" attribute
030:             */
031:            org.apache.xmlbeans.XmlNCName xgetName();
032:
033:            /**
034:             * Sets the "name" attribute
035:             */
036:            void setName(java.lang.String name);
037:
038:            /**
039:             * Sets (as xml) the "name" attribute
040:             */
041:            void xsetName(org.apache.xmlbeans.XmlNCName name);
042:
043:            /**
044:             * Gets the "binding" attribute
045:             */
046:            javax.xml.namespace.QName getBinding();
047:
048:            /**
049:             * Gets (as xml) the "binding" attribute
050:             */
051:            org.apache.xmlbeans.XmlQName xgetBinding();
052:
053:            /**
054:             * Sets the "binding" attribute
055:             */
056:            void setBinding(javax.xml.namespace.QName binding);
057:
058:            /**
059:             * Sets (as xml) the "binding" attribute
060:             */
061:            void xsetBinding(org.apache.xmlbeans.XmlQName binding);
062:
063:            /**
064:             * Gets the "address" attribute
065:             */
066:            java.lang.String getAddress();
067:
068:            /**
069:             * Gets (as xml) the "address" attribute
070:             */
071:            org.apache.xmlbeans.XmlAnyURI xgetAddress();
072:
073:            /**
074:             * True if has "address" attribute
075:             */
076:            boolean isSetAddress();
077:
078:            /**
079:             * Sets the "address" attribute
080:             */
081:            void setAddress(java.lang.String address);
082:
083:            /**
084:             * Sets (as xml) the "address" attribute
085:             */
086:            void xsetAddress(org.apache.xmlbeans.XmlAnyURI address);
087:
088:            /**
089:             * Unsets the "address" attribute
090:             */
091:            void unsetAddress();
092:
093:            /**
094:             * A factory class with static methods for creating instances
095:             * of this type.
096:             */
097:
098:            public static final class Factory {
099:                public static org.w3.ns.wsdl.EndpointType newInstance() {
100:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
101:                            .getContextTypeLoader().newInstance(type, null);
102:                }
103:
104:                public static org.w3.ns.wsdl.EndpointType newInstance(
105:                        org.apache.xmlbeans.XmlOptions options) {
106:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
107:                            .getContextTypeLoader().newInstance(type, options);
108:                }
109:
110:                /** @param xmlAsString the string value to parse */
111:                public static org.w3.ns.wsdl.EndpointType parse(
112:                        java.lang.String xmlAsString)
113:                        throws org.apache.xmlbeans.XmlException {
114:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
115:                            .getContextTypeLoader().parse(xmlAsString, type,
116:                                    null);
117:                }
118:
119:                public static org.w3.ns.wsdl.EndpointType parse(
120:                        java.lang.String xmlAsString,
121:                        org.apache.xmlbeans.XmlOptions options)
122:                        throws org.apache.xmlbeans.XmlException {
123:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
124:                            .getContextTypeLoader().parse(xmlAsString, type,
125:                                    options);
126:                }
127:
128:                /** @param file the file from which to load an xml document */
129:                public static org.w3.ns.wsdl.EndpointType parse(
130:                        java.io.File file)
131:                        throws org.apache.xmlbeans.XmlException,
132:                        java.io.IOException {
133:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
134:                            .getContextTypeLoader().parse(file, type, null);
135:                }
136:
137:                public static org.w3.ns.wsdl.EndpointType parse(
138:                        java.io.File file,
139:                        org.apache.xmlbeans.XmlOptions options)
140:                        throws org.apache.xmlbeans.XmlException,
141:                        java.io.IOException {
142:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
143:                            .getContextTypeLoader().parse(file, type, options);
144:                }
145:
146:                public static org.w3.ns.wsdl.EndpointType parse(java.net.URL u)
147:                        throws org.apache.xmlbeans.XmlException,
148:                        java.io.IOException {
149:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
150:                            .getContextTypeLoader().parse(u, type, null);
151:                }
152:
153:                public static org.w3.ns.wsdl.EndpointType parse(java.net.URL u,
154:                        org.apache.xmlbeans.XmlOptions options)
155:                        throws org.apache.xmlbeans.XmlException,
156:                        java.io.IOException {
157:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
158:                            .getContextTypeLoader().parse(u, type, options);
159:                }
160:
161:                public static org.w3.ns.wsdl.EndpointType parse(
162:                        java.io.InputStream is)
163:                        throws org.apache.xmlbeans.XmlException,
164:                        java.io.IOException {
165:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
166:                            .getContextTypeLoader().parse(is, type, null);
167:                }
168:
169:                public static org.w3.ns.wsdl.EndpointType parse(
170:                        java.io.InputStream is,
171:                        org.apache.xmlbeans.XmlOptions options)
172:                        throws org.apache.xmlbeans.XmlException,
173:                        java.io.IOException {
174:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
175:                            .getContextTypeLoader().parse(is, type, options);
176:                }
177:
178:                public static org.w3.ns.wsdl.EndpointType parse(java.io.Reader r)
179:                        throws org.apache.xmlbeans.XmlException,
180:                        java.io.IOException {
181:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
182:                            .getContextTypeLoader().parse(r, type, null);
183:                }
184:
185:                public static org.w3.ns.wsdl.EndpointType parse(
186:                        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
187:                        throws org.apache.xmlbeans.XmlException,
188:                        java.io.IOException {
189:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
190:                            .getContextTypeLoader().parse(r, type, options);
191:                }
192:
193:                public static org.w3.ns.wsdl.EndpointType parse(
194:                        javax.xml.stream.XMLStreamReader sr)
195:                        throws org.apache.xmlbeans.XmlException {
196:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
197:                            .getContextTypeLoader().parse(sr, type, null);
198:                }
199:
200:                public static org.w3.ns.wsdl.EndpointType parse(
201:                        javax.xml.stream.XMLStreamReader sr,
202:                        org.apache.xmlbeans.XmlOptions options)
203:                        throws org.apache.xmlbeans.XmlException {
204:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
205:                            .getContextTypeLoader().parse(sr, type, options);
206:                }
207:
208:                public static org.w3.ns.wsdl.EndpointType parse(
209:                        org.w3c.dom.Node node)
210:                        throws org.apache.xmlbeans.XmlException {
211:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
212:                            .getContextTypeLoader().parse(node, type, null);
213:                }
214:
215:                public static org.w3.ns.wsdl.EndpointType parse(
216:                        org.w3c.dom.Node node,
217:                        org.apache.xmlbeans.XmlOptions options)
218:                        throws org.apache.xmlbeans.XmlException {
219:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
220:                            .getContextTypeLoader().parse(node, type, options);
221:                }
222:
223:                /** @deprecated {@link XMLInputStream} */
224:                public static org.w3.ns.wsdl.EndpointType parse(
225:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
226:                        throws org.apache.xmlbeans.XmlException,
227:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
228:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
229:                            .getContextTypeLoader().parse(xis, type, null);
230:                }
231:
232:                /** @deprecated {@link XMLInputStream} */
233:                public static org.w3.ns.wsdl.EndpointType parse(
234:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
235:                        org.apache.xmlbeans.XmlOptions options)
236:                        throws org.apache.xmlbeans.XmlException,
237:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
238:                    return (org.w3.ns.wsdl.EndpointType) org.apache.xmlbeans.XmlBeans
239:                            .getContextTypeLoader().parse(xis, type, options);
240:                }
241:
242:                /** @deprecated {@link XMLInputStream} */
243:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
244:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
245:                        throws org.apache.xmlbeans.XmlException,
246:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
247:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
248:                            .newValidatingXMLInputStream(xis, type, null);
249:                }
250:
251:                /** @deprecated {@link XMLInputStream} */
252:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
253:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
254:                        org.apache.xmlbeans.XmlOptions options)
255:                        throws org.apache.xmlbeans.XmlException,
256:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
257:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
258:                            .newValidatingXMLInputStream(xis, type, options);
259:                }
260:
261:                private Factory() {
262:                } // No instance of this class allowed
263:            }
264:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.