Java Doc for ObjectFactory.java in  » Portal » stringbeans-3.5 » com » nabhinc » portal » config » 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 » Portal » stringbeans 3.5 » com.nabhinc.portal.config 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.nabhinc.portal.config.impl.runtime.DefaultJAXBContextImpl
   com.nabhinc.portal.config.ObjectFactory

ObjectFactory
public class ObjectFactory extends com.nabhinc.portal.config.impl.runtime.DefaultJAXBContextImpl (Code)
This object contains factory methods for each Java content interface and Java element interface generated in the com.nabhinc.portal.config package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.



Field Summary
final public static  com.nabhinc.portal.config.impl.runtime.GrammarInfogrammarInfo
    
final public static  java.lang.Classversion
    

Constructor Summary
public  ObjectFactory()
    

Method Summary
public  com.nabhinc.portal.config.CustomPortletModeTypecreateCustomPortletModeType()
    
public  com.nabhinc.portal.config.CustomWindowStateTypecreateCustomWindowStateType()
    
public  com.nabhinc.portal.config.DescriptionTypecreateDescriptionType()
    
public  com.nabhinc.portal.config.DisplayNameTypecreateDisplayNameType()
    
public  com.nabhinc.portal.config.ExpirationCacheTypecreateExpirationCacheType()
    
public  com.nabhinc.portal.config.InitParamTypecreateInitParamType()
    
public  com.nabhinc.portal.config.KeywordsTypecreateKeywordsType()
    
public  com.nabhinc.portal.config.MimeTypeTypecreateMimeTypeType()
    
public  com.nabhinc.portal.config.NameTypecreateNameType()
    
public  com.nabhinc.portal.config.PortletAppcreatePortletApp()
    
public  com.nabhinc.portal.config.PortletAppTypecreatePortletAppType()
    
public  com.nabhinc.portal.config.PortletCollectionTypecreatePortletCollectionType()
    
public  com.nabhinc.portal.config.PortletInfoTypecreatePortletInfoType()
    
public  com.nabhinc.portal.config.PortletModeTypecreatePortletModeType()
    
public  com.nabhinc.portal.config.PortletNameTypecreatePortletNameType()
    
public  com.nabhinc.portal.config.PortletPreferencesTypecreatePortletPreferencesType()
    
public  com.nabhinc.portal.config.PortletTypecreatePortletType()
    
public  com.nabhinc.portal.config.PreferenceTypecreatePreferenceType()
    
public  com.nabhinc.portal.config.ResourceBundleTypecreateResourceBundleType()
    
public  com.nabhinc.portal.config.RoleLinkTypecreateRoleLinkType()
    
public  com.nabhinc.portal.config.SecurityConstraintTypecreateSecurityConstraintType()
    
public  com.nabhinc.portal.config.SecurityRoleRefTypecreateSecurityRoleRefType()
    
public  com.nabhinc.portal.config.ShortTitleTypecreateShortTitleType()
    
public  com.nabhinc.portal.config.SupportedLocaleTypecreateSupportedLocaleType()
    
public  com.nabhinc.portal.config.SupportsTypecreateSupportsType()
    
public  com.nabhinc.portal.config.TitleTypecreateTitleType()
    
public  com.nabhinc.portal.config.UserAttributeTypecreateUserAttributeType()
    
public  com.nabhinc.portal.config.UserDataConstraintTypecreateUserDataConstraintType()
    
public  com.nabhinc.portal.config.ValueTypecreateValueType()
    
public  com.nabhinc.portal.config.WindowStateTypecreateWindowStateType()
    
public  java.lang.ObjectgetProperty(java.lang.String name)
     Get the specified property.
public  java.lang.ObjectnewInstance(java.lang.Class javaContentInterface)
     Create an instance of the specified Java content interface.
public  voidsetProperty(java.lang.String name, java.lang.Object value)
     Set the specified property.

Field Detail
grammarInfo
final public static com.nabhinc.portal.config.impl.runtime.GrammarInfo grammarInfo(Code)



version
final public static java.lang.Class version(Code)




Constructor Detail
ObjectFactory
public ObjectFactory()(Code)
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.nabhinc.portal.config




Method Detail
createCustomPortletModeType
public com.nabhinc.portal.config.CustomPortletModeType createCustomPortletModeType() throws javax.xml.bind.JAXBException(Code)
Create an instance of CustomPortletModeType
throws:
  JAXBException - if an error occurs



createCustomWindowStateType
public com.nabhinc.portal.config.CustomWindowStateType createCustomWindowStateType() throws javax.xml.bind.JAXBException(Code)
Create an instance of CustomWindowStateType
throws:
  JAXBException - if an error occurs



createDescriptionType
public com.nabhinc.portal.config.DescriptionType createDescriptionType() throws javax.xml.bind.JAXBException(Code)
Create an instance of DescriptionType
throws:
  JAXBException - if an error occurs



createDisplayNameType
public com.nabhinc.portal.config.DisplayNameType createDisplayNameType() throws javax.xml.bind.JAXBException(Code)
Create an instance of DisplayNameType
throws:
  JAXBException - if an error occurs



createExpirationCacheType
public com.nabhinc.portal.config.ExpirationCacheType createExpirationCacheType() throws javax.xml.bind.JAXBException(Code)
Create an instance of ExpirationCacheType
throws:
  JAXBException - if an error occurs



createInitParamType
public com.nabhinc.portal.config.InitParamType createInitParamType() throws javax.xml.bind.JAXBException(Code)
Create an instance of InitParamType
throws:
  JAXBException - if an error occurs



createKeywordsType
public com.nabhinc.portal.config.KeywordsType createKeywordsType() throws javax.xml.bind.JAXBException(Code)
Create an instance of KeywordsType
throws:
  JAXBException - if an error occurs



createMimeTypeType
public com.nabhinc.portal.config.MimeTypeType createMimeTypeType() throws javax.xml.bind.JAXBException(Code)
Create an instance of MimeTypeType
throws:
  JAXBException - if an error occurs



createNameType
public com.nabhinc.portal.config.NameType createNameType() throws javax.xml.bind.JAXBException(Code)
Create an instance of NameType
throws:
  JAXBException - if an error occurs



createPortletApp
public com.nabhinc.portal.config.PortletApp createPortletApp() throws javax.xml.bind.JAXBException(Code)
Create an instance of PortletApp
throws:
  JAXBException - if an error occurs



createPortletAppType
public com.nabhinc.portal.config.PortletAppType createPortletAppType() throws javax.xml.bind.JAXBException(Code)
Create an instance of PortletAppType
throws:
  JAXBException - if an error occurs



createPortletCollectionType
public com.nabhinc.portal.config.PortletCollectionType createPortletCollectionType() throws javax.xml.bind.JAXBException(Code)
Create an instance of PortletCollectionType
throws:
  JAXBException - if an error occurs



createPortletInfoType
public com.nabhinc.portal.config.PortletInfoType createPortletInfoType() throws javax.xml.bind.JAXBException(Code)
Create an instance of PortletInfoType
throws:
  JAXBException - if an error occurs



createPortletModeType
public com.nabhinc.portal.config.PortletModeType createPortletModeType() throws javax.xml.bind.JAXBException(Code)
Create an instance of PortletModeType
throws:
  JAXBException - if an error occurs



createPortletNameType
public com.nabhinc.portal.config.PortletNameType createPortletNameType() throws javax.xml.bind.JAXBException(Code)
Create an instance of PortletNameType
throws:
  JAXBException - if an error occurs



createPortletPreferencesType
public com.nabhinc.portal.config.PortletPreferencesType createPortletPreferencesType() throws javax.xml.bind.JAXBException(Code)
Create an instance of PortletPreferencesType
throws:
  JAXBException - if an error occurs



createPortletType
public com.nabhinc.portal.config.PortletType createPortletType() throws javax.xml.bind.JAXBException(Code)
Create an instance of PortletType
throws:
  JAXBException - if an error occurs



createPreferenceType
public com.nabhinc.portal.config.PreferenceType createPreferenceType() throws javax.xml.bind.JAXBException(Code)
Create an instance of PreferenceType
throws:
  JAXBException - if an error occurs



createResourceBundleType
public com.nabhinc.portal.config.ResourceBundleType createResourceBundleType() throws javax.xml.bind.JAXBException(Code)
Create an instance of ResourceBundleType
throws:
  JAXBException - if an error occurs



createRoleLinkType
public com.nabhinc.portal.config.RoleLinkType createRoleLinkType() throws javax.xml.bind.JAXBException(Code)
Create an instance of RoleLinkType
throws:
  JAXBException - if an error occurs



createSecurityConstraintType
public com.nabhinc.portal.config.SecurityConstraintType createSecurityConstraintType() throws javax.xml.bind.JAXBException(Code)
Create an instance of SecurityConstraintType
throws:
  JAXBException - if an error occurs



createSecurityRoleRefType
public com.nabhinc.portal.config.SecurityRoleRefType createSecurityRoleRefType() throws javax.xml.bind.JAXBException(Code)
Create an instance of SecurityRoleRefType
throws:
  JAXBException - if an error occurs



createShortTitleType
public com.nabhinc.portal.config.ShortTitleType createShortTitleType() throws javax.xml.bind.JAXBException(Code)
Create an instance of ShortTitleType
throws:
  JAXBException - if an error occurs



createSupportedLocaleType
public com.nabhinc.portal.config.SupportedLocaleType createSupportedLocaleType() throws javax.xml.bind.JAXBException(Code)
Create an instance of SupportedLocaleType
throws:
  JAXBException - if an error occurs



createSupportsType
public com.nabhinc.portal.config.SupportsType createSupportsType() throws javax.xml.bind.JAXBException(Code)
Create an instance of SupportsType
throws:
  JAXBException - if an error occurs



createTitleType
public com.nabhinc.portal.config.TitleType createTitleType() throws javax.xml.bind.JAXBException(Code)
Create an instance of TitleType
throws:
  JAXBException - if an error occurs



createUserAttributeType
public com.nabhinc.portal.config.UserAttributeType createUserAttributeType() throws javax.xml.bind.JAXBException(Code)
Create an instance of UserAttributeType
throws:
  JAXBException - if an error occurs



createUserDataConstraintType
public com.nabhinc.portal.config.UserDataConstraintType createUserDataConstraintType() throws javax.xml.bind.JAXBException(Code)
Create an instance of UserDataConstraintType
throws:
  JAXBException - if an error occurs



createValueType
public com.nabhinc.portal.config.ValueType createValueType() throws javax.xml.bind.JAXBException(Code)
Create an instance of ValueType
throws:
  JAXBException - if an error occurs



createWindowStateType
public com.nabhinc.portal.config.WindowStateType createWindowStateType() throws javax.xml.bind.JAXBException(Code)
Create an instance of WindowStateType
throws:
  JAXBException - if an error occurs



getProperty
public java.lang.Object getProperty(java.lang.String name) throws javax.xml.bind.PropertyException(Code)
Get the specified property. This method can only be used to get provider specific properties. Attempting to get an undefined property will result in a PropertyException being thrown.
Parameters:
  name - the name of the property to retrievethe value of the requested property
throws:
  PropertyException - when there is an error retrieving the given property or value



newInstance
public java.lang.Object newInstance(java.lang.Class javaContentInterface) throws javax.xml.bind.JAXBException(Code)
Create an instance of the specified Java content interface.
Parameters:
  javaContentInterface - the Class object of the javacontent interface to instantiatea new instance
throws:
  JAXBException - if an error occurs



setProperty
public void setProperty(java.lang.String name, java.lang.Object value) throws javax.xml.bind.PropertyException(Code)
Set the specified property. This method can only be used to set provider specific properties. Attempting to set an undefined property will result in a PropertyException being thrown.
Parameters:
  value - the value of the property to be set
Parameters:
  name - the name of the property to retrieve
throws:
  PropertyException - when there is an error processing the given property or value



Methods inherited from com.nabhinc.portal.config.impl.runtime.DefaultJAXBContextImpl
public Marshaller createMarshaller() throws JAXBException(Code)(Java Doc)
public Unmarshaller createUnmarshaller() throws JAXBException(Code)(Java Doc)
public Validator createValidator() throws JAXBException(Code)(Java Doc)
public com.sun.msv.grammar.Grammar getGrammar() throws JAXBException(Code)(Java Doc)
public GrammarInfo getGrammarInfo()(Code)(Java Doc)
public Object getProperty(String name) throws PropertyException(Code)(Java Doc)
public Object newInstance(Class javaContentInterface) throws JAXBException(Code)(Java Doc)
public void setProperty(String name, Object value) throws PropertyException(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.