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