Java Doc for WebServiceLogicImpl.java in  » UML » AndroMDA-3.2 » org » andromda » cartridges » webservice » metafacades » 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 » UML » AndroMDA 3.2 » org.andromda.cartridges.webservice.metafacades 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.andromda.cartridges.webservice.metafacades.WebServiceLogicImpl

WebServiceLogicImpl
public class WebServiceLogicImpl extends WebServiceLogic (Code)
MetafacadeLogic implementation for org.andromda.cartridges.webservice.metafacades.WebService.
See Also:   org.andromda.cartridges.webservice.metafacades.WebService


Field Summary
final static  StringNAMESPACE_PATTERN
    
final static  StringNAMESPACE_PREFIX
    
final static  StringQNAME_LOCAL_PART_PATTERN
    
final static  StringREVERSE_NAMESPACE
    

Constructor Summary
public  WebServiceLogicImpl(Object metaObject, String context)
    

Method Summary
public  CollectiongetAllRoles()
     Overridden to only allow the exposed operations in the returned roles collection.
protected  StringgetEjbHomeInterfacePattern()
     Gets the ejbHomeInterfacePattern for an EJB provider.
protected  StringgetEjbInterfacePattern()
     Gets the ejbInterfacePattern for an EJB provider.
protected  StringgetEjbJndiNamePrefix()
     Gets the ejbJndiNamePrefix for an EJB provider.
protected  StringgetNamespacePattern()
     Gets the namespacePattern for this service.
protected  StringgetQualifiedNameLocalPartPattern()
     Gets the qualifiedNameLocalPartPattern for this service.
protected  StringgetRpcClassNamePattern()
     Gets the rpcClassNamePattern for this service.
protected  ClassifierFacadegetType(Object modelElement)
     Gets the type or returnType of the model element (if the model element has a type or returnType).
protected  java.lang.StringhandleGetAllowedMethods()
    
protected  java.util.CollectionhandleGetAllowedOperations()
    
protected  java.lang.StringhandleGetEjbHomeInterface()
    
protected  java.lang.StringhandleGetEjbInterface()
    
protected  java.lang.StringhandleGetEjbJndiName()
    
protected  StringhandleGetFullyQualifiedTestImplementationName()
    
protected  StringhandleGetFullyQualifiedTestName()
    
protected  java.lang.StringhandleGetNamespace()
    
protected  StringhandleGetNamespacePrefix()
    
protected  java.lang.StringhandleGetProvider()
    
protected  StringhandleGetQName()
    
protected  StringhandleGetRpcClassName()
    
protected  java.lang.StringhandleGetStyle()
    
protected  StringhandleGetTestImplementationName()
    
protected  StringhandleGetTestName()
    
protected  StringhandleGetTestPackageName()
    
protected  java.util.CollectionhandleGetTypeMappingElements()
    
protected  java.lang.StringhandleGetUse()
    
protected  java.lang.StringhandleGetWsdlFile()
    
protected  booleanhandleIsDocumentStyle()
    
protected  booleanhandleIsEncodedUse()
    
protected  booleanhandleIsLiteralUse()
    
protected  booleanhandleIsRpcStyle()
    
protected  booleanhandleIsSecured()
    
protected  booleanhandleIsWrappedStyle()
    
protected  booleanisReverseNamespace()
     Gets whether or not reverseNamespace is true/false for this type.

Field Detail
NAMESPACE_PATTERN
final static String NAMESPACE_PATTERN(Code)



NAMESPACE_PREFIX
final static String NAMESPACE_PREFIX(Code)



QNAME_LOCAL_PART_PATTERN
final static String QNAME_LOCAL_PART_PATTERN(Code)



REVERSE_NAMESPACE
final static String REVERSE_NAMESPACE(Code)




Constructor Detail
WebServiceLogicImpl
public WebServiceLogicImpl(Object metaObject, String context)(Code)




Method Detail
getAllRoles
public Collection getAllRoles()(Code)
Overridden to only allow the exposed operations in the returned roles collection.
See Also:   org.andromda.metafacades.uml.Service.getAllRoles



getEjbHomeInterfacePattern
protected String getEjbHomeInterfacePattern()(Code)
Gets the ejbHomeInterfacePattern for an EJB provider. the EJB Home interface pattern



getEjbInterfacePattern
protected String getEjbInterfacePattern()(Code)
Gets the ejbInterfacePattern for an EJB provider. the EJB interface pattern



getEjbJndiNamePrefix
protected String getEjbJndiNamePrefix()(Code)
Gets the ejbJndiNamePrefix for an EJB provider. the EJB Jndi name prefix.



getNamespacePattern
protected String getNamespacePattern()(Code)
Gets the namespacePattern for this service. String the namespace pattern to use.



getQualifiedNameLocalPartPattern
protected String getQualifiedNameLocalPartPattern()(Code)
Gets the qualifiedNameLocalPartPattern for this service.



getRpcClassNamePattern
protected String getRpcClassNamePattern()(Code)
Gets the rpcClassNamePattern for this service.



getType
protected ClassifierFacade getType(Object modelElement)(Code)
Gets the type or returnType of the model element (if the model element has a type or returnType).
Parameters:
  modelElement - the model element we'll retrieve the type of.



handleGetAllowedMethods
protected java.lang.String handleGetAllowedMethods()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getAllowedMethods



handleGetAllowedOperations
protected java.util.Collection handleGetAllowedOperations()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getAllowedOperations



handleGetEjbHomeInterface
protected java.lang.String handleGetEjbHomeInterface()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getEjbHomeInterface



handleGetEjbInterface
protected java.lang.String handleGetEjbInterface()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getEjbInterface



handleGetEjbJndiName
protected java.lang.String handleGetEjbJndiName()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getEjbJndiName



handleGetFullyQualifiedTestImplementationName
protected String handleGetFullyQualifiedTestImplementationName()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getFullyQualifiedTestImplementationName



handleGetFullyQualifiedTestName
protected String handleGetFullyQualifiedTestName()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getFullyQualifiedTestName



handleGetNamespace
protected java.lang.String handleGetNamespace()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getNamespace



handleGetNamespacePrefix
protected String handleGetNamespacePrefix()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WSDLType.getNamespacePrefix



handleGetProvider
protected java.lang.String handleGetProvider()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getProvider



handleGetQName
protected String handleGetQName()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getQName



handleGetRpcClassName
protected String handleGetRpcClassName()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getRpcClassName



handleGetStyle
protected java.lang.String handleGetStyle()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getStyle



handleGetTestImplementationName
protected String handleGetTestImplementationName()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getTestImplementationName



handleGetTestName
protected String handleGetTestName()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getTestName



handleGetTestPackageName
protected String handleGetTestPackageName()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getTestPackageName



handleGetTypeMappingElements
protected java.util.Collection handleGetTypeMappingElements()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getTypeMappingElements



handleGetUse
protected java.lang.String handleGetUse()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getUse



handleGetWsdlFile
protected java.lang.String handleGetWsdlFile()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.getWsdlFile



handleIsDocumentStyle
protected boolean handleIsDocumentStyle()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.isDocumentStyle



handleIsEncodedUse
protected boolean handleIsEncodedUse()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.isEncodedUse



handleIsLiteralUse
protected boolean handleIsLiteralUse()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.isLiteralUse



handleIsRpcStyle
protected boolean handleIsRpcStyle()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.isRpcStyle



handleIsSecured
protected boolean handleIsSecured()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.isSecured



handleIsWrappedStyle
protected boolean handleIsWrappedStyle()(Code)

See Also:   org.andromda.cartridges.webservice.metafacades.WebService.isWrappedStyle



isReverseNamespace
protected boolean isReverseNamespace()(Code)
Gets whether or not reverseNamespace is true/false for this type. boolean true/false



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