Interface Message


  • public interface Message
    Message interface
    Author:
    Steve Hu
    • Method Detail

      • getIssuer

        String getIssuer()
      • getAudience

        String getAudience()
      • getOperation

        String getOperation()
      • getContentType

        String getContentType()
      • getBody

        byte[] getBody()