Java Doc for CustomBase.java in  » XML » jibx-1.1.5 » org » jibx » binding » generator » 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 » XML » jibx 1.1.5 » org.jibx.binding.generator 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jibx.binding.generator.CustomBase

All known Subclasses:   org.jibx.ws.wsdl.ThrowsCustom,  org.jibx.ws.wsdl.FaultCustom,  org.jibx.binding.generator.SharedNestingBase,  org.jibx.ws.wsdl.ValueCustom,  org.jibx.binding.generator.MemberCustom,
CustomBase
public class CustomBase (Code)
Base class for all customizations. This defines a way to navigate up the tree of nested components without making assumptions about the specific type of the containing components. This allows for other types of customizations, beyond the binding customizations included directly in this package. This also includes enumeration definitions which are used with both base and extension customizations.


Field Summary
final public static  intCAMEL_CASE_NAMES
    
final public static  intDERIVE_BY_PACKAGE
    
final public static  intDERIVE_FIXED
    
final public static  intDERIVE_NONE
    
final public static  intDOTTED_NAMES
    
final public static  intHYPHENATED_NAMES
    
final public static  intREQUIRE_ALL
    
final public static  intREQUIRE_NONE
    
final public static  intREQUIRE_OBJECTS
    
final public static  intREQUIRE_PRIMITIVES
    
final public static  intUNDERSCORED_NAMES
    
final public static  intUPPER_CAMEL_CASE_NAMES
    
final public static  EnumSets_nameStyleEnum
    
final public static  EnumSets_namespaceStyleEnum
    
final public static  EnumSets_requireEnum
    

Constructor Summary
public  CustomBase(SharedNestingBase parent)
     Constructor.

Method Summary
public static  StringconvertName(String base, int code)
     Convert class, method, or parameter name to XML name.
public static  StringderiveItemName(String cname, String type, int code)
     Derive name for item in a collection.
public static  StringderiveNamespace(String uri, String pkgpth, int style)
     Derive namespace using specified technique.
public  GlobalCustomgetGlobal()
     Get global customizations root.
public  SharedNestingBasegetParent()
     Get container.
protected static  SetnameSet(String[] names)
     Utility method to build a set from an array of names.
public static  StringpackageOfType(String type)
     Get the package from a fully-qualified type name.
public static  StringpackageToNamespace(String pkgpth)
     Create a namespace URL from a package path.

Field Detail
CAMEL_CASE_NAMES
final public static int CAMEL_CASE_NAMES(Code)



DERIVE_BY_PACKAGE
final public static int DERIVE_BY_PACKAGE(Code)



DERIVE_FIXED
final public static int DERIVE_FIXED(Code)



DERIVE_NONE
final public static int DERIVE_NONE(Code)



DOTTED_NAMES
final public static int DOTTED_NAMES(Code)



HYPHENATED_NAMES
final public static int HYPHENATED_NAMES(Code)



REQUIRE_ALL
final public static int REQUIRE_ALL(Code)



REQUIRE_NONE
final public static int REQUIRE_NONE(Code)



REQUIRE_OBJECTS
final public static int REQUIRE_OBJECTS(Code)



REQUIRE_PRIMITIVES
final public static int REQUIRE_PRIMITIVES(Code)



UNDERSCORED_NAMES
final public static int UNDERSCORED_NAMES(Code)



UPPER_CAMEL_CASE_NAMES
final public static int UPPER_CAMEL_CASE_NAMES(Code)



s_nameStyleEnum
final public static EnumSet s_nameStyleEnum(Code)



s_namespaceStyleEnum
final public static EnumSet s_namespaceStyleEnum(Code)



s_requireEnum
final public static EnumSet s_requireEnum(Code)




Constructor Detail
CustomBase
public CustomBase(SharedNestingBase parent)(Code)
Constructor.
Parameters:
  parent -




Method Detail
convertName
public static String convertName(String base, int code)(Code)
Convert class, method, or parameter name to XML name.
Parameters:
  base - class or simple field name to be converted
Parameters:
  code - conversion format style code XML name



deriveItemName
public static String deriveItemName(String cname, String type, int code)(Code)
Derive name for item in a collection. If the supplied collection name ends in a recognized plural form the derived item name is the singular version of the collection name. Otherwise, it is the converted name of the collection item class, or just "item" if the class is unknown.
Parameters:
  cname - collection name
Parameters:
  type - item type (null if unknown)
Parameters:
  code - conversion format style code item name



deriveNamespace
public static String deriveNamespace(String uri, String pkgpth, int style)(Code)
Derive namespace using specified technique.
Parameters:
  uri - base namespace URI (null if none)
Parameters:
  pkgpth - fully qualified package name
Parameters:
  style - namespace style code derived namespace



getGlobal
public GlobalCustom getGlobal()(Code)
Get global customizations root. global customization



getParent
public SharedNestingBase getParent()(Code)
Get container. container



nameSet
protected static Set nameSet(String[] names)(Code)
Utility method to build a set from an array of names.
Parameters:
  names - (null if none) name set (null if none)



packageOfType
public static String packageOfType(String type)(Code)
Get the package from a fully-qualified type name.
Parameters:
  type - fully-qualified type name package of the type (empty string if in default package)



packageToNamespace
public static String packageToNamespace(String pkgpth)(Code)
Create a namespace URL from a package path.
Parameters:
  pkgpth - fully-qualified package name namespace based on package (null if none)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.