Uses of Interface
it.eng.spagobi.services.content.stub.ContentService

Packages that use ContentService
it.eng.spagobi.services.content.stub   
 

Uses of ContentService in it.eng.spagobi.services.content.stub
 

Classes in it.eng.spagobi.services.content.stub that implement ContentService
 class ContentServiceSoapBindingImpl
           
 class ContentServiceSoapBindingSkeleton
           
 class ContentServiceSoapBindingStub
           
 

Methods in it.eng.spagobi.services.content.stub that return ContentService
 ContentService ContentServiceService.getContentService()
           
 ContentService ContentServiceServiceLocator.getContentService()
           
 ContentService ContentServiceService.getContentService(java.net.URL portAddress)
           
 ContentService ContentServiceServiceLocator.getContentService(java.net.URL portAddress)
           
 

Constructors in it.eng.spagobi.services.content.stub with parameters of type ContentService
ContentServiceSoapBindingSkeleton(ContentService impl)