com.reuters.msgtest.config
Interface RvTestConfiguration
- All Known Implementing Classes:
- RvTestConfigurationImpl
- public interface RvTestConfiguration
Responsible for managing the configuration of rvtest. Components dependent on this class can\should be
mocked (i.e. easyMock, JMock, etc...) for unit testing.
- Author:
- Michael Ward
getLoglevel
public int getLoglevel()
getCreator
public Creator getCreator(java.lang.String type)
getInstance
public java.lang.Object getInstance(java.lang.Object key)
getTransport
public Transport getTransport()
getSubjectSubstitution
public SubjectSubstitution getSubjectSubstitution()
create
public java.lang.Object create(java.lang.String uri)
throws RvTestException
- Throws:
RvTestException
create
public java.lang.Object create(URI uri)
throws RvTestException
- Throws:
RvTestException
Copyright © 2002-2004 The RVTest Team. All Rights Reserved.