Interface MultiplexDestination

    • Method Detail

      • getAddressWithId

        org.apache.cxf.ws.addressing.EndpointReferenceType getAddressWithId​(String id)
        Returns:
        the a reference containing the id that is associated with this Destination
      • getId

        String getId​(Map<String,​Object> contextMap)
        Parameters:
        contextMap - for this invocation. Obtained for example from JAX-WS WebServiceContext.getMessageContext(). The context will either contain the WS-A To content and/or some property that identifies the target address, eg MessageContext.PATH_INFO for the current invocation
        Returns:
        the id associated with the current invocation