public class JaxbContextHandler extends Object
JaxbContextHandler manages the global JAXBContext used for WS-Addressing elements and
locator endpoint elements.
Methods to get the context are not synchronized because the rare case where the context is initialized
a second time is tolerable.
| Modifier and Type | Method and Description |
|---|---|
static JAXBContext |
getAddressingContext() |
static JAXBContext |
getEndpointContext() |
public static JAXBContext getEndpointContext() throws JAXBException
JAXBExceptionpublic static JAXBContext getAddressingContext() throws JAXBException
JAXBExceptionCopyright © 2011–2019 Talend Inc.. All rights reserved.