Class ServiceMethod
java.lang.Object
com.trdp.config.ServiceMethod
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 Summary
ConstructorsConstructorDescriptionServiceMethod(int id, long comId, long replyComId, String confirm, String name) -
Method Summary
-
Constructor Details
-
ServiceMethod
-
-
Method Details
-
getId
public int getId() -
getComId
public long getComId() -
getReplyComId
public long getReplyComId() -
isConfirm
public boolean isConfirm() -
getName
-
toString
-