Class WsDiscoveryMapper

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void 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.
      void mapFromJaxbSoapHeader(List<Object> src, WsDiscoveryHeader dest) The mapper function that takes a list of JAXB objects and populates the convenience WS-Discovery header.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • mapToJaxbSoapHeader

         void 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.

        Parameters:
        src - the WS-Discovery 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, WsDiscoveryHeader dest)

        The mapper function that takes a list of JAXB objects and populates the convenience WS-Discovery header.

        Parameters:
        src - the list of objects where to get the WS-Discovery header information from.
        dest - the WS-Discovery mapper destination.