Java Doc for RPCProxyTests.java in  » Web-Services-AXIS2 » jax-ws » org » apache » axis2 » jaxws » proxy » 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 AXIS2 » jax ws » org.apache.axis2.jaxws.proxy 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.axis2.jaxws.proxy.RPCProxyTests

RPCProxyTests
public class RPCProxyTests extends TestCase (Code)




Method Summary
public  void_testCalendars()
     Currently not enabled due to problems marshalling/unmarshalling an xsd:list of XMLGregorianCalendar.
public  void_testLists()
     Currently not enabled due to problems with marshaling an xsd:list of QName.
public  Dispatch<String>getDispatch()
    
public  RPCLitgetProxy()
    
public  voidtestBigIntegers()
    
public  voidtestEnums()
    
public  voidtestFault()
    
public  voidtestForNull()
    
public  voidtestForNullReturn()
    
public  voidtestHeader()
     Simple test that ensures that we can echo a string to an rpc/lit web service.
public  voidtestLongs()
    
public  voidtestSimple()
    
public  voidtestSimple2()
    
public  voidtestSimple2_DispatchWithoutXSIType()
    
public  voidtestSimpleInOut()
    
public  voidtestSimple_Dispatch()
    
public  voidtestSimple_DispatchWithoutXSIType()
    
public  voidtestStringList()
     Simple test that ensures that we can echo a string to an rpc/lit web service.
public  voidtestStringList_Dispatch()
    



Method Detail
_testCalendars
public void _testCalendars()(Code)
Currently not enabled due to problems marshalling/unmarshalling an xsd:list of XMLGregorianCalendar. Users should use document/literal processing if they need such complicated scenarios.



_testLists
public void _testLists()(Code)
Currently not enabled due to problems with marshaling an xsd:list of QName. Users should use document/literal processing if they need such complicated scenarios.



getDispatch
public Dispatch<String> getDispatch() throws MalformedURLException(Code)
Utility Method to get a Dispatch
throws:
  MalformedURLException -



getProxy
public RPCLit getProxy() throws MalformedURLException(Code)
Utility method to get the proxy RPCLit proxy
throws:
  MalformedURLException -



testBigIntegers
public void testBigIntegers()(Code)



testEnums
public void testEnums()(Code)



testFault
public void testFault() throws Exception(Code)
Simple test that ensures that a service fault is thrown correctly



testForNull
public void testForNull() throws Exception(Code)
Simple test that ensures that we can echo a string to an rpc/lit web service



testForNullReturn
public void testForNullReturn() throws Exception(Code)
Simple test that ensures that we can echo a string to an rpc/lit web service



testHeader
public void testHeader() throws Exception(Code)
Simple test that ensures that we can echo a string to an rpc/lit web service. This test passes the information in headers



testLongs
public void testLongs()(Code)



testSimple
public void testSimple() throws Exception(Code)
Simple test that ensures that we can echo a string to an rpc/lit web service



testSimple2
public void testSimple2() throws Exception(Code)
Simple test that ensures that we can echo a string to an rpc/lit web service



testSimple2_DispatchWithoutXSIType
public void testSimple2_DispatchWithoutXSIType() throws Exception(Code)



testSimpleInOut
public void testSimpleInOut() throws Exception(Code)
Simple test that ensures that we can echo a string to an rpc/lit web service



testSimple_Dispatch
public void testSimple_Dispatch() throws Exception(Code)



testSimple_DispatchWithoutXSIType
public void testSimple_DispatchWithoutXSIType() throws Exception(Code)



testStringList
public void testStringList() throws Exception(Code)
Simple test that ensures that we can echo a string to an rpc/lit web service.



testStringList_Dispatch
public void testStringList_Dispatch() throws Exception(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.