Package org.teamapps.protocol.schema
Class ProtocolServiceMethod
java.lang.Object
org.teamapps.protocol.schema.ProtocolServiceMethod
public class ProtocolServiceMethod
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ProtocolServiceMethod(java.lang.String methodName, ObjectPropertyDefinition inputMessage, ObjectPropertyDefinition outputMessage) -
Method Summary
Modifier and Type Method Description ObjectPropertyDefinitiongetInputMessage()java.lang.StringgetMethodName()ObjectPropertyDefinitiongetOutputMessage()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, ObjectPropertyDefinition inputMessage, ObjectPropertyDefinition outputMessage)
-
-
Method Details
-
getInputMessage
-
getOutputMessage
-
getMethodName
public java.lang.String getMethodName()
-