| Package | Description |
|---|---|
| org.apache.cxf.tools.common.model |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaClass |
class |
JavaExceptionClass |
class |
JavaServiceClass |
| Modifier and Type | Method and Description |
|---|---|
JavaInterface |
JavaMethod.getInterface() |
JavaInterface |
JavaType.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JavaInterface> |
JavaModel.getInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaModel.addInterface(String name,
JavaInterface i) |
void |
JavaMethod.setInterface(JavaInterface intf) |
void |
JavaType.setOwner(JavaInterface intf) |
| Constructor and Description |
|---|
JavaMethod(JavaInterface i) |
Apache CXF