org.apache.jetspeed.service
Interface Service

All Known Subinterfaces:
PersistenceService

public interface Service

The Service interface has to be implemented by every service that needs to be available trough the service factory

See Also:
ServiceFactory

Method Summary
 java.lang.String getName()
          Returns the name of this service.
 void init(org.apache.jetspeed.service.PortletRequest aRequest, org.apache.jetspeed.service.PortletResponse aResponse)
          Initializes the service with the given portlet request and response.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this service.
Returns:
the name

init

public void init(org.apache.jetspeed.service.PortletRequest aRequest,
                 org.apache.jetspeed.service.PortletResponse aResponse)
Initializes the service with the given portlet request and response.
Parameters:
aRequest - the portlet request
aResponse - the portlet response