Apache CXF API

org.apache.cxf.jaxws
Class WrapperClassGenerator

java.lang.Object
  extended by org.apache.cxf.common.util.ASMHelper
      extended by org.apache.cxf.jaxws.WrapperClassGenerator

public final class WrapperClassGenerator
extends ASMHelper


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cxf.common.util.ASMHelper
ASMHelper.AnnotationVisitor, ASMHelper.ASMType, ASMHelper.ClassWriter, ASMHelper.FieldVisitor, ASMHelper.Label, ASMHelper.MethodVisitor, ASMHelper.Opcodes, ASMHelper.TypeHelperClassLoader
 
Field Summary
static String DEFAULT_PACKAGE_NAME
           
 
Fields inherited from class org.apache.cxf.common.util.ASMHelper
badASM, LOADER_MAP, NONPRIMITIVE_MAP, PRIMITIVE_MAP, PRIMITIVE_ZERO_MAP
 
Constructor Summary
WrapperClassGenerator(JaxWsServiceFactoryBean fact, InterfaceInfo inf, boolean q)
           
 
Method Summary
 Set<Class<?>> generate()
           
 
Methods inherited from class org.apache.cxf.common.util.ASMHelper
createClassWriter, createLabel, findClass, getClassCode, getClassCode, getMethodSignature, getType, loadClass, periodToSlashes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PACKAGE_NAME

public static final String DEFAULT_PACKAGE_NAME
See Also:
Constant Field Values
Constructor Detail

WrapperClassGenerator

public WrapperClassGenerator(JaxWsServiceFactoryBean fact,
                             InterfaceInfo inf,
                             boolean q)
Method Detail

generate

public Set<Class<?>> generate()

Apache CXF API

Apache CXF