Class WsAddressingMapper
-
- All Implemented Interfaces:
public class WsAddressingMapperMapper to map between WS-Addressing JAXB elements and WsAddressingHeader.
-
-
Method Summary
Modifier and Type Method Description voidmapToJaxbSoapHeader(WsAddressingHeader src, List<Object> dest)The mapper function that takes a convenience WS-Addressing header and adds it to a list of JAXB objects. voidmapFromJaxbSoapHeader(List<Object> src, WsAddressingHeader dest)The mapper function that takes a list of JAXB objects and populates the convenience WS-Addressing header. -
-
Method Detail
-
mapToJaxbSoapHeader
void mapToJaxbSoapHeader(WsAddressingHeader src, List<Object> dest)
The mapper function that takes a convenience WS-Addressing header and adds it to a list of JAXB objects.
- Parameters:
src- The WS-Addressing source information.dest- The list of objects where to add the mapped JAXB element (typically the list of headers).
-
mapFromJaxbSoapHeader
void mapFromJaxbSoapHeader(List<Object> src, WsAddressingHeader dest)
The mapper function that takes a list of JAXB objects and populates the convenience WS-Addressing header.
- Parameters:
src- The list of objects where to get the WS-Addressing header information from.dest- The WS-Addressing mapper destination.
-
-
-
-