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

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




Method Summary
 MessageFaultReferenceaddNewInFault(InterfaceFault fault)
     Create a new messsage in-fault reference for this operation, and append it to the operation's in-fault list.
 MessageReferenceaddNewInput()
     Create a new input message reference for this operation, and append it to this operation's input list.
 MessageFaultReferenceaddNewOutFault(InterfaceFault fault)
     Create a new messsage out-fault reference for this operation, and append it to the operation's out-fault list.
 MessageReferenceaddNewOutput()
     Create a new output message reference for this operation, and append it to this operation's output list.
 voidappendInFault(MessageFaultReference theInFault)
     Append an item to in fault message references.
 voidappendInput(MessageReference theInput)
     Append an item to input message references.
 voidappendOutFault(MessageFaultReference theOutFault)
     Append an item to out fault message references.
 voidappendOutput(MessageReference theOutput)
     Append an item to output message references.
 MessageFaultReferencegetInFault(int index)
     Get in fault message references by indexed position.
 intgetInFaultsLength()
     Get the number of MessageFaultReference items in inFaults.
 MessageReferencegetInput(int index)
     Get input message references by indexed position.
 intgetInputsLength()
     Get the number of MessageReference items in inputs.
 StringgetName()
     Get name of this interface operation component.
 MessageFaultReferencegetOutFault(int index)
     Get out fault message references by indexed position.
 intgetOutFaultsLength()
     Get the number of MessageFaultReference items in outFaults.
 MessageReferencegetOutput(int index)
     Get output message references by indexed position.
 intgetOutputsLength()
     Get the number of MessageReference items in outputs.
 StringgetPattern()
     Get message exchange pattern URI for this operation.
 QNamegetQualifiedName()
     Get qualified name of this interface operation.
 booleangetSafe()
     Get true if the operation is safe, as defined by the W3C Web Services Architecture document.
 StringgetStyle()
     Get a URI identifying the message construction rules for a message reference.
 MessageFaultReferenceremoveInFault(int index)
     Remove in fault message references by index position.
 MessageReferenceremoveInput(int index)
     Remove input message references by index position.
 MessageFaultReferenceremoveOutFault(int index)
     Remove out fault message references by index position.
 MessageReferenceremoveOutput(int index)
     Remove output message references by index position.
 voidsetInFault(int index, MessageFaultReference theInFault)
     Set in fault message references by indexed position.
 voidsetInput(int index, MessageReference theInput)
     Set input message references by indexed position.
 voidsetName(String theName)
     Set name of this interface operation component.
 voidsetOutFault(int index, MessageFaultReference theOutFault)
     Set out fault message references by indexed position.
 voidsetOutput(int index, MessageReference theOutput)
     Set output message references by indexed position.
 voidsetPattern(String thePattern)
     Set message exchange pattern URI for this operation.
 voidsetSafe(boolean isSafe)
     Set true if the operation is safe, as defined by the W3C Web Services Architecture document.
 voidsetStyle(String theStyle)
     Set a URI identifying the message construction rules for a message reference.
 DocumentFragmenttoXmlDocumentFragment()
     Return this interface operation as a DOM document fragment.
 StringtoXmlString()
     Return this WSDL interface operation as an XML string.



Method Detail
addNewInFault
MessageFaultReference addNewInFault(InterfaceFault fault)(Code)
Create a new messsage in-fault reference for this operation, and append it to the operation's in-fault list.
Parameters:
  fault - Fault referenced by the new in-fault The newly created in-fault reference.



addNewInput
MessageReference addNewInput()(Code)
Create a new input message reference for this operation, and append it to this operation's input list. The newly created input message reference.



addNewOutFault
MessageFaultReference addNewOutFault(InterfaceFault fault)(Code)
Create a new messsage out-fault reference for this operation, and append it to the operation's out-fault list.
Parameters:
  fault - Fault referenced by the new out-fault The newly created out-fault reference.



addNewOutput
MessageReference addNewOutput()(Code)
Create a new output message reference for this operation, and append it to this operation's output list. The newly created input message reference.



appendInFault
void appendInFault(MessageFaultReference theInFault)(Code)
Append an item to in fault message references.
Parameters:
  theInFault - Item to append to inFaults



appendInput
void appendInput(MessageReference theInput)(Code)
Append an item to input message references.
Parameters:
  theInput - Item to append to inputs



appendOutFault
void appendOutFault(MessageFaultReference theOutFault)(Code)
Append an item to out fault message references.
Parameters:
  theOutFault - Item to append to outFaults



appendOutput
void appendOutput(MessageReference theOutput)(Code)
Append an item to output message references.
Parameters:
  theOutput - Item to append to outputs



getInFault
MessageFaultReference getInFault(int index)(Code)
Get in fault message references by indexed position.
Parameters:
  index - Indexed position value 0..length-1 In fault message references at given indexposition.



getInFaultsLength
int getInFaultsLength()(Code)
Get the number of MessageFaultReference items in inFaults. The number of MessageFaultReference items in inFaults



getInput
MessageReference getInput(int index)(Code)
Get input message references by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Input message references at given index position.



getInputsLength
int getInputsLength()(Code)
Get the number of MessageReference items in inputs. The number of MessageReference items in inputs



getName
String getName()(Code)
Get name of this interface operation component. Name of this interface operation component



getOutFault
MessageFaultReference getOutFault(int index)(Code)
Get out fault message references by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Out fault message references at given indexposition.



getOutFaultsLength
int getOutFaultsLength()(Code)
Get the number of MessageFaultReference items in outFaults. The number of MessageFaultReference items in outFaults



getOutput
MessageReference getOutput(int index)(Code)
Get output message references by indexed position.
Parameters:
  index - Indexed position value 0..length-1 Output message references at given indexposition.



getOutputsLength
int getOutputsLength()(Code)
Get the number of MessageReference items in outputs. The number of MessageReference items in outputs



getPattern
String getPattern()(Code)
Get message exchange pattern URI for this operation. Message exchange pattern URI for this operation



getQualifiedName
QName getQualifiedName()(Code)
Get qualified name of this interface operation. Qualified name of this interface operation



getSafe
boolean getSafe()(Code)
Get true if the operation is safe, as defined by the W3C Web Services Architecture document. True if the operation is safe, as defined by the W3C WebServices Architecture document



getStyle
String getStyle()(Code)
Get a URI identifying the message construction rules for a message reference. A URI identifying the message construction rules for a messagereference



removeInFault
MessageFaultReference removeInFault(int index)(Code)
Remove in fault message references by index position.
Parameters:
  index - The index position of the inFault to remove The MessageFaultReference removed, if any.



removeInput
MessageReference removeInput(int index)(Code)
Remove input message references by index position.
Parameters:
  index - The index position of the input to remove The MessageReference removed, if any.



removeOutFault
MessageFaultReference removeOutFault(int index)(Code)
Remove out fault message references by index position.
Parameters:
  index - The index position of the outFault to remove The MessageFaultReference removed, if any.



removeOutput
MessageReference removeOutput(int index)(Code)
Remove output message references by index position.
Parameters:
  index - The index position of the output to remove The MessageReference removed, if any.



setInFault
void setInFault(int index, MessageFaultReference theInFault)(Code)
Set in fault message references by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theInFault - Item to add at position index.



setInput
void setInput(int index, MessageReference theInput)(Code)
Set input message references by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theInput - Item to add at position index.



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



setOutFault
void setOutFault(int index, MessageFaultReference theOutFault)(Code)
Set out fault message references by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theOutFault - Item to add at position index.



setOutput
void setOutput(int index, MessageReference theOutput)(Code)
Set output message references by indexed position.
Parameters:
  index - Indexed position value (0..length-1) of the item to set
Parameters:
  theOutput - Item to add at position index.



setPattern
void setPattern(String thePattern)(Code)
Set message exchange pattern URI for this operation.
Parameters:
  thePattern - Message exchange pattern URI for this operation



setSafe
void setSafe(boolean isSafe)(Code)
Set true if the operation is safe, as defined by the W3C Web Services Architecture document.
Parameters:
  isSafe - True if the operation is safe, as defined by the W3C WebServices Architecture document



setStyle
void setStyle(String theStyle)(Code)
Set a URI identifying the message construction rules for a message reference.
Parameters:
  theStyle - A URI identifying the message construction rules for amessage reference



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



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