Interface MessageLocationConsumer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean supports​(java.lang.Class<? extends MessageLocation> classLocation)
      If this replacer handles the given type of location, for example, when using a AMF replacer it would not handle other locations than AMFLocation and a "text" replacer would not handle AMF locations
      boolean supports​(MessageLocation location)
      If this replacer handles the given type of location, for example, when using a AMF replacer it would not handle other locations than AMFLocation and a "text" replacer would not handle AMF locations
    • Method Detail

      • supports

        boolean supports​(MessageLocation location)
        If this replacer handles the given type of location, for example, when using a AMF replacer it would not handle other locations than AMFLocation and a "text" replacer would not handle AMF locations
        Parameters:
        location - the location being checked
        Returns:
        true if the location is supported, false otherwise
      • supports

        boolean supports​(java.lang.Class<? extends MessageLocation> classLocation)
        If this replacer handles the given type of location, for example, when using a AMF replacer it would not handle other locations than AMFLocation and a "text" replacer would not handle AMF locations
        Parameters:
        classLocation - the class of the location being checked
        Returns:
        true if the location is supported, false otherwise