Class ServiceProtocol
java.lang.Object
org.teamapps.message.protocol.service.ServiceProtocol
public class ServiceProtocol
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ServiceProtocol(java.lang.String serviceName) -
Method Summary
Modifier and Type Method Description ServiceProtocoladdMethod(java.lang.String methodName, MessageDefinition inputMessage, MessageDefinition outputMessage)ServiceProtocoladdMethod(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
-
ServiceProtocol
public ServiceProtocol(java.lang.String serviceName)
-
-
Method Details
-
addMethod
-
addMethod
public ServiceProtocol addMethod(java.lang.String methodName, MessageDefinition inputMessage, MessageDefinition outputMessage) -
getServiceName
public java.lang.String getServiceName() -
getServiceMethods
-