Java Doc for WsdlMockResponse.java in  » Web-Services » soapui-1.7.5 » com » eviware » soapui » impl » wsdl » mock » 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 » soapui 1.7.5 » com.eviware.soapui.impl.wsdl.mock 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.eviware.soapui.impl.wsdl.mock.WsdlMockResponse

WsdlMockResponse
public class WsdlMockResponse extends AbstractWsdlModelItem implements MockResponse,AttachmentContainer(Code)
A WsdlMockResponse contained by a WsdlMockOperation
author:
   ole.matzura


Field Summary
final public static  StringDISABLE_MULTIPART_ATTACHMENTS
    
final public static  StringENCODE_ATTACHMENTS
    
final public static  StringHEADERS_PROPERTY
    
final public static  StringMOCKRESULT_PROPERTY
    
final public static  StringREMOVE_EMPTY_CONTENT
    
final public static  StringRESPONSE_DELAY_PROPERTY
    
final public static  StringSCRIPT_PROPERTY
    
final public static  StringSTRIP_WHITESPACES
    
protected  List<FileAttachment>attachments
    

Constructor Summary
public  WsdlMockResponse(WsdlMockOperation operation, MockResponseConfig config)
    

Method Summary
public  AttachmentaddAttachment(Attachment attachment)
    
public  AttachmentattachFile(File file, boolean cache)
    
public  voidevaluateScript(WsdlMockRequest request)
    
public  WsdlMockResultexecute(WsdlMockRequest request, WsdlMockResult result)
    
public  WsdlAttachmentgetAttachmentAt(int index)
    
public  intgetAttachmentCount()
    
public  WsdlAttachmentPartgetAttachmentPart(String partName)
    
public  Attachment[]getAttachments()
    
public  Attachment[]getAttachmentsForPart(String partName)
    
public  longgetContentLength()
    
public  WsdlAttachmentPart[]getDefinedAttachmentParts()
    
public  StringgetEncoding()
    
public  ImageIcongetIcon()
    
public  WsdlMockOperationgetMockOperation()
    
public  WsdlMockResultgetMockResult()
    
public  StringgetResponseContent()
    
public  longgetResponseDelay()
    
public  StringToStringMapgetResponseHeaders()
    
public  MessagePart[]getResponseParts()
    
public  StringgetScript()
    
public  booleanisEncodeAttachments()
    
public  booleanisMtomEnabled()
    
public  booleanisMultipartEnabled()
    
public  booleanisRemoveEmptyContent()
    
public  booleanisStripWhitespaces()
    
public  voidonSave()
    
public  voidrelease()
    
public  voidremoveAttachment(Attachment attachment)
    
public  voidsetEncodeAttachments(boolean encodeAttachments)
    
public  voidsetEncoding(String encoding)
    
public  voidsetMockResult(WsdlMockResult mockResult)
    
public  voidsetMtomEnabled(boolean mtomEnabled)
    
public  voidsetMultipartEnabled(boolean multipartEnabled)
    
public  voidsetRemoveEmptyContent(boolean removeEmptyContent)
    
public  voidsetResponseContent(String responseContent)
    
public  voidsetResponseDelay(long delay)
    
public  voidsetResponseHeaders(StringToStringMap headers)
    
public  voidsetScript(String script)
    
public  voidsetStripWhitespaces(boolean stripWhitespaces)
    

Field Detail
DISABLE_MULTIPART_ATTACHMENTS
final public static String DISABLE_MULTIPART_ATTACHMENTS(Code)



ENCODE_ATTACHMENTS
final public static String ENCODE_ATTACHMENTS(Code)



HEADERS_PROPERTY
final public static String HEADERS_PROPERTY(Code)



MOCKRESULT_PROPERTY
final public static String MOCKRESULT_PROPERTY(Code)



REMOVE_EMPTY_CONTENT
final public static String REMOVE_EMPTY_CONTENT(Code)



RESPONSE_DELAY_PROPERTY
final public static String RESPONSE_DELAY_PROPERTY(Code)



SCRIPT_PROPERTY
final public static String SCRIPT_PROPERTY(Code)



STRIP_WHITESPACES
final public static String STRIP_WHITESPACES(Code)



attachments
protected List<FileAttachment> attachments(Code)




Constructor Detail
WsdlMockResponse
public WsdlMockResponse(WsdlMockOperation operation, MockResponseConfig config)(Code)




Method Detail
addAttachment
public Attachment addAttachment(Attachment attachment)(Code)



attachFile
public Attachment attachFile(File file, boolean cache)(Code)



evaluateScript
public void evaluateScript(WsdlMockRequest request) throws Exception(Code)



execute
public WsdlMockResult execute(WsdlMockRequest request, WsdlMockResult result) throws DispatchException(Code)



getAttachmentAt
public WsdlAttachment getAttachmentAt(int index)(Code)



getAttachmentCount
public int getAttachmentCount()(Code)



getAttachmentPart
public WsdlAttachmentPart getAttachmentPart(String partName)(Code)



getAttachments
public Attachment[] getAttachments()(Code)



getAttachmentsForPart
public Attachment[] getAttachmentsForPart(String partName)(Code)



getContentLength
public long getContentLength()(Code)



getDefinedAttachmentParts
public WsdlAttachmentPart[] getDefinedAttachmentParts()(Code)



getEncoding
public String getEncoding()(Code)



getIcon
public ImageIcon getIcon()(Code)



getMockOperation
public WsdlMockOperation getMockOperation()(Code)



getMockResult
public WsdlMockResult getMockResult()(Code)



getResponseContent
public String getResponseContent()(Code)



getResponseDelay
public long getResponseDelay()(Code)



getResponseHeaders
public StringToStringMap getResponseHeaders()(Code)



getResponseParts
public MessagePart[] getResponseParts()(Code)



getScript
public String getScript()(Code)



isEncodeAttachments
public boolean isEncodeAttachments()(Code)



isMtomEnabled
public boolean isMtomEnabled()(Code)



isMultipartEnabled
public boolean isMultipartEnabled()(Code)



isRemoveEmptyContent
public boolean isRemoveEmptyContent()(Code)



isStripWhitespaces
public boolean isStripWhitespaces()(Code)



onSave
public void onSave()(Code)



release
public void release()(Code)



removeAttachment
public void removeAttachment(Attachment attachment)(Code)



setEncodeAttachments
public void setEncodeAttachments(boolean encodeAttachments)(Code)



setEncoding
public void setEncoding(String encoding)(Code)



setMockResult
public void setMockResult(WsdlMockResult mockResult)(Code)



setMtomEnabled
public void setMtomEnabled(boolean mtomEnabled)(Code)



setMultipartEnabled
public void setMultipartEnabled(boolean multipartEnabled)(Code)



setRemoveEmptyContent
public void setRemoveEmptyContent(boolean removeEmptyContent)(Code)



setResponseContent
public void setResponseContent(String responseContent)(Code)



setResponseDelay
public void setResponseDelay(long delay)(Code)



setResponseHeaders
public void setResponseHeaders(StringToStringMap headers)(Code)



setScript
public void setScript(String script)(Code)



setStripWhitespaces
public void setStripWhitespaces(boolean stripWhitespaces)(Code)



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