Package org.teamapps.protocol.service
Class ServiceMethod
java.lang.Object
org.teamapps.protocol.service.ServiceMethod
public class ServiceMethod
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ServiceMethod(java.lang.String methodName, MessageField inputMessage, MessageField outputMessage) -
Method Summary
Modifier and Type Method Description MessageFieldgetInputMessage()java.lang.StringgetMethodName()MessageFieldgetOutputMessage()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ServiceMethod
public ServiceMethod(java.lang.String methodName, MessageField inputMessage, MessageField outputMessage)
-
-
Method Details
-
getInputMessage
-
getOutputMessage
-
getMethodName
public java.lang.String getMethodName()
-