Source Code Cross Referenced for ObjectFactory.java in  » 6.0-JDK-Modules-com.sun » xws-security » com » sun » xml » ws » security » secconv » impl » wssx » bindings » 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 com.sun » xws security » com.sun.xml.ws.security.secconv.impl.wssx.bindings 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        //
002:        // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v@@BUILD_VERSION@@ 
003:        // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004:        // Any modifications to this file will be lost upon recompilation of the source schema. 
005:        // Generated on: 2007.08.10 at 08:10:03 PM IST 
006:        //
007:
008:        package com.sun.xml.ws.security.secconv.impl.wssx.bindings;
009:
010:        import javax.xml.bind.JAXBElement;
011:        import javax.xml.bind.annotation.XmlElementDecl;
012:        import javax.xml.bind.annotation.XmlRegistry;
013:        import javax.xml.namespace.QName;
014:
015:        /**
016:         * This object contains factory methods for each 
017:         * Java content interface and Java element interface 
018:         * generated in the com.sun.xml.ws.security.secconv.impl.bindings package. 
019:         * <p>An ObjectFactory allows you to programatically 
020:         * construct new instances of the Java representation 
021:         * for XML content. The Java representation of XML 
022:         * content can consist of schema derived interfaces 
023:         * and classes representing the binding of schema 
024:         * type definitions, element declarations and model 
025:         * groups.  Factory methods for each of these are 
026:         * provided in this class.
027:         * 
028:         */
029:        @XmlRegistry
030:        public class ObjectFactory {
031:
032:            private final static QName _Nonce_QNAME = new QName(
033:                    "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",
034:                    "Nonce");
035:            private final static QName _Identifier_QNAME = new QName(
036:                    "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",
037:                    "Identifier");
038:            private final static QName _DerivedKeyToken_QNAME = new QName(
039:                    "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",
040:                    "DerivedKeyToken");
041:            private final static QName _Name_QNAME = new QName(
042:                    "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",
043:                    "Name");
044:            private final static QName _SecurityContextToken_QNAME = new QName(
045:                    "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",
046:                    "SecurityContextToken");
047:            private final static QName _Label_QNAME = new QName(
048:                    "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",
049:                    "Label");
050:            private final static QName _Instance_QNAME = new QName(
051:                    "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",
052:                    "Instance");
053:
054:            /**
055:             * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.ws.security.secconv.impl.bindings
056:             * 
057:             */
058:            public ObjectFactory() {
059:            }
060:
061:            /**
062:             * Create an instance of {@link PropertiesType }
063:             * 
064:             */
065:            public PropertiesType createPropertiesType() {
066:                return new PropertiesType();
067:            }
068:
069:            /**
070:             * Create an instance of {@link DerivedKeyTokenType }
071:             * 
072:             */
073:            public DerivedKeyTokenType createDerivedKeyTokenType() {
074:                return new DerivedKeyTokenType();
075:            }
076:
077:            /**
078:             * Create an instance of {@link SecurityContextTokenType }
079:             * 
080:             */
081:            public SecurityContextTokenType createSecurityContextTokenType() {
082:                return new SecurityContextTokenType();
083:            }
084:
085:            /**
086:             * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}
087:             * 
088:             */
089:            @XmlElementDecl(namespace="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",name="Nonce")
090:            public JAXBElement<byte[]> createNonce(byte[] value) {
091:                return new JAXBElement<byte[]>(_Nonce_QNAME, byte[].class,
092:                        null, ((byte[]) value));
093:            }
094:
095:            /**
096:             * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
097:             * 
098:             */
099:            @XmlElementDecl(namespace="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",name="Identifier")
100:            public JAXBElement<String> createIdentifier(String value) {
101:                return new JAXBElement<String>(_Identifier_QNAME, String.class,
102:                        null, value);
103:            }
104:
105:            /**
106:             * Create an instance of {@link JAXBElement }{@code <}{@link DerivedKeyTokenType }{@code >}}
107:             * 
108:             */
109:            @XmlElementDecl(namespace="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",name="DerivedKeyToken")
110:            public JAXBElement<DerivedKeyTokenType> createDerivedKeyToken(
111:                    DerivedKeyTokenType value) {
112:                return new JAXBElement<DerivedKeyTokenType>(
113:                        _DerivedKeyToken_QNAME, DerivedKeyTokenType.class,
114:                        null, value);
115:            }
116:
117:            /**
118:             * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
119:             * 
120:             */
121:            @XmlElementDecl(namespace="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",name="Name")
122:            public JAXBElement<String> createName(String value) {
123:                return new JAXBElement<String>(_Name_QNAME, String.class, null,
124:                        value);
125:            }
126:
127:            /**
128:             * Create an instance of {@link JAXBElement }{@code <}{@link SecurityContextTokenType }{@code >}}
129:             * 
130:             */
131:            @XmlElementDecl(namespace="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",name="SecurityContextToken")
132:            public JAXBElement<SecurityContextTokenType> createSecurityContextToken(
133:                    SecurityContextTokenType value) {
134:                return new JAXBElement<SecurityContextTokenType>(
135:                        _SecurityContextToken_QNAME,
136:                        SecurityContextTokenType.class, null, value);
137:            }
138:
139:            /**
140:             * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
141:             * 
142:             */
143:            @XmlElementDecl(namespace="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",name="Label")
144:            public JAXBElement<String> createLabel(String value) {
145:                return new JAXBElement<String>(_Label_QNAME, String.class,
146:                        null, value);
147:            }
148:
149:            /**
150:             * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
151:             * 
152:             */
153:            @XmlElementDecl(namespace="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512",name="Instance")
154:            public JAXBElement<String> createInstance(String value) {
155:                return new JAXBElement<String>(_Instance_QNAME, String.class,
156:                        null, value);
157:            }
158:
159:        }
ww_w._ja__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.