Uses of Interface
com.sun.tools.xjc.api.ClassNameAllocator

Packages that use ClassNameAllocator
com.sun.tools.xjc Schema to Java compiler 
com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. 
 

Uses of ClassNameAllocator in com.sun.tools.xjc
 

Fields in com.sun.tools.xjc declared as ClassNameAllocator
 ClassNameAllocator Options.classNameAllocator
          This allocator has the final say on deciding the class name.
 

Uses of ClassNameAllocator in com.sun.tools.xjc.api
 

Methods in com.sun.tools.xjc.api with parameters of type ClassNameAllocator
 void SchemaCompiler.setClassNameAllocator(ClassNameAllocator allocator)
          Sets the ClassNameAllocator to be used for the binding operation.