| Package | Description |
|---|---|
| org.apache.cxf.tools.common.model |
| Modifier and Type | Method and Description |
|---|---|
JavaMethod |
JavaClass.appendGetter(JavaField field) |
JavaMethod |
JavaClass.appendSetter(JavaField field) |
JavaMethod |
JavaParameter.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
List<JavaMethod> |
JavaInterface.getMethods() |
List<JavaMethod> |
JavaPort.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaInterface.addMethod(JavaMethod method) |
void |
JavaPort.addOperation(JavaMethod method) |
boolean |
JavaInterface.hasMethod(JavaMethod method) |
int |
JavaInterface.indexOf(JavaMethod method) |
int |
JavaInterface.removeMethod(JavaMethod method) |
void |
JavaInterface.replaceMethod(JavaMethod method) |
void |
JavaParameter.setMethod(JavaMethod jm) |
Apache CXF