Apache CXF API

Uses of Class
org.apache.cxf.service.model.InterfaceInfo

Packages that use InterfaceInfo
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   
 

Uses of InterfaceInfo in org.apache.cxf.service
 

Methods in org.apache.cxf.service with parameters of type InterfaceInfo
 void ServiceModelVisitor.begin(InterfaceInfo intf)
           
 void ServiceModelVisitor.end(InterfaceInfo intf)
           
 

Uses of InterfaceInfo in org.apache.cxf.service.model
 

Methods in org.apache.cxf.service.model that return InterfaceInfo
 InterfaceInfo ServiceInfo.createInterface(QName qn)
           
 InterfaceInfo OperationInfo.getInterface()
           
 InterfaceInfo ServiceInfo.getInterface()
           
 InterfaceInfo BindingInfo.getInterface()
           
 InterfaceInfo EndpointInfo.getInterface()
           
 

Methods in org.apache.cxf.service.model with parameters of type InterfaceInfo
 void ServiceInfo.setInterface(InterfaceInfo inf)
           
 


Apache CXF API

Apache CXF