public class CoordinationContextHelper extends Object
| Constructor and Description |
|---|
CoordinationContextHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType |
deserialise(Element headerElement)
Deserialise a coordination context from a DOM SOAP Header Element.
|
static void |
serialise(org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType coordinationContextType,
Element headerElement)
Deserialise a coordination context from a DOM SOAP Header Element.
|
public static org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType deserialise(Element headerElement) throws JAXBException
headerElement - The SOAP header element to deserialise.XMLStreamException - for errors during parsing.JAXBExceptionpublic static void serialise(org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType coordinationContextType,
Element headerElement)
throws JAXBException
headerElement - The SOAP header element to deserialise.XMLStreamException - for errors during parsing.JAXBExceptionCopyright © 2013. All rights reserved.