org.exist.protocolhandler.protocols.xmldb
Class Handler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.exist.protocolhandler.protocols.xmldb.Handler

public class Handler
extends URLStreamHandler

A stream protocol handler knows how to make a connection for a particular protocol type. This handler deals with "xmldb:"

Author:
Dannes Wessels
See Also:
A New Era for Java Protocol Handlers, URLStreamHandler

Field Summary
static String PATTERN
           
static String XMLDB
           
static String XMLDB_EXIST
           
 
Constructor Summary
Handler()
          Creates a new instance of Handler
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XMLDB_EXIST

public static final String XMLDB_EXIST
See Also:
Constant Field Values

XMLDB

public static final String XMLDB
See Also:
Constant Field Values

PATTERN

public static final String PATTERN
See Also:
Constant Field Values
Constructor Detail

Handler

public Handler()
Creates a new instance of Handler



Copyright (C) Wolfgang Meier. All rights reserved.