com.agical.rmock.core.configuration
Interface RMockSimpleService


public interface RMockSimpleService

A simple service has less control over it's creation than a service created with an RMockServiceFactory. A simple service must have a default constructor and must define a name space.

Author:
joakim

Method Summary
 java.lang.String getNameSpace()
          A name space is used to group related services.
 

Method Detail

getNameSpace

java.lang.String getNameSpace()
A name space is used to group related services. Etentions can use namespaces to present the registered services.

Returns:
The name space to use for this service


Copyright © 2005-2009 Agical AB. All Rights Reserved.