Uses of Interface
org.objectweb.dsrg.sofa.repository.model.ServicePublisher

Packages that use ServicePublisher
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of ServicePublisher in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return ServicePublisher
 ServicePublisher ModelFactory.createServicePublisher()
          Returns a new object of class 'Service Publisher'
 

Uses of ServicePublisher in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement ServicePublisher
 class ServicePublisherImpl
          An implementation of the model object 'Service Publisher'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return ServicePublisher
 ServicePublisher ModelFactoryImpl.createServicePublisher()
           
 

Uses of ServicePublisher in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type ServicePublisher
 T ModelSwitch.caseServicePublisher(ServicePublisher object)
          Returns the result of interpreting the object as an instance of 'Service Publisher'