Java Doc for Binding.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.Binding

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




Method Summary
 BindingFaultaddNewBindingFault(InterfaceFault ref)
     Create a new binding fault, appending it to this binding's faults list.
 BindingOperationaddNewOperation()
     Create a new operation, appending it to this binding's operations list.
 voidappendFault(BindingFault theFault)
     Append an item to faults bound by this binding definition.
 voidappendOperation(BindingOperation theOperation)
     Append an item to named binding operations, if any.
 BindingFaultgetFault(int index)
     Get faults bound by this binding definition by indexed position.
 intgetFaultsLength()
     Get the number of BindingFault items in faults.
 InterfacegetInterface()
     Get interface being bound by this binding definition, if any.
 StringgetName()
     Get local name of this binding component.
 BindingOperationgetOperation(int index)
     Get named binding operations, if any by indexed position.
 intgetOperationsLength()
     Get the number of BindingOperation items in operations.
 QNamegetQName()
     Get qualified name of this component.
 StringgetTargetNamespace()
     Get target namespace of this binding.
 StringgetType()
     Get URI indicating the type of this binding.
 BindingFaultremoveFault(int index)
     Remove faults bound by this binding definition by index position.
 BindingOperationremoveOperation(int index)
     Remove named binding operations, if any by index position.
 voidsetFault(int index, BindingFault theFault)
     Set faults bound by this binding definition by indexed position.
 voidsetInterface(Interface theInterface)
     Set interface being bound by this binding definition, if any.
 voidsetName(String theName)
     Set local name of this binding component.
 voidsetOperation(int index, BindingOperation theOperation)
     Set named binding operations, if any by indexed position.
 voidsetType(String theType)
    
 DocumentFragmenttoXmlDocumentFragment()
     Return this binding as a DOM document fragment.
 StringtoXmlString()
     Return this WSDL binding as an XML string.



Method Detail
addNewBindingFault
BindingFault addNewBindingFault(InterfaceFault ref)(Code)
Create a new binding fault, appending it to this binding's faults list.
Parameters:
  ref - Interface fault to which the new binding fault adds bindinginformation Newly created binding fault, appended to the faults list.



addNewOperation
BindingOperation addNewOperation()(Code)
Create a new operation, appending it to this binding's operations list. Newly created operation, appended to this binding's operationlist.



appendFault
void appendFault(BindingFault theFault)(Code)
Append an item to faults bound by this binding definition.
Parameters:
  theFault - Item to append to faults



appendOperation
void appendOperation(BindingOperation theOperation)(Code)
Append an item to named binding operations, if any.
Parameters:
  theOperation - Item to append to operations



getFault
BindingFault getFault(int index)(Code)
Get faults bound by this binding definition by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Faults bound by this binding definition at givenindex position.



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



getInterface
Interface getInterface()(Code)
Get interface being bound by this binding definition, if any. Interface being bound by this binding definition, if any



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



getOperation
BindingOperation getOperation(int index)(Code)
Get named binding operations, if any by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Named binding operations, if any at given indexposition.



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



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



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



getType
String getType()(Code)
Get URI indicating the type of this binding. URI indicating the type of this binding



removeFault
BindingFault removeFault(int index)(Code)
Remove faults bound by this binding definition by index position.
Parameters:
  index - The index position of the fault to remove The BindingFault removed, if any.



removeOperation
BindingOperation removeOperation(int index)(Code)
Remove named binding operations, if any by index position.
Parameters:
  index - The index position of the operation to remove The BindingOperation removed, if any.



setFault
void setFault(int index, BindingFault theFault)(Code)
Set faults bound by this binding definition 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(Interface theInterface)(Code)
Set interface being bound by this binding definition, if any.
Parameters:
  theInterface - Interface being bound by this binding definition,if any



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



setOperation
void setOperation(int index, BindingOperation theOperation)(Code)
Set named binding operations, if any by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theOperation - Item to add at position index.



setType
void setType(String theType)(Code)
Set URI indicating the type of this binding
Parameters:
  theType - URI indicating the type of this binding



toXmlDocumentFragment
DocumentFragment toXmlDocumentFragment()(Code)
Return this binding as a DOM document fragment. The DOM subtree is a copy; altering it will not affect this binding. This binding, as a DOM document fragment.



toXmlString
String toXmlString()(Code)
Return this WSDL binding as an XML string. This binding, serialized as an XML string.



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