Java Doc for MethodDescriptionComposite.java in  » Web-Services-AXIS2 » metadata » org » apache » axis2 » jaxws » description » builder » 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 » metadata » org.apache.axis2.jaxws.description.builder 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.axis2.jaxws.description.builder.MethodDescriptionComposite

MethodDescriptionComposite
public class MethodDescriptionComposite implements TMAnnotationComposite,TMFAnnotationComposite(Code)


Field Summary
 booleanoneWayAnnotated
    

Constructor Summary
public  MethodDescriptionComposite()
    
public  MethodDescriptionComposite(String methodName, String returnType, WebMethodAnnot webMethodAnnot, WebResultAnnot webResultAnnot, boolean oneWayAnnotated, HandlerChainAnnot handlerChainAnnot, SoapBindingAnnot soapBindingAnnot, WebServiceRefAnnot webServiceRefAnnot, WebEndpointAnnot webEndpointAnnot, RequestWrapperAnnot requestWrapperAnnot, ResponseWrapperAnnot responseWrapperAnnot, WebServiceContextAnnot webServiceContextAnnot)
    

Method Summary
public  voidaddParameterDescriptionComposite(ParameterDescriptionComposite parameterDescription)
    
Parameters:
  parameterDescription - The parameterDescription to add to the set.
public  voidaddParameterDescriptionComposite(ParameterDescriptionComposite parameterDescription, int index)
    
public  booleancompare(Object obj)
    
public  StringgetDeclaringClass()
     Returns the fully qualified name of the declaring class.
public  DescriptionBuilderCompositegetDescriptionBuilderCompositeRef()
     Returns the ModuleClassType.
public  Class[]getExceptionTypes()
     Returns the exceptions.
public  String[]getExceptions()
     Returns the exceptions.
public  HandlerChainAnnotgetHandlerChainAnnot()
     Returns the handlerChainAnnot.
public  StringgetMethodName()
    
public  ParameterDescriptionCompositegetParameterDescriptionComposite(int index)
    
Parameters:
  parameterDescription - The parameterDescription to add to the set.
public  List<ParameterDescriptionComposite>getParameterDescriptionCompositeList()
    
public  RequestWrapperAnnotgetRequestWrapperAnnot()
     Returns the requestWrapperAnnot.
public  ResponseWrapperAnnotgetResponseWrapperAnnot()
     Returns the responseWrapperAnnot.
public  StringgetReturnType()
     Returns the String descrbing this method result type.
public  ClassgetReturnTypeClass()
     Returns the class associated with the method result type.
public  SoapBindingAnnotgetSoapBindingAnnot()
     Returns the soapBindingAnnot.
public  WebEndpointAnnotgetWebEndpointAnnot()
     Returns the webEndpointAnnot.
public  WebMethodAnnotgetWebMethodAnnot()
     Returns the webMethodAnnot.
public  WebResultAnnotgetWebResultAnnot()
     Returns the webResultAnnot.
public  WebServiceContextAnnotgetWebServiceContextAnnot()
     Returns the webServiceContextAnnot.
public  WebServiceRefAnnotgetWebServiceRefAnnot()
     Returns the webServiceRefAnnot.
public  booleanisListType()
    
public  booleanisOneWay()
    
public  voidsetDeclaringClass(String declaringClass)
    
Parameters:
  declaringClass - The wrapper class to set.
public  voidsetDescriptionBuilderCompositeRef(DescriptionBuilderComposite dbc)
     Returns the ModuleClassType.
public  voidsetExceptions(String[] exceptions)
    
Parameters:
  exceptions - The exceptions to set.
public  voidsetHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
    
Parameters:
  handlerChainAnnot - The handlerChainAnnot to set.
public  voidsetIsListType(boolean isListType)
    
public  voidsetMethodName(String methodName)
    
Parameters:
  methodName - The methodName to set.
public  voidsetOneWayAnnot(boolean oneWayAnnotated)
    
public  voidsetParameterDescriptionCompositeList(List<ParameterDescriptionComposite> parameterDescriptionList)
    
Parameters:
  parameterDescription - The parameterDescription to add to the set.
public  voidsetRequestWrapperAnnot(RequestWrapperAnnot requestWrapperAnnot)
    
Parameters:
  requestWrapperAnnot - The requestWrapperAnnot to set.
public  voidsetResponseWrapperAnnot(ResponseWrapperAnnot responseWrapperAnnot)
    
Parameters:
  responseWrapperAnnot - The responseWrapperAnnot to set.
public  voidsetReturnType(String returnType)
    
Parameters:
  returnType - The returnType to set.
public  voidsetSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot)
    
Parameters:
  soapBindingAnnot - The soapBindingAnnot to set.
public  voidsetWebEndpointAnnot(WebEndpointAnnot webEndpointAnnot)
    
Parameters:
  webEndpointAnnotImpl - The webEndpointAnnotImpl to set.
public  voidsetWebMethodAnnot(WebMethodAnnot webMethodAnnot)
    
Parameters:
  webMethodAnnot - The webMethodAnnot to set.
public  voidsetWebResultAnnot(WebResultAnnot webResultAnnot)
    
Parameters:
  webResultAnnot - The webResultAnnot to set.
public  voidsetWebServiceContextAnnot(WebServiceContextAnnot webServiceContextAnnot)
    
Parameters:
  webServiceContextAnnot - The webServiceContextAnnot to set.
public  voidsetWebServiceRefAnnot(WebServiceRefAnnot webServiceRefAnnot)
    
Parameters:
  webServiceRefAnnot - The webServiceRefAnnot to set.
public  StringtoString()
     Convenience method for unit testing.

Field Detail
oneWayAnnotated
boolean oneWayAnnotated(Code)




Constructor Detail
MethodDescriptionComposite
public MethodDescriptionComposite()(Code)



MethodDescriptionComposite
public MethodDescriptionComposite(String methodName, String returnType, WebMethodAnnot webMethodAnnot, WebResultAnnot webResultAnnot, boolean oneWayAnnotated, HandlerChainAnnot handlerChainAnnot, SoapBindingAnnot soapBindingAnnot, WebServiceRefAnnot webServiceRefAnnot, WebEndpointAnnot webEndpointAnnot, RequestWrapperAnnot requestWrapperAnnot, ResponseWrapperAnnot responseWrapperAnnot, WebServiceContextAnnot webServiceContextAnnot)(Code)




Method Detail
addParameterDescriptionComposite
public void addParameterDescriptionComposite(ParameterDescriptionComposite parameterDescription)(Code)

Parameters:
  parameterDescription - The parameterDescription to add to the set.



addParameterDescriptionComposite
public void addParameterDescriptionComposite(ParameterDescriptionComposite parameterDescription, int index)(Code)

Parameters:
  parameterDescription - The parameterDescription to add to the set.
Parameters:
  index - The index at which to place this parameterDescription



compare
public boolean compare(Object obj)(Code)



getDeclaringClass
public String getDeclaringClass()(Code)
Returns the fully qualified name of the declaring class.



getDescriptionBuilderCompositeRef
public DescriptionBuilderComposite getDescriptionBuilderCompositeRef()(Code)
Returns the ModuleClassType.



getExceptionTypes
public Class[] getExceptionTypes()(Code)
Returns the exceptions.



getExceptions
public String[] getExceptions()(Code)
Returns the exceptions.



getHandlerChainAnnot
public HandlerChainAnnot getHandlerChainAnnot()(Code)
Returns the handlerChainAnnot.



getMethodName
public String getMethodName()(Code)
Returns the methodName



getParameterDescriptionComposite
public ParameterDescriptionComposite getParameterDescriptionComposite(int index)(Code)

Parameters:
  parameterDescription - The parameterDescription to add to the set.



getParameterDescriptionCompositeList
public List<ParameterDescriptionComposite> getParameterDescriptionCompositeList()(Code)



getRequestWrapperAnnot
public RequestWrapperAnnot getRequestWrapperAnnot()(Code)
Returns the requestWrapperAnnot.



getResponseWrapperAnnot
public ResponseWrapperAnnot getResponseWrapperAnnot()(Code)
Returns the responseWrapperAnnot.



getReturnType
public String getReturnType()(Code)
Returns the String descrbing this method result type. Note that this string is unparsed. For example, if it represents a java.util.List, then that excact string will be returned, i.e. "java.util.List". You can use other methods on this object to retrieve parsed values for Generics and Holders. Returns the returnType



getReturnTypeClass
public Class getReturnTypeClass()(Code)
Returns the class associated with the method result type. Note that if the resturn type a generic (such as java.util.List) then the class associated with the raw type is returned (i.e. java.util.List).

There are other methods that return the class for the actual type for certain JAX-WS specific generics such as Response Returns the parameterTypeClass.




getSoapBindingAnnot
public SoapBindingAnnot getSoapBindingAnnot()(Code)
Returns the soapBindingAnnot.



getWebEndpointAnnot
public WebEndpointAnnot getWebEndpointAnnot()(Code)
Returns the webEndpointAnnot.



getWebMethodAnnot
public WebMethodAnnot getWebMethodAnnot()(Code)
Returns the webMethodAnnot.



getWebResultAnnot
public WebResultAnnot getWebResultAnnot()(Code)
Returns the webResultAnnot.



getWebServiceContextAnnot
public WebServiceContextAnnot getWebServiceContextAnnot()(Code)
Returns the webServiceContextAnnot.



getWebServiceRefAnnot
public WebServiceRefAnnot getWebServiceRefAnnot()(Code)
Returns the webServiceRefAnnot.



isListType
public boolean isListType()(Code)



isOneWay
public boolean isOneWay()(Code)
returns whether this is OneWay



setDeclaringClass
public void setDeclaringClass(String declaringClass)(Code)

Parameters:
  declaringClass - The wrapper class to set.



setDescriptionBuilderCompositeRef
public void setDescriptionBuilderCompositeRef(DescriptionBuilderComposite dbc)(Code)
Returns the ModuleClassType.



setExceptions
public void setExceptions(String[] exceptions)(Code)

Parameters:
  exceptions - The exceptions to set.



setHandlerChainAnnot
public void setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)(Code)

Parameters:
  handlerChainAnnot - The handlerChainAnnot to set.



setIsListType
public void setIsListType(boolean isListType)(Code)



setMethodName
public void setMethodName(String methodName)(Code)

Parameters:
  methodName - The methodName to set.



setOneWayAnnot
public void setOneWayAnnot(boolean oneWayAnnotated)(Code)

Parameters:
  oneWayAnnotated - The oneWay boolean to set



setParameterDescriptionCompositeList
public void setParameterDescriptionCompositeList(List<ParameterDescriptionComposite> parameterDescriptionList)(Code)

Parameters:
  parameterDescription - The parameterDescription to add to the set.



setRequestWrapperAnnot
public void setRequestWrapperAnnot(RequestWrapperAnnot requestWrapperAnnot)(Code)

Parameters:
  requestWrapperAnnot - The requestWrapperAnnot to set.



setResponseWrapperAnnot
public void setResponseWrapperAnnot(ResponseWrapperAnnot responseWrapperAnnot)(Code)

Parameters:
  responseWrapperAnnot - The responseWrapperAnnot to set.



setReturnType
public void setReturnType(String returnType)(Code)

Parameters:
  returnType - The returnType to set.



setSoapBindingAnnot
public void setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot)(Code)

Parameters:
  soapBindingAnnot - The soapBindingAnnot to set.



setWebEndpointAnnot
public void setWebEndpointAnnot(WebEndpointAnnot webEndpointAnnot)(Code)

Parameters:
  webEndpointAnnotImpl - The webEndpointAnnotImpl to set.



setWebMethodAnnot
public void setWebMethodAnnot(WebMethodAnnot webMethodAnnot)(Code)

Parameters:
  webMethodAnnot - The webMethodAnnot to set.



setWebResultAnnot
public void setWebResultAnnot(WebResultAnnot webResultAnnot)(Code)

Parameters:
  webResultAnnot - The webResultAnnot to set.



setWebServiceContextAnnot
public void setWebServiceContextAnnot(WebServiceContextAnnot webServiceContextAnnot)(Code)

Parameters:
  webServiceContextAnnot - The webServiceContextAnnot to set.



setWebServiceRefAnnot
public void setWebServiceRefAnnot(WebServiceRefAnnot webServiceRefAnnot)(Code)

Parameters:
  webServiceRefAnnot - The webServiceRefAnnot to set.



toString
public String toString()(Code)
Convenience method for unit testing. We will print all of the data members here.



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.