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