Apache CXF API

org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator
Class WrapperBeanAnnotator

java.lang.Object
  extended by org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanAnnotator
All Implemented Interfaces:
Annotator

public class WrapperBeanAnnotator
extends Object
implements Annotator


Constructor Summary
WrapperBeanAnnotator()
           
WrapperBeanAnnotator(Class<?> cls)
           
 
Method Summary
 void annotate(JavaAnnotatable clz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrapperBeanAnnotator

public WrapperBeanAnnotator()

WrapperBeanAnnotator

public WrapperBeanAnnotator(Class<?> cls)
Method Detail

annotate

public void annotate(JavaAnnotatable clz)
Specified by:
annotate in interface Annotator

Apache CXF API

Apache CXF