Uses of Class
org.apache.cxf.service.model.InterfaceInfo
-
Packages that use InterfaceInfo Package Description org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service modelorg.apache.cxf.service.model -
-
Uses of InterfaceInfo in org.apache.cxf.service
Methods in org.apache.cxf.service with parameters of type InterfaceInfo Modifier and Type Method Description voidServiceModelVisitor. begin(InterfaceInfo intf)voidServiceModelVisitor. end(InterfaceInfo intf) -
Uses of InterfaceInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return InterfaceInfo Modifier and Type Method Description InterfaceInfoServiceInfo. createInterface(QName qn)InterfaceInfoBindingInfo. getInterface()InterfaceInfoEndpointInfo. getInterface()InterfaceInfoOperationInfo. getInterface()InterfaceInfoServiceInfo. getInterface()Methods in org.apache.cxf.service.model with parameters of type InterfaceInfo Modifier and Type Method Description voidServiceInfo. setInterface(InterfaceInfo inf)
-