org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator
Class XmlJavaTypeAdapterAnnotator
java.lang.Object
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.XmlJavaTypeAdapterAnnotator
- All Implemented Interfaces:
- org.apache.cxf.tools.common.model.Annotator
public class XmlJavaTypeAdapterAnnotator
- extends Object
- implements org.apache.cxf.tools.common.model.Annotator
|
Method Summary |
void |
annotate(org.apache.cxf.tools.common.model.JavaAnnotatable jn)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlJavaTypeAdapterAnnotator
public XmlJavaTypeAdapterAnnotator(org.apache.cxf.tools.common.model.JavaInterface intf,
Class<? extends javax.xml.bind.annotation.adapters.XmlAdapter> adapter)
annotate
public void annotate(org.apache.cxf.tools.common.model.JavaAnnotatable jn)
- Specified by:
annotate in interface org.apache.cxf.tools.common.model.Annotator
Apache CXF