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 java.lang.Object
implements Annotator


Constructor Summary
XmlJavaTypeAdapterAnnotator(JavaInterface intf, java.lang.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,
                                   java.lang.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