org.jasig.portal.car
Class DescriptorHandler
java.lang.Object
org.jasig.portal.car.DescriptorHandler
public class DescriptorHandler
- extends Object
Class to parse the component deployment descriptor causing some tags to
take action during parsing and others to cache information in the
descriptor making it accessible via accessor methods.
- Version:
- $Revision: 21166 $
- Author:
- Mark Boyd mark.boyd@engineer.com
|
Method Summary |
void |
getServices(ContentHandler c)
Generates event calls to the passed in handler for service descriptions
extracted from the parsed the deployment descriptor. |
void |
getWorkers(Properties p)
Adds to the passed in Properties object the names of workers and their
implementing classes as specified in the parsed deployment descriptor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RCS_ID
public static final String RCS_ID
- See Also:
- Constant Field Values
COMPONENT_TAG_NAME
public static final String COMPONENT_TAG_NAME
- See Also:
- Constant Field Values
WORKER_TAG_NAME
public static final String WORKER_TAG_NAME
- See Also:
- Constant Field Values
SERVICE_TAG_NAME
public static final String SERVICE_TAG_NAME
- See Also:
- Constant Field Values
EXTENSION_TAG_NAME
public static final String EXTENSION_TAG_NAME
- See Also:
- Constant Field Values
CHANDEF_TAG_NAME
public static final String CHANDEF_TAG_NAME
- See Also:
- Constant Field Values
CHANTYPE_TAG_NAME
public static final String CHANTYPE_TAG_NAME
- See Also:
- Constant Field Values
DATABASE_TAG_NAME
public static final String DATABASE_TAG_NAME
- See Also:
- Constant Field Values
PROCESS_TAG_NAME
public static final String PROCESS_TAG_NAME
- See Also:
- Constant Field Values
COMPONENT
public static final Path COMPONENT
WORKERS
public static final Path WORKERS
PROCESS
public static final Path PROCESS
SERVICES
public static final Path SERVICES
EXTENSIONS
public static final Path EXTENSIONS
CHANDEFS
public static final Path CHANDEFS
CHANTYPES
public static final Path CHANTYPES
DBDEFS
public static final Path DBDEFS
getWorkers
public void getWorkers(Properties p)
- Adds to the passed in Properties object the names of workers and their
implementing classes as specified in the parsed deployment descriptor.
getServices
public void getServices(ContentHandler c)
throws SAXException
- Generates event calls to the passed in handler for service descriptions
extracted from the parsed the deployment descriptor.
- Throws:
SAXException
Copyright © 2010 Jasig. All Rights Reserved.