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