org.jboss.ws.api.addressing

Interface MAPBuilder

    • Method Detail

      • newMap

        MAP newMap()
        Creates a new MAP instance
        Returns:
        a MAP instance
      • inboundMap

        MAP inboundMap(Map<String,Object> ctx)
        Retrieves the inbound server message address properties attached to a message context
        Parameters:
        ctx - the server message context
        Returns:
        the inbound server Message Addressing Properties instance
      • outboundMap

        MAP outboundMap(Map<String,Object> ctx)
        Retrieves the outbound client message address properties attached to a message request map
        Parameters:
        ctx - the client request properties map
        Returns:
        the outbound server Message Addressing Properties instance

Copyright © 2018 JBoss, by Red Hat. All rights reserved.