Package io.lippia.api.service
Class CallerService
- java.lang.Object
-
- io.lippia.api.service.CallerService
-
public class CallerService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CallerService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringcall(EndpointConfiguration config)static java.lang.StringgetCompleteUrl(EndpointConfiguration config)protected static RequestgetRequest(EndpointConfiguration config)
-
-
-
Method Detail
-
call
public static java.lang.String call(EndpointConfiguration config) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException, java.lang.SecurityException, java.io.IOException
- Throws:
java.lang.IllegalAccessExceptionjava.lang.IllegalArgumentExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.NoSuchMethodExceptionjava.lang.SecurityExceptionjava.io.IOException
-
getRequest
protected static Request getRequest(EndpointConfiguration config) throws java.io.IOException
- Throws:
java.io.IOException
-
getCompleteUrl
public static java.lang.String getCompleteUrl(EndpointConfiguration config)
-
-