Uses of Interface
org.castor.xml.JavaNaming

Packages that use JavaNaming
org.castor.xml   
org.exolab.castor.builder Castor XML code generator 
org.exolab.castor.builder.factory   
org.exolab.castor.tools This package contains ant task for Castor code generator. 
 

Uses of JavaNaming in org.castor.xml
 

Classes in org.castor.xml that implement JavaNaming
 class JavaNamingImpl
          This class converts XML Names to proper Java names.
 

Methods in org.castor.xml that return JavaNaming
 JavaNaming InternalContext.getJavaNaming()
          The JavaNaming instance to be used.
 JavaNaming AbstractInternalContext.getJavaNaming()
           
 

Methods in org.castor.xml with parameters of type JavaNaming
 void InternalContext.setJavaNaming(JavaNaming javaNaming)
          To set the JavaNaming?property.
 void AbstractInternalContext.setJavaNaming(JavaNaming javaNaming)
           
 

Uses of JavaNaming in org.exolab.castor.builder
 

Methods in org.exolab.castor.builder that return JavaNaming
 JavaNaming BuilderConfiguration.getJavaNaming()
          To get the JavaNaming implementation to be used.
 

Methods in org.exolab.castor.builder with parameters of type JavaNaming
 void BuilderConfiguration.setJavaNaming(JavaNaming javaNaming)
          To set the JavaNaming implementation to be used.
 

Constructors in org.exolab.castor.builder with parameters of type JavaNaming
GroupNaming(JavaNaming javaNaming)
          Creates a new GroupNaming.
JClassRegistry(ClassNameConflictResolver resolver, JavaNaming javaNaming)
          Creates an instance of this class, providing the class anme conflict resolver to be used during automatic class name conflict resolution (for local element conflicts).
 

Uses of JavaNaming in org.exolab.castor.builder.factory
 

Methods in org.exolab.castor.builder.factory that return JavaNaming
 JavaNaming BaseFactory.getJavaNaming()
          To get the JavaNaming to be used.
 JavaNaming FieldMemberAndAccessorFactory.getJavaNaming()
          Returns the javaNaming.
 

Methods in org.exolab.castor.builder.factory with parameters of type JavaNaming
 CollectionInfo FieldInfoFactory.createCollection(XSType contentType, String name, String elementName, JavaNaming javaNaming, boolean usejava50)
          Creates a CollectionInfo instance based upon the various parameters provided.
 CollectionInfo FieldInfoFactory.createCollection(XSType contentType, String name, String elementName, String collectionName, JavaNaming javaNaming, boolean useJava50)
          Creates a CollectionInfo instance based upon the various parameters provided.
 

Constructors in org.exolab.castor.builder.factory with parameters of type JavaNaming
CollectionJ2MemberAndAccessorFactory(JavaNaming naming)
          Creates a new CollectionJ2MemberAndAccessorFactory.
CollectionJ2NoIndexMemberAndAccessorFactory(JavaNaming naming)
          Creates a new CollectionJ2NoIndexMemberAndAccessorFactory.
CollectionMemberAndAccessorFactory(JavaNaming naming)
          Creates a factory that offers public methods to create the field initialization code as well as the accessor methods.
CollectionODMG30MemberAndAccessorFactory(JavaNaming naming)
          Creates a new CollectionODMG30MemberAndAccessorFactory.
FieldMemberAndAccessorFactory(JavaNaming naming)
          Creates a factory that offers public methods to create the field initialization code as well as the getter/setter methods.
IdentityMemberAndAccessorFactory(JavaNaming naming)
          Creates the IdentityMemberAndAccessorFactory.
 

Uses of JavaNaming in org.exolab.castor.tools
 

Constructors in org.exolab.castor.tools with parameters of type JavaNaming
MappingToolMappingLoader(JavaNaming javaNaming)
          A MappingToolMappingLoader needs a javaNaming to be set.
 



Copyright © 2012. All Rights Reserved.