Uses of Class
org.teamapps.protocol.service.ServiceSchema
| Package | Description |
|---|---|
| org.teamapps.protocol.message | |
| org.teamapps.protocol.service |
-
Uses of ServiceSchema in org.teamapps.protocol.message
Methods in org.teamapps.protocol.message that return ServiceSchema Modifier and Type Method Description ServiceSchemaMessageSchema. addService(java.lang.String serviceName)ServiceSchemaMessageSchema. addService(ServiceSchema serviceSchema)Methods in org.teamapps.protocol.message that return types with arguments of type ServiceSchema Modifier and Type Method Description java.util.List<ServiceSchema>MessageSchema. getServiceSchemas()Methods in org.teamapps.protocol.message with parameters of type ServiceSchema Modifier and Type Method Description ServiceSchemaMessageSchema. addService(ServiceSchema serviceSchema) -
Uses of ServiceSchema in org.teamapps.protocol.service
Methods in org.teamapps.protocol.service that return ServiceSchema Modifier and Type Method Description ServiceSchemaServiceSchema. addMethod(java.lang.String methodName, MessageField inputMessage, MessageField outputMessage)ServiceSchemaServiceSchema. addMethod(ServiceMethod method)