Apache CXF API

org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator
Class XmlJavaTypeAdapterAnnotator

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.XmlJavaTypeAdapterAnnotator
All Implemented Interfaces:
Annotator

public class XmlJavaTypeAdapterAnnotator
extends Object
implements Annotator


Constructor Summary
XmlJavaTypeAdapterAnnotator(JavaInterface intf, Class<? extends javax.xml.bind.annotation.adapters.XmlAdapter> adapter)
           
 
Method Summary
 void annotate(JavaAnnotatable jn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlJavaTypeAdapterAnnotator

public XmlJavaTypeAdapterAnnotator(JavaInterface intf,
                                   Class<? extends javax.xml.bind.annotation.adapters.XmlAdapter> adapter)
Method Detail

annotate

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

Apache CXF API

Apache CXF