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.TypeHelperClassLoader
 
Field Summary
 
Fields inherited from class org.apache.cxf.common.util.ASMHelper
LOADER_MAP, NONPRIMITIVE_MAP, oldASM, PRIMITIVE_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, findClass, getClassCode, getClassCode, getMethodSignature, loadClass, periodToSlashes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrapperClassGenerator

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

generate

public Set<Class<?>> generate()

Apache CXF API

Apache CXF