Class ServiceMethod

java.lang.Object
com.trdp.config.ServiceMethod

public class ServiceMethod extends Object
Service method definition (<method> element within a service).

Associates a method identifier with request and reply ComIDs. The confirm flag indicates whether MD confirmation is required.

  • Constructor Details

    • ServiceMethod

      public ServiceMethod(int id, long comId, long replyComId, String confirm, String name)
  • Method Details

    • getId

      public int getId()
    • getComId

      public long getComId()
    • getReplyComId

      public long getReplyComId()
    • isConfirm

      public boolean isConfirm()
    • getName

      public String getName()
    • toString

      public String toString()
      Overrides:
      toString in class Object