Package | Description |
---|---|
org.apache.cxf.tools.common.model | |
org.apache.cxf.tools.wsdlto.frontend.jaxws.generators |
Modifier and Type | Method and Description |
---|---|
JAnnotation |
JavaParameter.getAnnotation(String tag) |
Modifier and Type | Method and Description |
---|---|
Map<String,JAnnotation> |
JavaMethod.getAnnotationMap() |
List<JAnnotation> |
JavaField.getAnnotations() |
List<JAnnotation> |
JavaInterface.getAnnotations() |
Collection<JAnnotation> |
JavaMethod.getAnnotations() |
Collection<JAnnotation> |
JavaParameter.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
JavaField.addAnnotation(JAnnotation anno) |
void |
JavaInterface.addAnnotation(JAnnotation annotation) |
void |
JavaMethod.addAnnotation(String tag,
JAnnotation annotation) |
void |
JavaParameter.addAnnotation(String tag,
JAnnotation ann) |
Modifier and Type | Method and Description |
---|---|
JAnnotation |
HandlerConfigGenerator.getHandlerAnnotation() |
Apache CXF