edu.wisc.ssec.mcidas.adde
Class AddeURLStreamHandlerFactory

java.lang.Object
  extended by edu.wisc.ssec.mcidas.adde.AddeURLStreamHandlerFactory
All Implemented Interfaces:
URLStreamHandlerFactory

public class AddeURLStreamHandlerFactory
extends Object
implements URLStreamHandlerFactory

This class creates a URLStreamHandler for the ADDE protocol. An instance is passed to URL.setURLStreamHandlerFactory when an application will be using ADDE URLs.

Author:
Tommy Jasmin, University of Wisconsin, SSEC

Constructor Summary
AddeURLStreamHandlerFactory()
           
 
Method Summary
 URLStreamHandler createURLStreamHandler(String protocol)
          Creates URLStreamHandler object - not called directly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddeURLStreamHandlerFactory

public AddeURLStreamHandlerFactory()
Method Detail

createURLStreamHandler

public URLStreamHandler createURLStreamHandler(String protocol)
Creates URLStreamHandler object - not called directly.

Specified by:
createURLStreamHandler in interface URLStreamHandlerFactory
Parameters:
protocol - - should be "adde"
Returns:
AddeURLStreamHandler reference.