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


java.lang.Object
   com.sun.jbi.wsdl2.impl.ExtensibleDocumentedComponent
      com.sun.jbi.wsdl2.impl.InterfaceOperation
         com.sun.jbi.wsdl2.impl.InterfaceOperationImpl

InterfaceOperationImpl
final class InterfaceOperationImpl extends InterfaceOperation (Code)
Implementation of WSDL 2.0 interface operation component.
author:
   Sun Microsystems, Inc.

Inner Class :static class Factory



Method Summary
public  com.sun.jbi.wsdl2.MessageFaultReferenceaddNewInFault(com.sun.jbi.wsdl2.InterfaceFault fault)
     Create a new messsage in-fault reference for this operation, and append it to the operation's in-fault list.
Parameters:
  fault - Fault to add to this operation.
public  com.sun.jbi.wsdl2.MessageReferenceaddNewInput()
     Create a new input message reference for this operation, and append it to this operation's input list.
public  com.sun.jbi.wsdl2.MessageFaultReferenceaddNewOutFault(com.sun.jbi.wsdl2.InterfaceFault fault)
     Create a new messsage out-fault reference for this operation, and append it to the operation's out-fault list.
Parameters:
  fault - Fault to add to this operation.
public  com.sun.jbi.wsdl2.MessageReferenceaddNewOutput()
     Create a new output message reference for this operation, and append it to this operation's output list.
public  voidappendInFault(com.sun.jbi.wsdl2.MessageFaultReference theInFault)
     Append an item to in fault message references.
public  voidappendInput(com.sun.jbi.wsdl2.MessageReference theInput)
     Append an item to input message references.
public  voidappendOutFault(com.sun.jbi.wsdl2.MessageFaultReference theOutFault)
     Append an item to out fault message references.
public  voidappendOutput(com.sun.jbi.wsdl2.MessageReference theOutput)
     Append an item to output message references.
static synchronized  java.util.MapgetAttributeNameMap()
     Worker class method for InterfaceOperationImpl.getWsdlAttributeNameMap() .
protected  DescriptionImplgetContainer()
     Get the container for this component.
public  com.sun.jbi.wsdl2.MessageFaultReferencegetInFault(int index)
     Get in fault message references by indexed position.
public  intgetInFaultsLength()
     Get the number of MessageFaultReference items in inFaults.
public  com.sun.jbi.wsdl2.MessageReferencegetInput(int index)
     Get input message references by indexed position.
public  intgetInputsLength()
     Get the number of MessageReference items in inputs.
public  StringgetName()
     Get name of this interface operation component.
public  com.sun.jbi.wsdl2.MessageFaultReferencegetOutFault(int index)
     Get out fault message references by indexed position.
public  intgetOutFaultsLength()
     Get the number of MessageFaultReference items in outFaults.
public  com.sun.jbi.wsdl2.MessageReferencegetOutput(int index)
     Get output message references by indexed position.
public  intgetOutputsLength()
     Get the number of MessageReference items in outputs.
public  StringgetPattern()
     Get message exchange pattern URI for this operation.
public  QNamegetQualifiedName()
     Get qualified name of this interface operation.
public  booleangetSafe()
     Returns true if the operation is safe, as defined by the W3C Web Services Architecture document.
public  StringgetStyle()
     Get a URI identifying the message construction rules for a message reference.
public  java.util.MapgetWsdlAttributeNameMap()
     Get map of WSDL-defined attribute QNames for this component, indexed by canonical QName string (see javax.xml.namespace.QName.toString .
public  com.sun.jbi.wsdl2.MessageFaultReferenceremoveInFault(int index)
     Remove in fault message references by index position.
public  com.sun.jbi.wsdl2.MessageReferenceremoveInput(int index)
     Remove input message references by index position.
public  com.sun.jbi.wsdl2.MessageFaultReferenceremoveOutFault(int index)
     Remove out fault message references by index position.
public  com.sun.jbi.wsdl2.MessageReferenceremoveOutput(int index)
     Remove output message references by index position.
public  voidsetInFault(int index, com.sun.jbi.wsdl2.MessageFaultReference theInFault)
     Set in fault message references by indexed position.
public  voidsetInput(int index, com.sun.jbi.wsdl2.MessageReference theInput)
     Set input message references by indexed position.
public  voidsetName(String theName)
     Set name of this interface operation component.
public  voidsetOutFault(int index, com.sun.jbi.wsdl2.MessageFaultReference theOutFault)
     Set out fault message references by indexed position.
public  voidsetOutput(int index, com.sun.jbi.wsdl2.MessageReference theOutput)
     Set output message references by indexed position.
public  voidsetPattern(String thePattern)
     Set message exchange pattern URI for this operation.
public  voidsetSafe(boolean isSafe)
     Set true if the operation is safe, as defined by the W3C Web Services Architecture document.
public  voidsetStyle(String theStyle)
     Set a URI identifying the message construction rules for a message reference.
public  DocumentFragmenttoXmlDocumentFragment()
     Return this interface operation as a DOM document fragment.
public  StringtoXmlString()
     Return this WSDL interface operation as an XML string.



Method Detail
addNewInFault
public com.sun.jbi.wsdl2.MessageFaultReference addNewInFault(com.sun.jbi.wsdl2.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 to add to this operation. The newly created in-fault reference.



addNewInput
public com.sun.jbi.wsdl2.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
public com.sun.jbi.wsdl2.MessageFaultReference addNewOutFault(com.sun.jbi.wsdl2.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 to add to this operation. The newly created out-fault reference.



addNewOutput
public com.sun.jbi.wsdl2.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
public void appendInFault(com.sun.jbi.wsdl2.MessageFaultReference theInFault)(Code)
Append an item to in fault message references.
Parameters:
  theInFault - Item to append to inFaults



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



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



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



getAttributeNameMap
static synchronized java.util.Map getAttributeNameMap()(Code)
Worker class method for InterfaceOperationImpl.getWsdlAttributeNameMap() . Map of WSDL-defined attribute QNames for this component, indexed by QName.toString()



getContainer
protected DescriptionImpl getContainer()(Code)
Get the container for this component. The component for this component



getInFault
public com.sun.jbi.wsdl2.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 index position.



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



getInput
public com.sun.jbi.wsdl2.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
public int getInputsLength()(Code)
Get the number of MessageReference items in inputs. The number of MessageReference items in inputs



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



getOutFault
public com.sun.jbi.wsdl2.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 index position.



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



getOutput
public com.sun.jbi.wsdl2.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 index position.



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



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



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



getSafe
public boolean getSafe()(Code)
Returns 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
public String getStyle()(Code)
Get a URI identifying the message construction rules for a message reference. A URI identifying the message construction rules for a message reference



getWsdlAttributeNameMap
public java.util.Map getWsdlAttributeNameMap()(Code)
Get map of WSDL-defined attribute QNames for this component, indexed by canonical QName string (see javax.xml.namespace.QName.toString . Map of WSDL-defined attribute QNames for this component, indexed by QName.toString()



removeInFault
public com.sun.jbi.wsdl2.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
public com.sun.jbi.wsdl2.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
public com.sun.jbi.wsdl2.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
public com.sun.jbi.wsdl2.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
public void setInFault(int index, com.sun.jbi.wsdl2.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
public void setInput(int index, com.sun.jbi.wsdl2.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
public void setName(String theName)(Code)
Set name of this interface operation component.
Parameters:
  theName - Name of this interface operation component



setOutFault
public void setOutFault(int index, com.sun.jbi.wsdl2.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
public void setOutput(int index, com.sun.jbi.wsdl2.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
public void setPattern(String thePattern)(Code)
Set message exchange pattern URI for this operation.
Parameters:
  thePattern - Message exchange pattern URI for this operation



setSafe
public 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 W3CWeb Services Architecture document



setStyle
public 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 a message reference



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



Methods inherited from com.sun.jbi.wsdl2.impl.InterfaceOperation
abstract public com.sun.jbi.wsdl2.MessageFaultReference addNewInFault(com.sun.jbi.wsdl2.InterfaceFault fault)(Code)(Java Doc)
abstract public com.sun.jbi.wsdl2.MessageReference addNewInput()(Code)(Java Doc)
abstract public com.sun.jbi.wsdl2.MessageFaultReference addNewOutFault(com.sun.jbi.wsdl2.InterfaceFault fault)(Code)(Java Doc)
abstract public com.sun.jbi.wsdl2.MessageReference addNewOutput()(Code)(Java Doc)
final protected InterfaceOperationType getBean()(Code)(Java Doc)
abstract public DocumentFragment toXmlDocumentFragment()(Code)(Java Doc)
abstract public String toXmlString()(Code)(Java Doc)

Fields inherited from com.sun.jbi.wsdl2.impl.ExtensibleDocumentedComponent
protected XmlObject mXmlObject(Code)(Java Doc)

Methods inherited from com.sun.jbi.wsdl2.impl.ExtensibleDocumentedComponent
abstract protected DescriptionImpl getContainer()(Code)(Java Doc)
public com.sun.jbi.wsdl2.Document getDocument(int i)(Code)(Java Doc)
public com.sun.jbi.wsdl2.Document getDocument()(Code)(Java Doc)
final protected ExtensibleDocumentedType getExBean()(Code)(Java Doc)
public com.sun.jbi.wsdl2.Extensions getExtensions()(Code)(Java Doc)
public void setDocument(int i, com.sun.jbi.wsdl2.Document theDocument)(Code)(Java Doc)
public void setDocument(com.sun.jbi.wsdl2.Document theDocument)(Code)(Java Doc)
public void setExtensions(com.sun.jbi.wsdl2.Extensions theExtensions)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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