Java Doc for SaajImplementation.java in  » Web-Services » spring-ws-1.0.0 » org » springframework » ws » soap » saaj » 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 » Web Services » spring ws 1.0.0 » org.springframework.ws.soap.saaj 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.springframework.ws.soap.saaj.SaajImplementation

All known Subclasses:   org.springframework.ws.soap.saaj.Saaj13Implementation,  org.springframework.ws.soap.saaj.Saaj12Implementation,  org.springframework.ws.soap.saaj.Saaj11Implementation,
SaajImplementation
public interface SaajImplementation (Code)
Forms a bridge between the SOAP class hierarchy and a specific version of SAAJ.
author:
   Arjen Poutsma
since:
   1.0.0




Method Summary
 AttachmentPartaddAttachmentPart(SOAPMessage message, DataHandler dataHandler)
     Adds an attachment to the given message.
 voidaddAttribute(SOAPElement element, QName name, String value)
     Adds an attribute to the specified element.
 DetailEntryaddDetailEntry(Detail detail, QName name)
     Adds a detail entry to the given detail.
 SOAPFaultaddFault(SOAPBody body, QName faultCode, String faultString, Locale locale)
     Adds a fault to the given body.
 DetailaddFaultDetail(SOAPFault fault)
     Adds a fault detail for the given fault.
 SOAPHeaderElementaddHeaderElement(SOAPHeader header, QName name)
     Adds a header element to the given header.
 SOAPHeaderElementaddNotUnderstoodHeaderElement(SOAPHeader header, QName name)
     Adds a not understood header element to the given header.
 voidaddTextNode(DetailEntry detailEntry, String text)
    
 SOAPHeaderElementaddUpgradeHeaderElement(SOAPHeader header, String[] supportedSoapUris)
     Adds a upgrade header element to the given header.
 voidappendFaultSubcode(SOAPFault fault, QName subcode)
     Adds a fault sub code.
 IteratorexamineAllHeaderElements(SOAPHeader header)
     Returns all header elements.
 IteratorexamineMustUnderstandHeaderElements(SOAPHeader header, String actorOrRole)
     Returns all header elements for which the must understand attribute is true, given the actor or role.
 StringgetActorOrRole(SOAPHeaderElement headerElement)
     Returns the SOAP 1.1 actor or SOAP 1.2 role attribute for the given header element.
 IteratorgetAllAttibutes(SOAPElement element)
     Returns all attributes as an iterator of QNames.
 IteratorgetAttachment(SOAPMessage message, MimeHeaders mimeHeaders)
     Returns an iteration over all attachments in the message with the given headers.
 IteratorgetAttachments(SOAPMessage message)
     Returns an iteration over all attachments in the message.
 StringgetAttributeValue(SOAPElement element, QName name)
    
 SOAPBodygetBody(SOAPEnvelope envelope)
     Returns the body of the given envelope.
 IteratorgetDetailEntries(Detail detail)
     Returns an iteration over all detail entries.
 SOAPEnvelopegetEnvelope(SOAPMessage message)
     Returns the envelope of the given message.
 SOAPFaultgetFault(SOAPBody body)
     Returns the fault for the given body, if any.
 StringgetFaultActor(SOAPFault fault)
     Returns the actor for the given fault.
 QNamegetFaultCode(SOAPFault fault)
     Returns the fault code for the given fault.
 DetailgetFaultDetail(SOAPFault fault)
     Returns the fault detail for the given fault.
 StringgetFaultNode(SOAPFault fault)
     Returns the fault node.
 StringgetFaultReasonText(SOAPFault fault, Locale locale)
     Returns the fault reason text.
 StringgetFaultRole(SOAPFault fault)
     Returns the fault role.
 StringgetFaultString(SOAPFault fault)
     Returns the fault string for the given fault.
 LocalegetFaultStringLocale(SOAPFault fault)
     Returns the fault string language for the given fault.
 IteratorgetFaultSubcodes(SOAPFault fault)
     Returns the fault sub code.
 SOAPElementgetFirstBodyElement(SOAPBody body)
     Returns the first child element of the given body.
 SOAPHeadergetHeader(SOAPEnvelope envelope)
     Returns the header of the given envelope.
 MimeHeadersgetMimeHeaders(SOAPMessage message)
     Returns the MIME headers of the message.
 booleangetMustUnderstand(SOAPHeaderElement headerElement)
     Gets the must understand attribute for the given header element.
 QNamegetName(SOAPElement element)
     Returns the name of the given element.
 ResultgetResult(SOAPElement element)
     Returns the writable Result of the given element.
 SourcegetSource(SOAPElement element)
     Returns the readable Source of the given element.
 StringgetText(SOAPElement element)
    
 booleanhasFault(SOAPBody body)
     Returns true if the body has a fault, false otherwise.
 voidremoveAttribute(SOAPElement element, QName name)
     Removes an attribute from the specified element.
 voidremoveContents(SOAPElement element)
     Removes the contents (i.e.
 voidsetActorOrRole(SOAPHeaderElement headerElement, String actorOrRole)
     Sets the SOAP 1.1 actor or SOAP 1.2 role attribute for the given header element.
 voidsetFaultActor(SOAPFault fault, String actorOrRole)
     Sets the actor for the given fault.
 voidsetFaultNode(SOAPFault fault, String uri)
     Sets the fault node.
 voidsetFaultReasonText(SOAPFault fault, Locale locale, String text)
     Sets the fault reason text.
 voidsetFaultRole(SOAPFault fault, String role)
     Sets the fault role.
 voidsetMustUnderstand(SOAPHeaderElement headerElement, boolean mustUnderstand)
     Sets the must understand attribute for the given header element.
 voidsetText(SOAPElement element, String content)
    
 voidwriteTo(SOAPMessage message, OutputStream outputStream)
     Writes the given message to the given stream.



Method Detail
addAttachmentPart
AttachmentPart addAttachmentPart(SOAPMessage message, DataHandler dataHandler)(Code)
Adds an attachment to the given message.



addAttribute
void addAttribute(SOAPElement element, QName name, String value) throws SOAPException(Code)
Adds an attribute to the specified element.



addDetailEntry
DetailEntry addDetailEntry(Detail detail, QName name) throws SOAPException(Code)
Adds a detail entry to the given detail.



addFault
SOAPFault addFault(SOAPBody body, QName faultCode, String faultString, Locale locale) throws SOAPException(Code)
Adds a fault to the given body.



addFaultDetail
Detail addFaultDetail(SOAPFault fault) throws SOAPException(Code)
Adds a fault detail for the given fault.



addHeaderElement
SOAPHeaderElement addHeaderElement(SOAPHeader header, QName name) throws SOAPException(Code)
Adds a header element to the given header.



addNotUnderstoodHeaderElement
SOAPHeaderElement addNotUnderstoodHeaderElement(SOAPHeader header, QName name) throws SOAPException(Code)
Adds a not understood header element to the given header.



addTextNode
void addTextNode(DetailEntry detailEntry, String text) throws SOAPException(Code)



addUpgradeHeaderElement
SOAPHeaderElement addUpgradeHeaderElement(SOAPHeader header, String[] supportedSoapUris) throws SOAPException(Code)
Adds a upgrade header element to the given header.



appendFaultSubcode
void appendFaultSubcode(SOAPFault fault, QName subcode) throws SOAPException(Code)
Adds a fault sub code.



examineAllHeaderElements
Iterator examineAllHeaderElements(SOAPHeader header)(Code)
Returns all header elements.



examineMustUnderstandHeaderElements
Iterator examineMustUnderstandHeaderElements(SOAPHeader header, String actorOrRole)(Code)
Returns all header elements for which the must understand attribute is true, given the actor or role.



getActorOrRole
String getActorOrRole(SOAPHeaderElement headerElement)(Code)
Returns the SOAP 1.1 actor or SOAP 1.2 role attribute for the given header element.



getAllAttibutes
Iterator getAllAttibutes(SOAPElement element)(Code)
Returns all attributes as an iterator of QNames. *



getAttachment
Iterator getAttachment(SOAPMessage message, MimeHeaders mimeHeaders)(Code)
Returns an iteration over all attachments in the message with the given headers.



getAttachments
Iterator getAttachments(SOAPMessage message)(Code)
Returns an iteration over all attachments in the message.



getAttributeValue
String getAttributeValue(SOAPElement element, QName name) throws SOAPException(Code)
Returns the attribute value *



getBody
SOAPBody getBody(SOAPEnvelope envelope) throws SOAPException(Code)
Returns the body of the given envelope.



getDetailEntries
Iterator getDetailEntries(Detail detail)(Code)
Returns an iteration over all detail entries.



getEnvelope
SOAPEnvelope getEnvelope(SOAPMessage message) throws SOAPException(Code)
Returns the envelope of the given message.



getFault
SOAPFault getFault(SOAPBody body)(Code)
Returns the fault for the given body, if any.



getFaultActor
String getFaultActor(SOAPFault fault)(Code)
Returns the actor for the given fault.



getFaultCode
QName getFaultCode(SOAPFault fault)(Code)
Returns the fault code for the given fault.



getFaultDetail
Detail getFaultDetail(SOAPFault fault)(Code)
Returns the fault detail for the given fault.



getFaultNode
String getFaultNode(SOAPFault fault)(Code)
Returns the fault node.



getFaultReasonText
String getFaultReasonText(SOAPFault fault, Locale locale) throws SOAPException(Code)
Returns the fault reason text.



getFaultRole
String getFaultRole(SOAPFault fault)(Code)
Returns the fault role.



getFaultString
String getFaultString(SOAPFault fault)(Code)
Returns the fault string for the given fault.



getFaultStringLocale
Locale getFaultStringLocale(SOAPFault fault)(Code)
Returns the fault string language for the given fault.



getFaultSubcodes
Iterator getFaultSubcodes(SOAPFault fault)(Code)
Returns the fault sub code.



getFirstBodyElement
SOAPElement getFirstBodyElement(SOAPBody body)(Code)
Returns the first child element of the given body.



getHeader
SOAPHeader getHeader(SOAPEnvelope envelope) throws SOAPException(Code)
Returns the header of the given envelope.



getMimeHeaders
MimeHeaders getMimeHeaders(SOAPMessage message)(Code)
Returns the MIME headers of the message.



getMustUnderstand
boolean getMustUnderstand(SOAPHeaderElement headerElement)(Code)
Gets the must understand attribute for the given header element.



getName
QName getName(SOAPElement element)(Code)
Returns the name of the given element.



getResult
Result getResult(SOAPElement element)(Code)
Returns the writable Result of the given element.



getSource
Source getSource(SOAPElement element)(Code)
Returns the readable Source of the given element.



getText
String getText(SOAPElement element)(Code)
Returns the text of the given element



hasFault
boolean hasFault(SOAPBody body)(Code)
Returns true if the body has a fault, false otherwise.



removeAttribute
void removeAttribute(SOAPElement element, QName name) throws SOAPException(Code)
Removes an attribute from the specified element.



removeContents
void removeContents(SOAPElement element)(Code)
Removes the contents (i.e. children) of the element.



setActorOrRole
void setActorOrRole(SOAPHeaderElement headerElement, String actorOrRole)(Code)
Sets the SOAP 1.1 actor or SOAP 1.2 role attribute for the given header element.



setFaultActor
void setFaultActor(SOAPFault fault, String actorOrRole) throws SOAPException(Code)
Sets the actor for the given fault.



setFaultNode
void setFaultNode(SOAPFault fault, String uri) throws SOAPException(Code)
Sets the fault node.



setFaultReasonText
void setFaultReasonText(SOAPFault fault, Locale locale, String text) throws SOAPException(Code)
Sets the fault reason text.



setFaultRole
void setFaultRole(SOAPFault fault, String role) throws SOAPException(Code)
Sets the fault role.



setMustUnderstand
void setMustUnderstand(SOAPHeaderElement headerElement, boolean mustUnderstand)(Code)
Sets the must understand attribute for the given header element.



setText
void setText(SOAPElement element, String content) throws SOAPException(Code)
Returns the text of the given element



writeTo
void writeTo(SOAPMessage message, OutputStream outputStream) throws SOAPException, IOException(Code)
Writes the given message to the given stream.



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