Class GrpcProcessorUtils
java.lang.Object
org.qubership.integration.platform.engine.util.GrpcProcessorUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Class<?> getRequestClass(org.apache.camel.Exchange exchange) static Class<?> getResponseClass(org.apache.camel.Exchange exchange)
-
Method Details
-
getRequestClass
public static Class<?> getRequestClass(org.apache.camel.Exchange exchange) throws NoSuchMethodException - Throws:
NoSuchMethodException
-
getResponseClass
public static Class<?> getResponseClass(org.apache.camel.Exchange exchange) throws NoSuchMethodException - Throws:
NoSuchMethodException
-