- GENERATE - Static variable in class jadex.extension.rs.publish.AbstractRestServicePublishService
-
Constant for boolean flag if automatic generation should be used.
- generate(Request, int, String, String, Throwable) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.RedirectErrorPageGenerator
-
Generates the error page with a redirect.
- GENERATE_INFO - Static variable in class jadex.extension.rs.publish.AbstractRestServicePublishService
-
Constant for boolean.
- generateRestMethodInfos(IService, ClassLoader, Class<?>, Map<String, Object>) - Method in class jadex.extension.rs.publish.DefaultRestMethodGenerator
-
Generate the rest method infos.
- generateRestMethodInfos(IService, ClassLoader, Class<?>, Map<String, Object>) - Method in interface jadex.extension.rs.publish.IRestMethodGenerator
-
Generate the rest method infos.
- generator - Variable in class jadex.extension.rs.publish.AbstractRestServicePublishService
-
The generator.
- getAnnotationInfo() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the annotations of a method as list of list of tuples.
- getConsumed() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the consumed.
- getData() - Method in class jadex.extension.rs.publish.mapper.ResourceInfo
-
Get the data.
- getDelegateClazz() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the dclazz.
- getDelegateMethodName() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the dmname.
- getExceptionTypes() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the exception types.
- getFieldValue(String, Object) - Static method in class jadex.extension.rs.publish.SInvokeHelper
-
- getHeaders() - Method in class jadex.extension.rs.publish.mapper.ResourceInfo
-
Get the response headers (if any).
- getHttpServer(URI, PublishInfo) - Method in class jadex.extension.rs.publish.GrizzlyRestPublishService
-
Get or start an api to the http server.
- getHttpServer(URI, PublishInfo) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
-
Get or start an api to the http server.
- getMediatype() - Method in class jadex.extension.rs.publish.mapper.ResourceInfo
-
Get the mediatype.
- getMethod() - Method in class jadex.extension.rs.publish.MethodWrapper
-
Get the method.
- getMethodMapper() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the methodmapper.
- getName() - Method in class jadex.extension.rs.publish.MethodWrapper
-
Get the name.
- getName() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the name.
- getParameterMapper() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the parametermapper.
- getParameterTypes() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the parameter types.
- getPath() - Method in class jadex.extension.rs.publish.mapper.ResourceInfo
-
Get the path.
- getPath() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the path.
- getPathName(String, Set<String>) - Static method in class jadex.extension.rs.publish.DefaultRestMethodGenerator
-
Get a path name based on a start name.
- getProduced() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the produced.
- getProxyClass(IService, ClassLoader, Class<?>, Map<String, Object>) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
-
Get or generate a proxy class.
- getRedirectUrl() - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.RedirectErrorPageGenerator
-
Returns the redirect URL.
- getRestType() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the resttype.
- getResultMapper() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the resultmapper.
- getReturnType() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the return type.
- getServiceInfo(Object[], String) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
-
Functionality blueprint for get service info web method.
- getSignature() - Method in class jadex.extension.rs.publish.RestMethodInfo
-
Get the method signature.
- getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class jadex.extension.rs.publish.JadexXMLBodyWriter
-
Get the size of the result.
- getStatus() - Method in class jadex.extension.rs.publish.mapper.ResourceInfo
-
Get the state.
- GrizzlyRestPublishService - Class in jadex.extension.rs.publish
-
Publish service without Jersey directly using Grizly container.
- GrizzlyRestPublishService() - Constructor for class jadex.extension.rs.publish.GrizzlyRestPublishService
-
- GrizzlyRestServicePublishService - Class in jadex.extension.rs.publish
-
The default web service publish service.
- GrizzlyRestServicePublishService() - Constructor for class jadex.extension.rs.publish.GrizzlyRestServicePublishService
-
Create a new publish service.
- GrizzlyRestServicePublishService(IRestMethodGenerator) - Constructor for class jadex.extension.rs.publish.GrizzlyRestServicePublishService
-
Create a new publish service.
- GrizzlyRestServicePublishService.HtmlHandler - Class in jadex.extension.rs.publish
-
Allow responding with different htmls based on virtual host name.
- GrizzlyRestServicePublishService.MainHttpHandler - Class in jadex.extension.rs.publish
-
Main handler dealing with incoming request more intelligently than Grizzly does.
- GrizzlyRestServicePublishService.RedirectErrorPageGenerator - Class in jadex.extension.rs.publish
-
- GrizzlyRSPublishAgent - Class in jadex.extension.rs.publish
-
Agent that publishes the rs publication service.
- GrizzlyRSPublishAgent() - Constructor for class jadex.extension.rs.publish.GrizzlyRSPublishAgent
-
- guessRestType(Method) - Method in class jadex.extension.rs.publish.DefaultRestMethodGenerator
-
Guess the http type (GET, POST, PUT, DELETE, ...) of a method.