public class SimpleQuartzFactory extends java.lang.Object implements StartupFactory
Modifier and Type | Field and Description |
---|---|
static javax.xml.namespace.QName |
TASK |
Constructor and Description |
---|
SimpleQuartzFactory() |
Modifier and Type | Method and Description |
---|---|
Startup |
createStartup(org.apache.axiom.om.OMElement el)
Create (build from OM) from the specified OMElement
|
java.lang.Class<SimpleQuartzSerializer> |
getSerializerClass()
Get the Serializer class for this factory
|
javax.xml.namespace.QName |
getTagQName()
Get the tag QName of the element
|
public Startup createStartup(org.apache.axiom.om.OMElement el)
StartupFactory
createStartup
in interface StartupFactory
el
- OMELement describing the Startuppublic java.lang.Class<SimpleQuartzSerializer> getSerializerClass()
StartupFactory
getSerializerClass
in interface StartupFactory
public javax.xml.namespace.QName getTagQName()
StartupFactory
getTagQName
in interface StartupFactory
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.