Apache CXF API

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

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

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

Methods in org.apache.cxf.tools.common.model that return JAnnotation
 JAnnotation JavaParameter.getAnnotation(String tag)
           
 

Methods in org.apache.cxf.tools.common.model that return types with arguments of type JAnnotation
 Map<String,JAnnotation> JavaMethod.getAnnotationMap()
           
 List<JAnnotation> JavaInterface.getAnnotations()
           
 Collection<JAnnotation> JavaMethod.getAnnotations()
           
 List<JAnnotation> JavaField.getAnnotations()
           
 Collection<JAnnotation> JavaParameter.getAnnotations()
           
 

Methods in org.apache.cxf.tools.common.model with parameters of type JAnnotation
 void JavaInterface.addAnnotation(JAnnotation annotation)
           
 void JavaField.addAnnotation(JAnnotation anno)
           
 void JavaMethod.addAnnotation(String tag, JAnnotation annotation)
           
 void JavaParameter.addAnnotation(String tag, JAnnotation ann)
           
 

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

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


Apache CXF API

Apache CXF