Package org.teamapps.protocol.schema
Class ProtocolServiceSchema
java.lang.Object
org.teamapps.protocol.schema.ProtocolServiceSchema
public class ProtocolServiceSchema
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ProtocolServiceSchema(java.lang.String serviceName) -
Method Summary
Modifier and Type Method Description ProtocolServiceSchemaaddMethod(java.lang.String methodName, ObjectPropertyDefinition inputMessage, ObjectPropertyDefinition outputMessage)ProtocolServiceSchemaaddMethod(ProtocolServiceMethod method)java.util.List<ProtocolServiceMethod>getServiceMethods()java.lang.StringgetServiceName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ProtocolServiceSchema
public ProtocolServiceSchema(java.lang.String serviceName)
-
-
Method Details
-
addMethod
-
addMethod
public ProtocolServiceSchema addMethod(java.lang.String methodName, ObjectPropertyDefinition inputMessage, ObjectPropertyDefinition outputMessage) -
getServiceName
public java.lang.String getServiceName() -
getServiceMethods
-