org.apache.cxf.jaxws.javaee

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.javaee 
org.apache.cxf.jaxws.javaee
Java Source File NameTypeComment
DescriptionType.javaClass The description type is used by a description element to provide text describing the parent element.
DisplayNameType.javaClass The display-name type contains a short name that is intended to be displayed by tools.
EjbLinkType.javaClass The ejb-linkType is used by ejb-link elements in the ejb-ref or ejb-local-ref elements to specify that an EJB reference is linked to enterprise bean. The value of the ejb-link element must be the ejb-name of an enterprise bean in the same ejb-jar file or in another ejb-jar file in the same Java EE application unit. Alternatively, the name in the ejb-link element may be composed of a path name specifying the ejb-jar containing the referenced enterprise bean with the ejb-name of the target bean appended and separated from the path name by "#".
EjbLocalRefType.javaClass The ejb-local-refType is used by ejb-local-ref elements for the declaration of a reference to an enterprise bean's local home or to the local business interface of a 3.0 bean. The declaration consists of: - an optional description - the EJB reference name used in the code of the Deployment Component that's referencing the enterprise bean. - the optional expected type of the referenced enterprise bean - the optional expected local interface of the referenced enterprise bean or the local business interface of the referenced enterprise bean. - the optional expected local home interface of the referenced enterprise bean.
EjbRefNameType.javaClass The ejb-ref-name element contains the name of an EJB reference.
EjbRefType.javaClass The ejb-refType is used by ejb-ref elements for the declaration of a reference to an enterprise bean's home or to the remote business interface of a 3.0 bean. The declaration consists of: - an optional description - the EJB reference name used in the code of the Deployment Component that's referencing the enterprise bean. - the optional expected type of the referenced enterprise bean - the optional remote interface of the referenced enterprise bean or the remote business interface of the referenced enterprise bean - the optional expected home interface of the referenced enterprise bean.
EjbRefTypeType.javaClass The ejb-ref-typeType contains the expected type of the referenced enterprise bean.
EmptyType.javaClass This type is used to designate an empty element when used.
EnvEntryType.javaClass The env-entryType is used to declare an application's environment entry.
EnvEntryTypeValuesType.javaClass This type contains the fully-qualified Java type of the environment entry value that is expected by the application's code.
FullyQualifiedClassType.javaClass The elements that use this type designate the name of a Java class or interface.
GenericBooleanType.javaClass This type defines four different values which can designate boolean values.
HandlerChainsType.javaClass The handler-chains element defines the handlerchains associated with this service or service endpoint.
HandlerChainType.javaClass The handler-chain element defines the handlerchain. Handlerchain can be defined such that the handlers in the handlerchain operate,all ports of a service, on a specific port or on a list of protocol-bindings.
HomeType.javaClass The homeType defines the fully-qualified name of an enterprise bean's home interface.
IconType.javaClass The icon type contains small-icon and large-icon elements that specify the file names for small and large GIF, JPEG, or PNG icon images used to represent the parent element in a GUI tool. The xml:lang attribute defines the language that the icon file names are provided in.
InjectionTargetType.javaClass An injection target specifies a class and a name within that class into which a resource should be injected. The injection target class specifies the fully qualified class name that is the target of the injection.
JavaIdentifierType.javaClass The java-identifierType defines a Java identifier.
JavaTypeType.javaClass This is a generic type that designates a Java primitive type or a fully qualified name of a Java interface/type, or an array of such types.
JndiNameType.javaClass The jndi-nameType type designates a JNDI name in the Deployment Component's environment and is relative to the java:comp/env context.
LifecycleCallbackType.javaClass The lifecycle-callback type specifies a method on a class to be called when a lifecycle event occurs.
ListenerType.javaClass The listenerType indicates the deployment properties for a web application listener bean.
LocalHomeType.javaClass The local-homeType defines the fully-qualified name of an enterprise bean's local home interface.
LocalType.javaClass The localType defines the fully-qualified name of an enterprise bean's local interface.
MessageDestinationLinkType.javaClass The message-destination-linkType is used to link a message destination reference or message-driven bean to a message destination. The Assembler sets the value to reflect the flow of messages between producers and consumers in the application. The value must be the message-destination-name of a message destination in the same Deployment File or in another Deployment File in the same Java EE application unit. Alternatively, the value may be composed of a path name specifying a Deployment File containing the referenced message destination with the message-destination-name of the destination appended and separated from the path name by "#".
MessageDestinationRefType.javaClass The message-destination-ref element contains a declaration of Deployment Component's reference to a message destination associated with a resource in Deployment Component's environment.
MessageDestinationType.javaClass The message-destinationType specifies a message destination.
MessageDestinationTypeType.javaClass The message-destination-typeType specifies the type of the destination.
MessageDestinationUsageType.javaClass The message-destination-usageType specifies the use of the message destination indicated by the reference.
ObjectFactory.javaClass This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.jaxws.javaee package.
package-info.java
ParamValueType.javaClass This type is a general type that can be used to declare parameter/value lists.
PathType.javaClass The elements that use this type designate either a relative path or an absolute path starting with a "/". In elements that specify a pathname to a file within the same Deployment File, relative filenames (i.e., those not starting with "/") are considered relative to the root of the Deployment File's namespace.
PersistenceContextRefType.javaClass The persistence-context-ref element contains a declaration of Deployment Component's reference to a persistence context associated within a Deployment Component's environment.
PersistenceContextTypeType.javaClass The persistence-context-typeType specifies the transactional nature of a persistence context reference.
PersistenceUnitRefType.javaClass The persistence-unit-ref element contains a declaration of Deployment Component's reference to a persistence unit associated within a Deployment Component's environment.
PortComponentHandlerType.javaClass Declares the handler for a port-component.
PortComponentRefType.javaClass The port-component-ref element declares a client dependency on the container for resolving a Service Endpoint Interface to a WSDL port.
PortComponentType.javaClass The port-component element associates a WSDL port with a web service interface and implementation.
PropertyType.javaClass Specifies a name/value pair.
RemoteType.javaClass The remote element contains the fully-qualified name of the enterprise bean's remote interface.
ResAuthType.javaClass The res-authType specifies whether the Deployment Component code signs on programmatically to the resource manager, or whether the Container will sign on to the resource manager on behalf of the Deployment Component.
ResourceEnvRefType.javaClass The resource-env-refType is used to define resource-env-type elements.
ResourceRefType.javaClass The resource-refType contains a declaration of a Deployment Component's reference to an external resource.
ResSharingScopeType.javaClass The res-sharing-scope type specifies whether connections obtained through the given resource manager connection factory reference can be shared.
RoleNameType.javaClass The role-nameType designates the name of a security role.
RunAsType.javaClass The run-asType specifies the run-as identity to be used for the execution of a component.
SecurityRoleRefType.javaClass The security-role-refType contains the declaration of a security role reference in a component's or a Deployment Component's code.
SecurityRoleType.javaClass The security-roleType contains the definition of a security role.
ServiceImplBeanType.javaClass The service-impl-bean element defines the web service implementation. A service implementation can be an EJB bean class or JAX-RPC web component.
ServiceRefHandlerChainsType.javaClass The handler-chains element defines the handlerchains associated with this service or service endpoint.
ServiceRefHandlerChainType.javaClass The handler-chain element defines the handlerchain. Handlerchain can be defined such that the handlers in the handlerchain operate,all ports of a service, on a specific port or on a list of protocol-bindings.
ServiceRefHandlerType.javaClass Declares the handler for a port-component.
ServiceRefType.javaClass The service-ref element declares a reference to a Web service.
ServletLinkType.javaClass The servlet-link element is used in the service-impl-bean element to specify that a Service Implementation Bean is defined as a JAX-RPC Service Endpoint.
String.javaClass This is a special string datatype that is defined by Java EE as a base type for defining collapsed strings.
TrueFalseType.javaClass This simple type designates a boolean with only two permissible values - true - false

Java class for true-falseType complex type.

UrlPatternType.javaClass The url-patternType contains the url pattern of the mapping. It must follow the rules specified in Section 11.2 of the Servlet API Specification.
WebserviceDescriptionType.javaClass The webservice-description element defines a WSDL document file and the set of Port components associated with the WSDL ports defined in the WSDL document.
WebservicesType.javaClass

Java class for webservicesType complex type.

WebservicesTypeTest.javaClass
XsdAnyURIType.javaClass This type adds an "id" attribute to xsd:anyURI.
XsdBooleanType.javaClass This type adds an "id" attribute to xsd:boolean.
XsdIntegerType.javaClass This type adds an "id" attribute to xsd:integer.
XsdNMTOKENType.javaClass This type adds an "id" attribute to xsd:NMTOKEN.
XsdNonNegativeIntegerType.javaClass This type adds an "id" attribute to xsd:nonNegativeInteger.
XsdPositiveIntegerType.javaClass This type adds an "id" attribute to xsd:positiveInteger.
XsdQNameType.javaClass This type adds an "id" attribute to xsd:QName.
XsdStringType.javaClass This type adds an "id" attribute to xsd:string.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.