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

Description
public interface Description extends ExtensibleDocumentedComponent(Code)
API for WSDL 2.0 Description container.
author:
   ApiGen AX.00




Method Summary
 BindingaddNewBinding(String name)
     Create a new binding component, appended to this definition's binding list.
Parameters:
  name - Name of binding to create.
 ImportaddNewImport()
     Create a new import component, appended to this definition's import list.
 IncludeaddNewInclude()
     Create a new include, appended to this definition's include list.
 InterfaceaddNewInterface(String name)
     Create a new interface component, appended to this definition's interface list.
Parameters:
  name - Name of interface to create.
 ServiceaddNewService(String name)
     Create a new service component, appended to this definition's service list.
Parameters:
  name - Name of service to create.
 voidappendBinding(Binding theBinding)
     Append an item to bindings for this component.
 voidappendImport(Import theImport)
     Append an item to definitions imported into this container.
 voidappendInclude(Include theInclude)
     Append an item to definitions included in this container.
 voidappendInterface(Interface theInterface)
     Append an item to interfaces for this component.
 voidappendService(Service theService)
     Append an item to services for this component.
 voidappendType(Types theType)
     Append an item to types (in schema or whatever).
 BindingfindBinding(QName name)
     Find named binding in this definition or the imported/included bindings.
Parameters:
  name - Name of binding to find.
 InterfacefindInterface(QName name)
     Find named interface in this definition or the imported/included interfaces.
Parameters:
  name - Name of interface to find.
 ServicefindService(QName name)
     Find named service in this definition or the imported/included services.
Parameters:
  name - Name of service to find.
 BindinggetBinding(int index)
     Get bindings for this component by indexed position.
 intgetBindingsLength()
     Get the number of Binding items in bindings.
 StringgetDocumentBaseUri()
     Get base URI for the document for this wsdl:definitions component.
 ImportgetImport(int index)
     Get definitions imported into this container by indexed position.
 intgetImportsLength()
     Get the number of Import items in imports.
 IncludegetInclude(int index)
     Get definitions included in this container by indexed position.
 intgetIncludesLength()
     Get the number of Include items in includes.
 InterfacegetInterface(int index)
     Get interfaces for this component by indexed position.
 intgetInterfacesLength()
     Get the number of Interface items in interfaces.
 ServicegetService(int index)
     Get services for this component by indexed position.
 intgetServicesLength()
     Get the number of Service items in services.
 StringgetTargetNamespace()
     Get namespace for components in this container.
 TypesgetType(int index)
     Get types (in schema or whatever) by indexed position.
 intgetTypesLength()
     Get the number of Types items in types.
 TypesnewTypes()
     Create a new types component, replacing the existing types component of this definition, if necessary.
 BindingremoveBinding(int index)
     Remove bindings for this component by index position.
 ImportremoveImport(int index)
     Remove definitions imported into this container by index position.
 IncluderemoveInclude(int index)
     Remove definitions included in this container by index position.
 InterfaceremoveInterface(int index)
     Remove interfaces for this component by index position.
 ServiceremoveService(int index)
     Remove services for this component by index position.
 TypesremoveType(int index)
     Remove types (in schema or whatever) by index position.
 voidsetBinding(int index, Binding theBinding)
     Set bindings for this component by indexed position.
 voidsetDocumentBaseUri(String theDocumentBaseUri)
     Set base URI for the document for this wsdl:definitions component.
 voidsetImport(int index, Import theImport)
     Set definitions imported into this container by indexed position.
 voidsetInclude(int index, Include theInclude)
     Set definitions included in this container by indexed position.
 voidsetInterface(int index, Interface theInterface)
     Set interfaces for this component by indexed position.
 voidsetService(int index, Service theService)
     Set services for this component by indexed position.
 voidsetTargetNamespace(String theTargetNamespace)
     Set namespace for components in this container.
 voidsetType(int index, Types theType)
     Set types (in schema or whatever) by indexed position.
 org.w3c.dom.DocumenttoXmlDocument()
     Return this document as a DOM document.
 StringtoXmlString()
     Return this WSDL definition as an XML string.



Method Detail
addNewBinding
Binding addNewBinding(String name)(Code)
Create a new binding component, appended to this definition's binding list.
Parameters:
  name - Name of binding to create. Newly created binding, appended to the bindings list.



addNewImport
Import addNewImport()(Code)
Create a new import component, appended to this definition's import list. Newly created import, appended to the imports list.



addNewInclude
Include addNewInclude()(Code)
Create a new include, appended to this definition's include list. Newly created include, appended to the includes list.



addNewInterface
Interface addNewInterface(String name)(Code)
Create a new interface component, appended to this definition's interface list.
Parameters:
  name - Name of interface to create. Newly created interface, appended to interfaces list.



addNewService
Service addNewService(String name)(Code)
Create a new service component, appended to this definition's service list.
Parameters:
  name - Name of service to create. Newly created service, appended to the services list.



appendBinding
void appendBinding(Binding theBinding)(Code)
Append an item to bindings for this component.
Parameters:
  theBinding - Item to append to bindings



appendImport
void appendImport(Import theImport)(Code)
Append an item to definitions imported into this container.
Parameters:
  theImport - Item to append to imports



appendInclude
void appendInclude(Include theInclude)(Code)
Append an item to definitions included in this container.
Parameters:
  theInclude - Item to append to includes



appendInterface
void appendInterface(Interface theInterface)(Code)
Append an item to interfaces for this component.
Parameters:
  theInterface - Item to append to interfaces



appendService
void appendService(Service theService)(Code)
Append an item to services for this component.
Parameters:
  theService - Item to append to services



appendType
void appendType(Types theType)(Code)
Append an item to types (in schema or whatever).
Parameters:
  theType - Item to append to types



findBinding
Binding findBinding(QName name)(Code)
Find named binding in this definition or the imported/included bindings.
Parameters:
  name - Name of binding to find. Named Binding; null if none found.



findInterface
Interface findInterface(QName name)(Code)
Find named interface in this definition or the imported/included interfaces.
Parameters:
  name - Name of interface to find. Named Interface; null if none found.



findService
Service findService(QName name)(Code)
Find named service in this definition or the imported/included services.
Parameters:
  name - Name of service to find. Named Service; null if none found.



getBinding
Binding getBinding(int index)(Code)
Get bindings for this component by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Bindings for this component at given indexposition.



getBindingsLength
int getBindingsLength()(Code)
Get the number of Binding items in bindings. The number of Binding items in bindings



getDocumentBaseUri
String getDocumentBaseUri()(Code)
Get base URI for the document for this wsdl:definitions component. Base URI for the document for this wsdl:definitions component



getImport
Import getImport(int index)(Code)
Get definitions imported into this container by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Description imported into this container at givenindex position.



getImportsLength
int getImportsLength()(Code)
Get the number of Import items in imports. The number of Import items in imports



getInclude
Include getInclude(int index)(Code)
Get definitions included in this container by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Description included in this container at givenindex position.



getIncludesLength
int getIncludesLength()(Code)
Get the number of Include items in includes. The number of Include items in includes



getInterface
Interface getInterface(int index)(Code)
Get interfaces for this component by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Interfaces for this component at given indexposition.



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



getService
Service getService(int index)(Code)
Get services for this component by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Services for this component at given indexposition.



getServicesLength
int getServicesLength()(Code)
Get the number of Service items in services. The number of Service items in services



getTargetNamespace
String getTargetNamespace()(Code)
Get namespace for components in this container. Namespace for components in this container



getType
Types getType(int index)(Code)
Get types (in schema or whatever) by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Types (in schema or whatever) at given indexposition.



getTypesLength
int getTypesLength()(Code)
Get the number of Types items in types. The number of Types items in types



newTypes
Types newTypes()(Code)
Create a new types component, replacing the existing types component of this definition, if necessary. Newly created Types component.



removeBinding
Binding removeBinding(int index)(Code)
Remove bindings for this component by index position.
Parameters:
  index - The index position of the binding to remove The Binding removed, if any.



removeImport
Import removeImport(int index)(Code)
Remove definitions imported into this container by index position.
Parameters:
  index - The index position of the import to remove The Import removed, if any.



removeInclude
Include removeInclude(int index)(Code)
Remove definitions included in this container by index position.
Parameters:
  index - The index position of the include to remove The Include removed, if any.



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



removeService
Service removeService(int index)(Code)
Remove services for this component by index position.
Parameters:
  index - The index position of the service to remove The Service removed, if any.



removeType
Types removeType(int index)(Code)
Remove types (in schema or whatever) by index position.
Parameters:
  index - The index position of the type to remove The Types removed, if any.



setBinding
void setBinding(int index, Binding theBinding)(Code)
Set bindings for this component by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theBinding - Item to add at position index.



setDocumentBaseUri
void setDocumentBaseUri(String theDocumentBaseUri)(Code)
Set base URI for the document for this wsdl:definitions component.
Parameters:
  theDocumentBaseUri - Base URI for the document for thiswsdl:definitions component



setImport
void setImport(int index, Import theImport)(Code)
Set definitions imported into this container by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theImport - Item to add at position index.



setInclude
void setInclude(int index, Include theInclude)(Code)
Set definitions included in this container by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theInclude - Item to add at position index.



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



setService
void setService(int index, Service theService)(Code)
Set services for this component by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theService - Item to add at position index.



setTargetNamespace
void setTargetNamespace(String theTargetNamespace)(Code)
Set namespace for components in this container.
Parameters:
  theTargetNamespace - Namespace for components in this container



setType
void setType(int index, Types theType)(Code)
Set types (in schema or whatever) by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theType - Item to add at position index.



toXmlDocument
org.w3c.dom.Document toXmlDocument()(Code)
Return this document as a DOM document. The DOM tree is a copy; altering it will not affect this definitions component. This definition, as a DOM document.



toXmlString
String toXmlString()(Code)
Return this WSDL definition as an XML string. This definition, 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.