Uses of Class
org.somda.sdc.dpws.soap.wsaddressing.WsAddressingHeader
Packages that use WsAddressingHeader
Package
Description
SOAP implementation that is tailored to DPWS.
WS-Addressing plugin for SOAP.
-
Uses of WsAddressingHeader in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap that return WsAddressingHeader -
Uses of WsAddressingHeader in org.somda.sdc.dpws.soap.wsaddressing
Methods in org.somda.sdc.dpws.soap.wsaddressing with parameters of type WsAddressingHeaderModifier and TypeMethodDescriptionvoidWsAddressingMapper.mapFromJaxbSoapHeader(List<Object> src, WsAddressingHeader dest) The mapper function that takes a list of JAXB objects and populates the convenience WS-Addressing header.voidWsAddressingMapper.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.