KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > exoplatform > services > wsrp > producer > ServiceDescriptionInterface


1 /*
2  * Copyright 2001-2003 The eXo platform SARL All rights reserved.
3  * Please look at license.txt in info directory for more license detail.
4  *
5  * Created on 19 d�c. 2003
6  */

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 /**
14  * @author Mestrallet Benjamin
15  * benjmestrallet@users.sourceforge.net
16  */

17 public interface ServiceDescriptionInterface {
18   public ServiceDescription getServiceDescription(RegistrationContext registrationContext,
19                                                   String JavaDoc[] desiredLocale)
20     throws java.rmi.RemoteException JavaDoc;
21 }
22
Popular Tags