Xindice API
version 1.2m1

org.apache.xindice.core.request
Class XindiceStreamHandlerFactory

java.lang.Object
  extended byorg.apache.xindice.core.request.XindiceStreamHandlerFactory
All Implemented Interfaces:
URLStreamHandlerFactory

public class XindiceStreamHandlerFactory
extends Object
implements URLStreamHandlerFactory

This interface defines a factory for URL stream protocol handlers. It is used by the URL class to create a URLStreamHandler for a specific protocol.

Version:
$Revision: 541508 $, $Date: 2007-05-24 21:54:12 -0400 (Thu, 24 May 2007) $

Constructor Summary
XindiceStreamHandlerFactory()
           
 
Method Summary
 URLStreamHandler createURLStreamHandler(String protocol)
          Creates an instance of an URLStreamHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XindiceStreamHandlerFactory

public XindiceStreamHandlerFactory()
Method Detail

createURLStreamHandler

public URLStreamHandler createURLStreamHandler(String protocol)
Creates an instance of an URLStreamHandler

Specified by:
createURLStreamHandler in interface URLStreamHandlerFactory

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.