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
|
Class<? extends StartupSerializer> |
getSerializerClass()
Get the Serializer class for this factory
|
QName |
getTagQName()
Get the tag QName of the element
|
Startup createStartup(org.apache.axiom.om.OMElement elem)
elem
- OMELement describing the StartupQName getTagQName()
Class<? extends StartupSerializer> getSerializerClass()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.