public final class ObjectFactoryUtil extends Object
Modifier and Type | Method and Description |
---|---|
static ConnType |
getConnTypeBySrcXml(String srcXml) |
static ConnType |
getConnTypeByStrXml(String strXml) |
static JdbcType |
getJdbcTypeBySrcXml(String srcXml) |
static JdbcType |
getJdbcTypeByStrXml(String strXml) |
static LoadType |
getLoadTypeBySrcXml(String srcXml) |
static LoadType |
getLoadTypeByStrXml(String strXml) |
public static JdbcType getJdbcTypeBySrcXml(String srcXml) throws JAXBException
srcXml
- the srcXml to manageJAXBException
- exceptionpublic static JdbcType getJdbcTypeByStrXml(String strXml) throws JAXBException
strXml
- the strXml to manageJAXBException
- exceptionpublic static ConnType getConnTypeBySrcXml(String srcXml) throws JAXBException
srcXml
- the srcXml to manageJAXBException
- exceptionpublic static ConnType getConnTypeByStrXml(String strXml) throws JAXBException
strXml
- the strXml to manageJAXBException
- exceptionpublic static LoadType getLoadTypeBySrcXml(String srcXml) throws JAXBException
srcXml
- the srcXml to manageJAXBException
- exceptionpublic static LoadType getLoadTypeByStrXml(String strXml) throws JAXBException
strXml
- the strXml to manageJAXBException
- exceptionCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.