| Package | Description |
|---|---|
| org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
| org.apache.cxf.service.model |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceModelVisitor.begin(InterfaceInfo intf) |
void |
ServiceModelVisitor.end(InterfaceInfo intf) |
| Modifier and Type | Method and Description |
|---|---|
InterfaceInfo |
ServiceInfo.createInterface(QName qn) |
InterfaceInfo |
BindingInfo.getInterface() |
InterfaceInfo |
ServiceInfo.getInterface() |
InterfaceInfo |
EndpointInfo.getInterface() |
InterfaceInfo |
OperationInfo.getInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInfo.setInterface(InterfaceInfo inf) |
Apache CXF