public interface StartupFactory
Modifier and Type | Method and Description |
---|---|
Startup |
createStartup(org.apache.axiom.om.OMElement elem)
Create (build from OM) from the specified OMElement
|
java.lang.Class<? extends StartupSerializer> |
getSerializerClass()
Get the Serializer class for this factory
|
javax.xml.namespace.QName |
getTagQName()
Get the tag QName of the element
|
Startup createStartup(org.apache.axiom.om.OMElement elem)
elem
- OMELement describing the Startupjavax.xml.namespace.QName getTagQName()
java.lang.Class<? extends StartupSerializer> getSerializerClass()
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.