Apache CXF API

Uses of Class
org.apache.cxf.tools.common.model.JavaAnnotation

Packages that use JavaAnnotation
org.apache.cxf.tools.common.model   
org.apache.cxf.tools.wsdlto.frontend.jaxws.generators   
 

Uses of JavaAnnotation in org.apache.cxf.tools.common.model
 

Methods in org.apache.cxf.tools.common.model that return JavaAnnotation
 JavaAnnotation JavaField.getAnnotation()
           
 JavaAnnotation JavaParameter.getAnnotation()
           
 

Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaAnnotation
 java.util.Map<java.lang.String,JavaAnnotation> JavaMethod.getAnnotationMap()
           
 java.util.Collection<JavaAnnotation> JavaMethod.getAnnotations()
           
 

Methods in org.apache.cxf.tools.common.model with parameters of type JavaAnnotation
 void JavaMethod.addAnnotation(java.lang.String tag, JavaAnnotation annotation)
           
 void JavaField.setAnnotation(JavaAnnotation anno)
           
 void JavaParameter.setAnnotation(JavaAnnotation anno)
           
 

Uses of JavaAnnotation in org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
 

Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.generators that return JavaAnnotation
 JavaAnnotation HandlerConfigGenerator.getHandlerAnnotation()
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.