public class GUIURIResolverFactory extends java.lang.Object implements HasCreateDTSUriResolver
After creating a DTSContainer, applications with an user interface can create an instance of this class and then call the DTSContainer method doCallInstallDTSURIResolver on the DTSContainer object in order to register the bridge.
| Constructor and Description |
|---|
GUIURIResolverFactory(URIResolverGUI theGUI)
Instantiates a new GUIURI resolver factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createAndRegisterDTSUriResolver(DTSContainer dts)
Implementors of this class should create the URIResolver instance and call
the method installDTSURIResolver(URIResolver ) on the DTSContainer passed in
as a parameter.
|
public GUIURIResolverFactory(URIResolverGUI theGUI)
theGUI - the the guipublic void createAndRegisterDTSUriResolver(DTSContainer dts)
HasCreateDTSUriResolvercreateAndRegisterDTSUriResolver in interface HasCreateDTSUriResolverdts - the dts