Xindice API

org.apache.xindice.core.request
Class XindiceStreamHandlerFactory

java.lang.Object
  |
  +--org.apache.xindice.core.request.XindiceStreamHandlerFactory
All Implemented Interfaces:
java.net.URLStreamHandlerFactory

public class XindiceStreamHandlerFactory
extends java.lang.Object
implements java.net.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.


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

Constructor Detail

XindiceStreamHandlerFactory

public XindiceStreamHandlerFactory()
Method Detail

createURLStreamHandler

public java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
Creates an instance of an URLStreamHandler
Specified by:
createURLStreamHandler in interface java.net.URLStreamHandlerFactory

Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation