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 |
ServiceInfo.getInterface() |
InterfaceInfo |
OperationInfo.getInterface() |
InterfaceInfo |
EndpointInfo.getInterface() |
InterfaceInfo |
BindingInfo.getInterface() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceInfo.setInterface(InterfaceInfo inf) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.