Java Doc for Interface.java in  » ESB » open-esb » com » sun » jbi » wsdl2 » 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 » com.sun.jbi.wsdl2 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.jbi.wsdl2.Interface

All known Subclasses:   com.sun.jbi.wsdl2.impl.Interface,
Interface
public interface Interface extends ExtensibleDocumentedComponent(Code)
API for WSDL 2.0 Interface Component.
author:
   ApiGen AX.00




Method Summary
 InterfaceFaultaddNewFault(String name)
     Create a new fault, and append it to this interface's faults list.
 InterfaceOperationaddNewOperation()
     Create a new operation, appending it to this interface's operations list.
 voidappendFault(InterfaceFault theFault)
     Append an item to faults that may occur executing operations of this interface.
 voidappendInterface(Interface theInterface)
     Append an item to interfaces this interface extends, if any.
 voidappendOperation(InterfaceOperation theOperation)
     Append an item to operations defined by this interface only.
 Interface[]getExtendedInterfaces()
     Get the interfaces extended by this interface, including those extended by this interface's super-interfaces.
 InterfaceOperation[]getExtendedOperations()
     Get the operations defined by this interface, and all its super-interfaces.
 InterfaceFaultgetFault(int index)
     Get faults that may occur executing operations of this interface by indexed position.
 intgetFaultsLength()
     Get the number of InterfaceFault items in faults.
 InterfacegetInterface(int index)
     Get interfaces this interface extends, if any by indexed position.
 intgetInterfacesLength()
     Get the number of Interface items in interfaces.
 StringgetName()
     Get local name of this interface component.
 InterfaceOperationgetOperation(int index)
     Get operations defined by this interface only by indexed position.
 intgetOperationsLength()
     Get the number of InterfaceOperation items in operations.
 QNamegetQName()
     Get qualified name of this component.
 URI[]getStyleDefault()
     Get the default styles used to construct the {element} properties of {message references} of all operations contained in this interface.
 StringgetTargetNamespace()
     Get target namespace of this binding.
 InterfaceFaultremoveFault(int index)
     Remove faults that may occur executing operations of this interface by index position.
 InterfaceremoveInterface(int index)
     Remove interfaces this interface extends, if any by index position.
 InterfaceOperationremoveOperation(int index)
     Remove operations defined by this interface only by index position.
 voidsetFault(int index, InterfaceFault theFault)
     Set faults that may occur executing operations of this interface by indexed position.
 voidsetInterface(int index, Interface theInterface)
     Set interfaces this interface extends, if any by indexed position.
 voidsetName(String theName)
     Set local name of this interface component.
 voidsetOperation(int index, InterfaceOperation theOperation)
     Set operations defined by this interface only by indexed position.
 voidsetStyleDefault(URI[] theStyleDefault)
     Set the default styles used to construct the {element} properties of {message references} of all operations contained in this interface.



Method Detail
addNewFault
InterfaceFault addNewFault(String name)(Code)
Create a new fault, and append it to this interface's faults list.
Parameters:
  name - Name of the new fault Newly created interface, appended to the faults list.



addNewOperation
InterfaceOperation addNewOperation()(Code)
Create a new operation, appending it to this interface's operations list. Newly created operation, appended to the operations list.



appendFault
void appendFault(InterfaceFault theFault)(Code)
Append an item to faults that may occur executing operations of this interface.
Parameters:
  theFault - Item to append to faults



appendInterface
void appendInterface(Interface theInterface)(Code)
Append an item to interfaces this interface extends, if any.
Parameters:
  theInterface - Item to append to interfaces



appendOperation
void appendOperation(InterfaceOperation theOperation)(Code)
Append an item to operations defined by this interface only.
Parameters:
  theOperation - Item to append to operations



getExtendedInterfaces
Interface[] getExtendedInterfaces()(Code)
Get the interfaces extended by this interface, including those extended by this interface's super-interfaces. Extended interfaces, including those extended by thisinterface's super-interfaces



getExtendedOperations
InterfaceOperation[] getExtendedOperations()(Code)
Get the operations defined by this interface, and all its super-interfaces. Operations defined by this interface, and all super-interfaces



getFault
InterfaceFault getFault(int index)(Code)
Get faults that may occur executing operations of this interface by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Faults that may occur executing operations of this interfaceat given index position.



getFaultsLength
int getFaultsLength()(Code)
Get the number of InterfaceFault items in faults. The number of InterfaceFault items in faults



getInterface
Interface getInterface(int index)(Code)
Get interfaces this interface extends, if any by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Interfaces this interface extends, if any at givenindex position.



getInterfacesLength
int getInterfacesLength()(Code)
Get the number of Interface items in interfaces. The number of Interface items in interfaces



getName
String getName()(Code)
Get local name of this interface component. Local name of this interface component



getOperation
InterfaceOperation getOperation(int index)(Code)
Get operations defined by this interface only by indexed position.
Parameters:
  index - Indexed position value 0..length-1 operations defined by this interface only at givenindex position.



getOperationsLength
int getOperationsLength()(Code)
Get the number of InterfaceOperation items in operations. The number of InterfaceOperation items in operations



getQName
QName getQName()(Code)
Get qualified name of this component. Qualified name of this component



getStyleDefault
URI[] getStyleDefault()(Code)
Get the default styles used to construct the {element} properties of {message references} of all operations contained in this interface. The default styles used to construct the {element} propertiesof {message references} of all operations contained in this interface



getTargetNamespace
String getTargetNamespace()(Code)
Get target namespace of this binding. Target namespace of this binding



removeFault
InterfaceFault removeFault(int index)(Code)
Remove faults that may occur executing operations of this interface by index position.
Parameters:
  index - The index position of the fault to remove The InterfaceFault removed, if any.



removeInterface
Interface removeInterface(int index)(Code)
Remove interfaces this interface extends, if any by index position.
Parameters:
  index - The index position of the interface to remove The Interface removed, if any.



removeOperation
InterfaceOperation removeOperation(int index)(Code)
Remove operations defined by this interface only by index position.
Parameters:
  index - The index position of the operation to remove The InterfaceOperation removed, if any.



setFault
void setFault(int index, InterfaceFault theFault)(Code)
Set faults that may occur executing operations of this interface by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theFault - Item to add at position index.



setInterface
void setInterface(int index, Interface theInterface)(Code)
Set interfaces this interface extends, if any by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theInterface - Item to add at position index.



setName
void setName(String theName)(Code)
Set local name of this interface component.
Parameters:
  theName - Local name of this interface component



setOperation
void setOperation(int index, InterfaceOperation theOperation)(Code)
Set operations defined by this interface only by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theOperation - Item to add at position index.



setStyleDefault
void setStyleDefault(URI[] theStyleDefault)(Code)
Set the default styles used to construct the {element} properties of {message references} of all operations contained in this interface.
Parameters:
  theStyleDefault - The default styles used to construct the{element} properties of {message references} of all operationscontained in this interface



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.