public class CoordinationContextHelper extends Object
| Constructor and Description | 
|---|
CoordinationContextHelper()  | 
| Modifier and Type | Method and Description | 
|---|---|
static CoordinationContextType | 
deserialise(Element headerElement)
Deserialise a coordination context from a DOM SOAP Header Element. 
 | 
static void | 
serialise(CoordinationContextType coordinationContextType,
         Element headerElement)
Deserialise a coordination context from a DOM SOAP Header Element. 
 | 
public static CoordinationContextType deserialise(Element headerElement) throws JAXBException
headerElement - The SOAP header element to deserialise.JAXBException - for errors during parsing.public static void serialise(CoordinationContextType coordinationContextType, Element headerElement) throws JAXBException
headerElement - The SOAP header element to deserialise.JAXBException - for errors during parsing.Copyright © 2017 JBoss by Red Hat. All rights reserved.