|
||||||||||
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(java.lang.String tag)
|
Methods in org.apache.cxf.tools.common.model that return types with arguments of type JAnnotation | |
---|---|
java.util.Map<java.lang.String,JAnnotation> |
JavaMethod.getAnnotationMap()
|
java.util.List<JAnnotation> |
JavaInterface.getAnnotations()
|
java.util.Collection<JAnnotation> |
JavaMethod.getAnnotations()
|
java.util.List<JAnnotation> |
JavaField.getAnnotations()
|
java.util.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(java.lang.String tag,
JAnnotation annotation)
|
void |
JavaParameter.addAnnotation(java.lang.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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |