Uses of Class
org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryHeader
Packages that use WsDiscoveryHeader
Package
Description
SOAP implementation that is tailored to DPWS.
WS-Discovery plugin for SOAP.
-
Uses of WsDiscoveryHeader in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap that return WsDiscoveryHeader -
Uses of WsDiscoveryHeader in org.somda.sdc.dpws.soap.wsdiscovery
Methods in org.somda.sdc.dpws.soap.wsdiscovery with parameters of type WsDiscoveryHeaderModifier and TypeMethodDescriptionvoidWsDiscoveryMapper.mapFromJaxbSoapHeader(List<Object> src, WsDiscoveryHeader dest) The mapper function that takes a list of JAXB objects and populates the convenience WS-Discovery header.voidWsDiscoveryMapper.mapToJaxbSoapHeader(WsDiscoveryHeader src, List<Object> dest) The mapper function that takes a convenience WS-Discovery header and adds it to a list of JAXB objects.