com.agical.rmock.core.configuration
Interface RMockSimpleService

All Known Implementing Classes:
Code, Naming, Renderer, Source, TDDocService

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
 String getNameSpace()
          A name space is used to group related services.
 

Method Detail

getNameSpace

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-2011 Agical AB. All Rights Reserved.