org.eclipse.net4j
Class Net4jConfigurator

java.lang.Object
  extended by org.eclipse.net4j.Net4jConfigurator

public class Net4jConfigurator
extends java.lang.Object


Constructor Summary
Net4jConfigurator(IManagedContainer container)
           
 
Method Summary
 IAcceptor[] configure(java.io.File configFile)
           
protected  IAcceptor configureAcceptor(org.w3c.dom.Element acceptorConfig)
           
protected  INegotiator configureNegotiator(org.w3c.dom.Element negotiatorConfig)
           
 IManagedContainer getContainer()
           
protected  org.w3c.dom.Document getDocument(java.io.File configFile)
           
static java.util.Map<java.lang.String,java.lang.String> getProperties(org.w3c.dom.Element element, int levels)
           
protected  org.w3c.dom.Element getStoreConfig(org.w3c.dom.Element repositoryConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Net4jConfigurator

public Net4jConfigurator(IManagedContainer container)
Method Detail

getContainer

public IManagedContainer getContainer()

configure

public IAcceptor[] configure(java.io.File configFile)
                      throws javax.xml.parsers.ParserConfigurationException,
                             org.xml.sax.SAXException,
                             java.io.IOException,
                             org.eclipse.core.runtime.CoreException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
org.eclipse.core.runtime.CoreException

configureAcceptor

protected IAcceptor configureAcceptor(org.w3c.dom.Element acceptorConfig)

configureNegotiator

protected INegotiator configureNegotiator(org.w3c.dom.Element negotiatorConfig)

getDocument

protected org.w3c.dom.Document getDocument(java.io.File configFile)
                                    throws javax.xml.parsers.ParserConfigurationException,
                                           org.xml.sax.SAXException,
                                           java.io.IOException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException

getStoreConfig

protected org.w3c.dom.Element getStoreConfig(org.w3c.dom.Element repositoryConfig)

getProperties

public static java.util.Map<java.lang.String,java.lang.String> getProperties(org.w3c.dom.Element element,
                                                                             int levels)

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.