Java Doc for WebServiceWrapperGenerator.java in  » 6.0-JDK-Modules » jax-ws-tools » com » sun » tools » ws » processor » modeler » annotation » 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 » 6.0 JDK Modules » jax ws tools » com.sun.tools.ws.processor.modeler.annotation 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.tools.ws.processor.modeler.annotation.WebServiceVisitor
   com.sun.tools.ws.processor.modeler.annotation.WebServiceWrapperGenerator

WebServiceWrapperGenerator
public class WebServiceWrapperGenerator extends WebServiceVisitor (Code)
This class generates the request/response and Exception Beans used by the JAX-WS runtime.
author:
   WS Development Team


Field Summary
protected  JCodeModelcm
    
protected  MakeSafeTypeVisitormakeSafeVisitor
    
protected  Set<String>processedExceptions
    
protected  Set<String>wrapperNames
    

Constructor Summary
public  WebServiceWrapperGenerator(ModelBuilder builder, AnnotationProcessorContext context)
    

Method Summary
protected  voiddoPostProcessWebService(WebService webService, TypeDeclaration d)
    
protected  JDefinedClassgetCMClass(String className, com.sun.codemodel.ClassType type)
    
protected  booleanisWSDLException(Map<String, MethodDeclaration> map, ClassDeclaration thrownDecl)
    
protected  voidpostProcessWebService(WebService webService, InterfaceDeclaration d)
    
protected  voidpostProcessWebService(WebService webService, ClassDeclaration d)
    
protected  voidprocessMethod(MethodDeclaration method, WebMethod webMethod)
    
protected  voidprocessWebService(WebService webService, TypeDeclaration d)
    

Field Detail
cm
protected JCodeModel cm(Code)



makeSafeVisitor
protected MakeSafeTypeVisitor makeSafeVisitor(Code)



processedExceptions
protected Set<String> processedExceptions(Code)



wrapperNames
protected Set<String> wrapperNames(Code)




Constructor Detail
WebServiceWrapperGenerator
public WebServiceWrapperGenerator(ModelBuilder builder, AnnotationProcessorContext context)(Code)




Method Detail
doPostProcessWebService
protected void doPostProcessWebService(WebService webService, TypeDeclaration d)(Code)



getCMClass
protected JDefinedClass getCMClass(String className, com.sun.codemodel.ClassType type)(Code)



isWSDLException
protected boolean isWSDLException(Map<String, MethodDeclaration> map, ClassDeclaration thrownDecl)(Code)



postProcessWebService
protected void postProcessWebService(WebService webService, InterfaceDeclaration d)(Code)



postProcessWebService
protected void postProcessWebService(WebService webService, ClassDeclaration d)(Code)



processMethod
protected void processMethod(MethodDeclaration method, WebMethod webMethod)(Code)



processWebService
protected void processWebService(WebService webService, TypeDeclaration d)(Code)



Fields inherited from com.sun.tools.ws.processor.modeler.annotation.WebServiceVisitor
final protected static String ANNOTATION_ELEMENT_ERROR(Code)(Java Doc)
protected ModelBuilder builder(Code)(Java Doc)
protected AnnotationProcessorContext context(Code)(Java Doc)
protected String endpointInterfaceName(Code)(Java Doc)
protected boolean endpointReferencesInterface(Code)(Java Doc)
protected HandlerChain hChain(Code)(Java Doc)
protected boolean hasWebMethods(Code)(Java Doc)
protected String packageName(Code)(Java Doc)
protected Port port(Code)(Java Doc)
protected String portName(Code)(Java Doc)
protected Set<String> processedMethods(Code)(Java Doc)
protected boolean processingSEI(Code)(Java Doc)
protected boolean pushedSOAPBinding(Code)(Java Doc)
protected SEIContext seiContext(Code)(Java Doc)
protected String serviceImplName(Code)(Java Doc)
protected String serviceName(Code)(Java Doc)
protected JavaSimpleTypeCreator simpleTypeCreator(Code)(Java Doc)
protected Stack<SOAPBinding> soapBindingStack(Code)(Java Doc)
protected SOAPStyle soapStyle(Code)(Java Doc)
protected SOAPUse soapUse(Code)(Java Doc)
protected TypeDeclaration typeDecl(Code)(Java Doc)
protected SOAPBinding typeDeclSOAPBinding(Code)(Java Doc)
protected String typeNamespace(Code)(Java Doc)
protected boolean wrapped(Code)(Java Doc)
protected String wsdlNamespace(Code)(Java Doc)

Methods inherited from com.sun.tools.ws.processor.modeler.annotation.WebServiceVisitor
protected void annotationError(SourcePosition pos, Localizable message)(Code)(Java Doc)
protected void checkForInvalidImplAnnotation(Declaration d, Class annotationClass)(Code)(Java Doc)
protected void checkForInvalidSEIAnnotation(InterfaceDeclaration d, Class annotationClass)(Code)(Java Doc)
protected boolean classImplementsSEI(ClassDeclaration classDecl, InterfaceDeclaration intfDecl)(Code)(Java Doc)
protected int getModeParameterCount(MethodDeclaration method, WebParam.Mode mode)(Code)(Java Doc)
protected String getNamespace(PackageDeclaration packageDecl)(Code)(Java Doc)
protected ParameterDeclaration getOutParameter(MethodDeclaration method)(Code)(Java Doc)
protected boolean hasWebMethods(ClassDeclaration d)(Code)(Java Doc)
protected boolean isDocLitWrapped()(Code)(Java Doc)
protected boolean isEquivalentModes(WebParam.Mode mode1, WebParam.Mode mode2)(Code)(Java Doc)
protected boolean isHolder(ParameterDeclaration param)(Code)(Java Doc)
protected boolean isLegalImplementation(WebService webService, ClassDeclaration classDecl)(Code)(Java Doc)
protected boolean isLegalMethod(MethodDeclaration method, TypeDeclaration typeDecl)(Code)(Java Doc)
protected boolean isLegalParameter(ParameterDeclaration param, MethodDeclaration method, TypeDeclaration typeDecl, int paramIndex)(Code)(Java Doc)
protected boolean isLegalSEI(InterfaceDeclaration intf)(Code)(Java Doc)
protected boolean isLegalType(TypeMirror type)(Code)(Java Doc)
protected boolean isValidOnewayMethod(MethodDeclaration method, TypeDeclaration typeDecl)(Code)(Java Doc)
protected boolean methodsAreLegal(InterfaceDeclaration intfDecl)(Code)(Java Doc)
protected boolean methodsAreLegal(ClassDeclaration classDecl)(Code)(Java Doc)
protected SOAPBinding popSOAPBinding()(Code)(Java Doc)
protected void postProcessWebService(WebService webService, InterfaceDeclaration d)(Code)(Java Doc)
protected void postProcessWebService(WebService webService, ClassDeclaration d)(Code)(Java Doc)
protected void preProcessWebService(WebService webService, TypeDeclaration d)(Code)(Java Doc)
abstract protected void processMethod(MethodDeclaration method, WebMethod webMethod)(Code)(Java Doc)
protected void processMethods(InterfaceDeclaration d)(Code)(Java Doc)
protected void processMethods(ClassDeclaration d)(Code)(Java Doc)
abstract protected void processWebService(WebService webService, TypeDeclaration d)(Code)(Java Doc)
protected boolean processedMethod(MethodDeclaration method)(Code)(Java Doc)
protected boolean pushSOAPBinding(SOAPBinding soapBinding, Declaration bindingDecl, TypeDeclaration classDecl)(Code)(Java Doc)
protected boolean sameMethod(MethodDeclaration method1, MethodDeclaration method2)(Code)(Java Doc)
public static boolean sameStyle(SOAPBinding.Style style, SOAPStyle soapStyle)(Code)(Java Doc)
protected boolean shouldProcessMethod(MethodDeclaration method, WebMethod webMethod)(Code)(Java Doc)
protected boolean shouldProcessWebService(WebService webService, InterfaceDeclaration intf)(Code)(Java Doc)
protected boolean shouldProcessWebService(WebService webService, ClassDeclaration classDecl)(Code)(Java Doc)
protected void verifyImplAnnotations(ClassDeclaration d)(Code)(Java Doc)
protected void verifySEIAnnotations(WebService webService, InterfaceDeclaration d)(Code)(Java Doc)
public void visitClassDeclaration(ClassDeclaration d)(Code)(Java Doc)
public void visitInterfaceDeclaration(InterfaceDeclaration d)(Code)(Java Doc)
public void visitMethodDeclaration(MethodDeclaration method)(Code)(Java Doc)

w_w__w___.___j__a_v__a2___s.___c_om | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.