1 7 8 package org.exoplatform.services.wsrp.producer; 9 10 import org.exoplatform.services.wsrp.type.RegistrationContext; 11 import org.exoplatform.services.wsrp.type.ServiceDescription; 12 13 17 public interface ServiceDescriptionInterface { 18 public ServiceDescription getServiceDescription(RegistrationContext registrationContext, 19 String [] desiredLocale) 20 throws java.rmi.RemoteException ; 21 } 22 | Popular Tags |