Apache CXF API

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

Packages that use InterfaceInfo
org.apache.cxf.service   
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 BindingInfo.getInterface()
           
 InterfaceInfo EndpointInfo.getInterface()
           
 InterfaceInfo OperationInfo.getInterface()
           
 InterfaceInfo ServiceInfo.getInterface()
           
 

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


Apache CXF API

Apache CXF