Java Doc for JaxWsServiceFactoryBean.java in  » Web-Services-apache-cxf-2.0.1 » frontend » org » apache » cxf » jaxws » support » 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 apache cxf 2.0.1 » frontend » org.apache.cxf.jaxws.support 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.cxf.service.factory.ReflectionServiceFactoryBean
   org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean

JaxWsServiceFactoryBean
public class JaxWsServiceFactoryBean extends ReflectionServiceFactoryBean (Code)
Constructs a service model from JAX-WS service endpoint classes. Works with both @@WebServiceProvider and @@WebService annotated classes.
See Also:   org.apache.cxf.jaxws.JaxWsServerFactoryBean



Constructor Summary
public  JaxWsServiceFactoryBean()
    
public  JaxWsServiceFactoryBean(JaxWsImplementorInfo implInfo)
    

Method Summary
public  org.apache.cxf.service.Servicecreate()
    
public  EndpointcreateEndpoint(EndpointInfo ei)
    
protected  InvokercreateInvoker()
    
protected  ClassgetBeanClass(Class exClass)
    
public  JaxWsImplementorInfogetJaxWsImplementorInfo()
    
protected  SimpleMethodDispatchergetMethodDispatcher()
    
final protected  voidinitConfiguration(JaxWsImplementorInfo ii)
    
protected  voidinitializeClassInfo(OperationInfo o, Method method, List<String> paramOrder)
    
protected  voidinitializeDefaultInterceptors()
    
protected  voidinitializeFaultInterceptors()
    
protected  voidinitializeWSDLOperation(InterfaceInfo intf, OperationInfo o, Method method)
    
protected  voidinitializeWSDLOperations()
    
protected  voidinitializeWSDLOperationsForProvider()
    
 voidinitializeWrapping(OperationInfo o, Method selected)
    
protected  booleanqualifyWrapperSchema()
    
public  voidsetJaxWsConfiguration(JaxWsServiceConfiguration jaxWsConfiguration)
    
public  voidsetJaxWsImplementorInfo(JaxWsImplementorInfo jaxWsImplementorInfo)
    
public  voidsetServiceClass(Class serviceClass)
    


Constructor Detail
JaxWsServiceFactoryBean
public JaxWsServiceFactoryBean()(Code)



JaxWsServiceFactoryBean
public JaxWsServiceFactoryBean(JaxWsImplementorInfo implInfo)(Code)




Method Detail
create
public org.apache.cxf.service.Service create()(Code)



createEndpoint
public Endpoint createEndpoint(EndpointInfo ei) throws EndpointException(Code)



createInvoker
protected Invoker createInvoker()(Code)



getBeanClass
protected Class getBeanClass(Class exClass)(Code)



getJaxWsImplementorInfo
public JaxWsImplementorInfo getJaxWsImplementorInfo()(Code)



getMethodDispatcher
protected SimpleMethodDispatcher getMethodDispatcher()(Code)



initConfiguration
final protected void initConfiguration(JaxWsImplementorInfo ii)(Code)



initializeClassInfo
protected void initializeClassInfo(OperationInfo o, Method method, List<String> paramOrder)(Code)
set the holder generic type info into message part info
Parameters:
  o -
Parameters:
  method -



initializeDefaultInterceptors
protected void initializeDefaultInterceptors()(Code)



initializeFaultInterceptors
protected void initializeFaultInterceptors()(Code)



initializeWSDLOperation
protected void initializeWSDLOperation(InterfaceInfo intf, OperationInfo o, Method method)(Code)



initializeWSDLOperations
protected void initializeWSDLOperations()(Code)



initializeWSDLOperationsForProvider
protected void initializeWSDLOperationsForProvider()(Code)



initializeWrapping
void initializeWrapping(OperationInfo o, Method selected)(Code)



qualifyWrapperSchema
protected boolean qualifyWrapperSchema()(Code)



setJaxWsConfiguration
public void setJaxWsConfiguration(JaxWsServiceConfiguration jaxWsConfiguration)(Code)



setJaxWsImplementorInfo
public void setJaxWsImplementorInfo(JaxWsImplementorInfo jaxWsImplementorInfo)(Code)



setServiceClass
public void setServiceClass(Class serviceClass)(Code)



Fields inherited from org.apache.cxf.service.factory.ReflectionServiceFactoryBean
final public static String ELEMENT_NAME(Code)(Java Doc)
final public static String ENDPOINT_CLASS(Code)(Java Doc)
final public static String GENERIC_TYPE(Code)(Java Doc)
final public static String HEADER(Code)(Java Doc)
final public static String HOLDER(Code)(Java Doc)
final public static String METHOD(Code)(Java Doc)
final public static String MODE_INOUT(Code)(Java Doc)
final public static String MODE_OUT(Code)(Java Doc)
protected Class serviceClass(Code)(Java Doc)
protected String wsdlURL(Code)(Java Doc)

Methods inherited from org.apache.cxf.service.factory.ReflectionServiceFactoryBean
protected FaultInfo addFault(InterfaceInfo service, OperationInfo op, Class exClass)(Code)(Java Doc)
protected void buildServiceFromClass()(Code)(Java Doc)
protected void buildServiceFromWSDL(String url)(Code)(Java Doc)
protected void checkForHeaderElement(ServiceInfo serviceInfo, MessagePartInfo mpi)(Code)(Java Doc)
public Service create()(Code)(Java Doc)
protected void createBareMessage(ServiceInfo serviceInfo, OperationInfo opInfo, boolean isOut)(Code)(Java Doc)
public Endpoint createEndpoint(EndpointInfo ei) throws EndpointException(Code)(Java Doc)
protected void createEndpoints()(Code)(Java Doc)
protected void createFaultForException(Class exClass, FaultInfo fi)(Code)(Java Doc)
protected void createInputWrappedMessageParts(OperationInfo op, Method method, MessageInfo inMsg)(Code)(Java Doc)
protected InterfaceInfo createInterface(ServiceInfo serviceInfo)(Code)(Java Doc)
protected Invoker createInvoker()(Code)(Java Doc)
protected void createMessageParts(InterfaceInfo intf, OperationInfo op, Method method)(Code)(Java Doc)
protected OperationInfo createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m)(Code)(Java Doc)
protected QName createOutputMessageName(OperationInfo op, Method method)(Code)(Java Doc)
protected void createOutputWrappedMessageParts(OperationInfo op, Method method, MessageInfo outMsg)(Code)(Java Doc)
protected ServiceInfo createServiceInfo(InterfaceInfo intf)(Code)(Java Doc)
protected void createWrappedSchema(ServiceInfo serviceInfo, AbstractMessageContainer wrappedMessage, AbstractMessageContainer unwrappedMessage, QName wraperBeanName)(Code)(Java Doc)
protected String getAction(OperationInfo op, Method method)(Code)(Java Doc)
protected Class getBeanClass(Class exClass)(Code)(Java Doc)
public List<AbstractServiceConfiguration> getConfigurations()(Code)(Java Doc)
public EndpointInfo getEndpointInfo()(Code)(Java Doc)
public QName getEndpointName()(Code)(Java Doc)
public Executor getExecutor()(Code)(Java Doc)
protected QName getFaultName(InterfaceInfo service, OperationInfo o, Class exClass, Class beanClass)(Code)(Java Doc)
protected Class getHolderClass(ParameterizedType paramType)(Code)(Java Doc)
public List<String> getIgnoredClasses()(Code)(Java Doc)
public List<Method> getIgnoredMethods()(Code)(Java Doc)
protected QName getInParameterName(OperationInfo op, Method method, int paramNumber)(Code)(Java Doc)
protected QName getInPartName(OperationInfo op, Method method, int paramNumber)(Code)(Java Doc)
protected QName getInputMessageName(OperationInfo op, Method method)(Code)(Java Doc)
protected InterfaceInfo getInterfaceInfo()(Code)(Java Doc)
public QName getInterfaceName()(Code)(Java Doc)
public Invoker getInvoker()(Code)(Java Doc)
protected SimpleMethodDispatcher getMethodDispatcher()(Code)(Java Doc)
protected QName getOperationName(InterfaceInfo service, Method method)(Code)(Java Doc)
protected QName getOutParameterName(OperationInfo op, Method method, int paramNumber)(Code)(Java Doc)
protected QName getOutPartName(OperationInfo op, Method method, int paramNumber)(Code)(Java Doc)
public Map<String, Object> getProperties()(Code)(Java Doc)
protected Class getRequestWrapper(Method selected)(Code)(Java Doc)
protected String getRequestWrapperClassName(Method selected)(Code)(Java Doc)
protected Class getResponseWrapper(Method selected)(Code)(Java Doc)
protected String getResponseWrapperClassName(Method selected)(Code)(Java Doc)
public Class getServiceClass()(Code)(Java Doc)
public List<AbstractServiceConfiguration> getServiceConfigurations()(Code)(Java Doc)
protected String getServiceName()(Code)(Java Doc)
protected String getServiceNamespace()(Code)(Java Doc)
public QName getServiceQName()(Code)(Java Doc)
public String getStyle()(Code)(Java Doc)
public Boolean getWrapped()(Code)(Java Doc)
public String getWsdlURL()(Code)(Java Doc)
protected boolean hasOutMessage(Method m)(Code)(Java Doc)
protected void initializeDefaultInterceptors()(Code)(Java Doc)
protected void initializeFaultInterceptors()(Code)(Java Doc)
protected void initializeFaults(InterfaceInfo service, OperationInfo op, Method method)(Code)(Java Doc)
protected void initializeParameter(MessagePartInfo part, Class rawClass, Type type)(Code)(Java Doc)
protected void initializeServiceConfigurations()(Code)(Java Doc)
protected void initializeServiceModel()(Code)(Java Doc)
protected void initializeWSDLOperation(InterfaceInfo intf, OperationInfo o, Method selected)(Code)(Java Doc)
protected void initializeWSDLOperations()(Code)(Java Doc)
protected void initializeWrappedSchema(ServiceInfo serviceInfo)(Code)(Java Doc)
protected boolean isAsync(Method method)(Code)(Java Doc)
public boolean isHeader(Method method, int j)(Code)(Java Doc)
protected boolean isInParam(Method method, int j)(Code)(Java Doc)
protected boolean isMatchOperation(String methodNameInClass, String methodNameInWsdl)(Code)(Java Doc)
protected boolean isOutParam(Method method, int j)(Code)(Java Doc)
public boolean isPopulateFromClass()(Code)(Java Doc)
public boolean isRPC(Method method)(Code)(Java Doc)
protected boolean isValidMethod(Method method)(Code)(Java Doc)
protected boolean isWrapped(Method method)(Code)(Java Doc)
public boolean isWrapped()(Code)(Java Doc)
protected boolean qualifyWrapperSchema()(Code)(Java Doc)
public void setConfigurations(List<AbstractServiceConfiguration> configurations)(Code)(Java Doc)
public void setEndpointName(QName en)(Code)(Java Doc)
public void setExecutor(Executor executor)(Code)(Java Doc)
public void setIgnoredClasses(List<String> ignoredClasses)(Code)(Java Doc)
public void setIgnoredMethods(List<Method> ignoredMethods)(Code)(Java Doc)
public void setInvoker(Invoker invoker)(Code)(Java Doc)
public void setPopulateFromClass(boolean fomClass)(Code)(Java Doc)
public void setProperties(Map<String, Object> properties)(Code)(Java Doc)
public void setServiceClass(Class serviceClass)(Code)(Java Doc)
public void setServiceConfigurations(List<AbstractServiceConfiguration> serviceConfigurations)(Code)(Java Doc)
public void setServiceName(QName serviceName)(Code)(Java Doc)
public void setWrapped(boolean style)(Code)(Java Doc)
public void setWsdlURL(String wsdlURL)(Code)(Java Doc)
public void setWsdlURL(URL wsdlURL)(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.