|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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> |
JavaField.getAnnotations()
|
List<JAnnotation> |
JavaInterface.getAnnotations()
|
Collection<JAnnotation> |
JavaMethod.getAnnotations()
|
Collection<JAnnotation> |
JavaParameter.getAnnotations()
|
Methods in org.apache.cxf.tools.common.model with parameters of type JAnnotation | |
---|---|
void |
JavaField.addAnnotation(JAnnotation anno)
|
void |
JavaInterface.addAnnotation(JAnnotation annotation)
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |