org.jboss.portal.wsrp.services
Interface ServiceFactory

All Superinterfaces:
org.jboss.system.Service
All Known Implementing Classes:
AbstractJNDIServiceFactory, CachingServiceFactory

public interface ServiceFactory
extends org.jboss.system.Service

A factory that gives access to remote services.


Method Summary
 java.lang.Object getService(java.lang.Class clazz)
           
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getService

public java.lang.Object getService(java.lang.Class clazz)
                            throws java.lang.Exception
Throws:
java.lang.Exception