Class AliasEntry

    • Method Detail

      • getAliasAddress

        protected PathAddress getAliasAddress()
        Gets the address to which this alias is registered
        Returns:
        the alias address
      • getTargetAddress

        protected PathAddress getTargetAddress()
        Gets the address to which this alias should convert
        Returns:
        the target address
      • convertToTargetAddress

        @Deprecated
        public PathAddress convertToTargetAddress​(PathAddress aliasAddress)
        Deprecated.
        This will be removed in WildFly Core 3; override convertToTargetAddress(PathAddress, AliasContext) instead
        Convert the alias address to the target address
        Parameters:
        aliasAddress - the alias address
        Returns:
        the target address
      • convertToTargetAddress

        public PathAddress convertToTargetAddress​(PathAddress aliasAddress,
                                                  AliasEntry.AliasContext aliasContext)
        Convert the alias address to the target address.
        Parameters:
        aliasAddress - the alias address
        aliasAddress - the alias address
        Returns:
        the target address