org.apache.openejb.config.sys
Class StackHandler.ServiceElement<S extends AbstractService>

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.apache.openejb.config.sys.StackHandler.Content
          extended by org.apache.openejb.config.sys.StackHandler.ServiceElement<S>
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
StackHandler.DeclaredServiceElement, StackHandler.ResourceElement
Enclosing class:
StackHandler

public abstract class StackHandler.ServiceElement<S extends AbstractService>
extends StackHandler.Content


Constructor Summary
protected StackHandler.ServiceElement(S service)
           
 
Method Summary
protected  List<String> getAttributes()
           
 void setValue(String text)
           
 void startElement(String uri, String localName, String qName, Attributes attributes)
           
 
Methods inherited from class org.apache.openejb.config.sys.StackHandler.Content
characters, endElement
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackHandler.ServiceElement

protected StackHandler.ServiceElement(S service)
Method Detail

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Attributes attributes)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class StackHandler.Content
Throws:
SAXException

getAttributes

protected List<String> getAttributes()

setValue

public void setValue(String text)
Overrides:
setValue in class StackHandler.Content


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.