public final class XmlUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Element |
appendAsChildElement2NewElement(Document document) |
static <T> String |
getNamespaceUriFromJaxbClass(Class<T> jaxbClass) |
static <T> String |
getSoapActionFromJaxWsServiceInterface(Class<T> jaxWsServiceInterfaceClass) |
static <T> String |
getSoapActionFromJaxWsServiceInterface(Class<T> jaxWsServiceInterfaceClass,
String jaxWsServiceInvokedMethodName) |
static <T> T |
getUnmarshalledObjectFromSoapMessage(Document httpBody,
Class<T> jaxbClass) |
static <T> String |
getXmlTagNameFromJaxbClass(Class<T> jaxbClass) |
static Document |
marhallJaxbElement(Object jaxbElement) |
static Document |
parseFileStream2Document(InputStream contentAsStream) |
static <T> T |
readSoapMessageFromStreamAndUnmarshallBody2Object(InputStream fileStream,
Class<T> jaxbClass) |
static <T> JAXBElement<T> |
unmarshallNode(Node node,
Class<T> jaxbClassName) |
static <T> T |
unmarshallXMLString(String xml,
Class<T> jaxbClass) |
public static <T> T readSoapMessageFromStreamAndUnmarshallBody2Object(InputStream fileStream, Class<T> jaxbClass) throws BootStarterCxfException
BootStarterCxfExceptionpublic static <T> T getUnmarshalledObjectFromSoapMessage(Document httpBody, Class<T> jaxbClass) throws BootStarterCxfException
BootStarterCxfExceptionpublic static <T> JAXBElement<T> unmarshallNode(Node node, Class<T> jaxbClassName) throws BootStarterCxfException
BootStarterCxfExceptionpublic static <T> String getNamespaceUriFromJaxbClass(Class<T> jaxbClass) throws BootStarterCxfException
BootStarterCxfExceptionpublic static <T> String getSoapActionFromJaxWsServiceInterface(Class<T> jaxWsServiceInterfaceClass, String jaxWsServiceInvokedMethodName) throws BootStarterCxfException
BootStarterCxfExceptionpublic static <T> String getSoapActionFromJaxWsServiceInterface(Class<T> jaxWsServiceInterfaceClass) throws BootStarterCxfException
BootStarterCxfExceptionpublic static Document parseFileStream2Document(InputStream contentAsStream) throws BootStarterCxfException
BootStarterCxfExceptionpublic static Document marhallJaxbElement(Object jaxbElement) throws BootStarterCxfException
BootStarterCxfExceptionpublic static Element appendAsChildElement2NewElement(Document document) throws BootStarterCxfException
BootStarterCxfExceptionCopyright © 2019. All rights reserved.