Skip navigation links
A B C D E F G H I J L M N P R S T U W 

A

AbstractRestServicePublishService - Class in jadex.extension.rs.publish
The default web service publish service.
AbstractRestServicePublishService() - Constructor for class jadex.extension.rs.publish.AbstractRestServicePublishService
Create a new publish service.
AbstractRestServicePublishService(IRestMethodGenerator) - Constructor for class jadex.extension.rs.publish.AbstractRestServicePublishService
Create a new publish service.
addMapping(String, String, String, String) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
 
addMapping(String, String) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.HtmlHandler
Add a mapping.
addMethodWrapper(MethodWrapper, Set<MethodWrapper>) - Static method in class jadex.extension.rs.publish.DefaultRestMethodGenerator
A a method wrapper.
addPath(String, Set<String>) - Static method in class jadex.extension.rs.publish.DefaultRestMethodGenerator
Add a path to the set of paths.
addSubhandler(String, String, HttpHandler) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.MainHttpHandler
Adds a new subhandler.
automapping - Variable in class jadex.extension.rs.publish.RestMethodInfo
 

B

buildSignature(String, Class<?>[]) - Static method in class jadex.extension.rs.publish.RestMethodInfo
Get the signature.

C

compare(Method, Method) - Method in class jadex.extension.rs.publish.MethodComparator
 
component - Variable in class jadex.extension.rs.publish.AbstractRestServicePublishService
The component.
consumed - Variable in class jadex.extension.rs.publish.RestMethodInfo
The consumed media types.
containsSubhandlerForExactUri(String, String) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.MainHttpHandler
Tests if a handler for the exact URI is currently published.
convertMultiMap(MultivaluedMap<String, String>) - Static method in class jadex.extension.rs.publish.SInvokeHelper
Convert a multimap to normal map, flattening single values, if any.
convertMultiMap(Map<String, String[]>) - Static method in class jadex.extension.rs.publish.SInvokeHelper
Convert a map with arrays to normal map where single values are flattened.
convertToMultiMap(Map<String, String[]>) - Static method in class jadex.extension.rs.publish.SInvokeHelper
Convert a map with arrays to normal map when no multi values exist.
convertValue(Object) - Method in class jadex.extension.rs.publish.mapper.NativeResponseMapper
Convert a value.
createProxyClass(IService, ClassLoader, Class<?>, Map<String, Object>, List<RestMethodInfo>) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Create a service proxy class.

D

data - Variable in class jadex.extension.rs.publish.mapper.ResourceInfo
The direct data as alternative to the path.
dclazz - Variable in class jadex.extension.rs.publish.RestMethodInfo
Delegation class.
debug(Object) - Static method in class jadex.extension.rs.publish.SInvokeHelper
 
DEFAULT_FORMATS - Static variable in class jadex.extension.rs.publish.AbstractRestServicePublishService
The default media formats.
DefaultRestMethodGenerator - Class in jadex.extension.rs.publish
The default rest method generator.
DefaultRestMethodGenerator() - Constructor for class jadex.extension.rs.publish.DefaultRestMethodGenerator
 
digest(String) - Static method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Build the digest given the timestamp and password.
digest(byte[]) - Static method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Build the digest given the timestamp and password.
dmname - Variable in class jadex.extension.rs.publish.RestMethodInfo
The delegation (prototype) method.
dummy() - Method in class jadex.extension.rs.publish.DummyResource
Dummy method.
DummyResource - Class in jadex.extension.rs.publish
Dummy resource needed because jersey complains when a http server is started without any root resource :-(
DummyResource() - Constructor for class jadex.extension.rs.publish.DummyResource
 

E

equals(Object) - Method in class jadex.extension.rs.publish.MethodWrapper
Equal when name and parameters are equal.
exceptiontypes - Variable in class jadex.extension.rs.publish.RestMethodInfo
The return type.
extractCallerValues(Object) - Static method in class jadex.extension.rs.publish.SInvokeHelper
Extract caller values like ip and browser.
extractContent(Object) - Method in class jadex.extension.rs.publish.mapper.NativeResponseMapper
Prestep for extracting the content of a value.

F

findSubhandler(String, String) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.MainHttpHandler
Locates an appropriate subhandler that matches the requested resource closely.
FORMATS - Static variable in class jadex.extension.rs.publish.AbstractRestServicePublishService
Constant for String[] for supported parameter media types.

G

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.

H

hashCode() - Method in class jadex.extension.rs.publish.MethodWrapper
Get the hash code.
hasStringConvertableParameters(Method, Class<?>, Class<?>[]) - Method in class jadex.extension.rs.publish.DefaultRestMethodGenerator
Test if a method has parameters that are all convertible from string.
headers - Variable in class jadex.extension.rs.publish.mapper.ResourceInfo
The headers.
hex(byte[]) - Static method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Convert to hex value.
HtmlHandler() - Constructor for class jadex.extension.rs.publish.GrizzlyRestServicePublishService.HtmlHandler
Create an html handler.

I

initWebProxyRefresh(String, String, String, String, String, IServiceIdentifier) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
 
internalPublishService(URI, ResourceConfig, IServiceIdentifier, PublishInfo) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
 
internalPublishService(URI, ResourceConfig, IServiceIdentifier, PublishInfo) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
 
invoke(Object[], String) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Method that is invoked when rest service is called.
invoke(Object[], String, Object) - Static method in class jadex.extension.rs.publish.SInvokeHelper
Method that is invoked when rest service is called.
IRestMethodGenerator - Interface in jadex.extension.rs.publish
Rest method generator interface.
isAutomapping() - Method in class jadex.extension.rs.publish.RestMethodInfo
Get the automapping.
isEmpty() - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.MainHttpHandler
Tests if the handler contains no subhandlers.
isProduction() - Method in class jadex.extension.rs.publish.mapper.NativeResponseMapper
Test if is in debug mode.
isPublished(IServiceIdentifier) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Test if a service is published.
isPublished(IServiceIdentifier) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
Test if a service is published.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class jadex.extension.rs.publish.JadexXMLBodyReader
Test if the object is readable.
isStringConvertableType(Class<?>) - Static method in class jadex.extension.rs.publish.DefaultRestMethodGenerator
Test if a class is convertible from string.
isSupported(String) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Test if publishing a specific type is supported (e.g.
isSupported(String) - Method in class jadex.extension.rs.publish.GrizzlyRestPublishService
Test if publishing a specific type is supported (e.g.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class jadex.extension.rs.publish.JadexXMLBodyWriter
Test if the writer can handle the content.

J

jadex.extension.rs.publish - package jadex.extension.rs.publish
 
jadex.extension.rs.publish.mapper - package jadex.extension.rs.publish.mapper
 
JADEXSERVICE - Static variable in class jadex.extension.rs.publish.AbstractRestServicePublishService
The service constant.
JadexXMLBodyReader - Class in jadex.extension.rs.publish
Body reader for Jersey.
JadexXMLBodyReader() - Constructor for class jadex.extension.rs.publish.JadexXMLBodyReader
 
JadexXMLBodyWriter - Class in jadex.extension.rs.publish
Body writer for Jersey.
JadexXMLBodyWriter() - Constructor for class jadex.extension.rs.publish.JadexXMLBodyWriter
 

L

LegacyGrizzlyRSPublishAgent - Class in jadex.extension.rs.publish
Agent that publishes the rs publication service.
LegacyGrizzlyRSPublishAgent() - Constructor for class jadex.extension.rs.publish.LegacyGrizzlyRSPublishAgent
 
login(String, String, String) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
 

M

MainHttpHandler() - Constructor for class jadex.extension.rs.publish.GrizzlyRestServicePublishService.MainHttpHandler
Create the handler.
mapping - Variable in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.HtmlHandler
The html responses (host->response).
mediatype - Variable in class jadex.extension.rs.publish.mapper.ResourceInfo
The media type.
method - Variable in class jadex.extension.rs.publish.MethodWrapper
The method.
method - Variable in class jadex.extension.rs.publish.RestMethodInfo
The original method.
MethodComparator - Class in jadex.extension.rs.publish
Simple method comparator that can be used to order methods alphabetically.
MethodComparator() - Constructor for class jadex.extension.rs.publish.MethodComparator
 
methodmapper - Variable in class jadex.extension.rs.publish.RestMethodInfo
The original service method.
MethodWrapper - Class in jadex.extension.rs.publish
Helper struct that saves a method and a method name.
MethodWrapper(Method) - Constructor for class jadex.extension.rs.publish.MethodWrapper
Create a new method wrapper.
MethodWrapper(String, Method) - Constructor for class jadex.extension.rs.publish.MethodWrapper
Create a new method wrapper.
mirrorHttpServer(URI, URI, PublishInfo) - Method in class jadex.extension.rs.publish.GrizzlyRestPublishService
 
mirrorHttpServer(URI, URI, PublishInfo) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
Mirror an existing http server.

N

name - Variable in class jadex.extension.rs.publish.MethodWrapper
The method name.
name - Variable in class jadex.extension.rs.publish.RestMethodInfo
The method name that represents the path.
NativeResponseMapper - Class in jadex.extension.rs.publish.mapper
The native response mapper allows for sending back native response objects.
NativeResponseMapper() - Constructor for class jadex.extension.rs.publish.mapper.NativeResponseMapper
 

P

parameterannos - Variable in class jadex.extension.rs.publish.RestMethodInfo
The parameter annotations.
parametermapper - Variable in class jadex.extension.rs.publish.RestMethodInfo
The parameter mapper info.
parametertypes - Variable in class jadex.extension.rs.publish.RestMethodInfo
The parameter types.
parseHeader(String, String) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Convert header to key value pairs.
path - Variable in class jadex.extension.rs.publish.mapper.ResourceInfo
The resource file path.
path - Variable in class jadex.extension.rs.publish.RestMethodInfo
The method path.
portservers - Variable in class jadex.extension.rs.publish.GrizzlyRestPublishService
The servers per port.
portservers - Variable in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
The servers per port.
produced - Variable in class jadex.extension.rs.publish.RestMethodInfo
The produced media types.
proxyclasses - Variable in class jadex.extension.rs.publish.AbstractRestServicePublishService
The proxy classes.
publishExternal(URI, String) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Publish file resources from the file system.
publishExternal(URI, String) - Method in class jadex.extension.rs.publish.GrizzlyRestPublishService
Publish file resources from the file system.
publishExternal(URI, String) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
Publish file resources from the file system.
publishHMTLPage(URI, String, String) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Publish an html page.
publishHMTLPage(URI, String, String) - Method in class jadex.extension.rs.publish.GrizzlyRestPublishService
Publish a static page (without ressources).
publishHMTLPage(URI, String, String) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
Publish an html page.x
publishRedirect(URI, String) - Method in class jadex.extension.rs.publish.GrizzlyRestPublishService
 
publishRedirect(URI, String) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
Publish permanent redirect.
publishResources(URI, String) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Publish resources via a rel jar path.
publishResources(URI, String) - Method in class jadex.extension.rs.publish.GrizzlyRestPublishService
Publish file resources from the classpath.
publishResources(URI, String) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
Publish resources via a rel jar path.
publishService(ClassLoader, IService, PublishInfo) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Publish a service.
publishService(ClassLoader, IService, PublishInfo) - Method in class jadex.extension.rs.publish.GrizzlyRestPublishService
Publish a service.

R

readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class jadex.extension.rs.publish.JadexXMLBodyReader
Read the object from the
RedirectErrorPageGenerator(String) - Constructor for class jadex.extension.rs.publish.GrizzlyRestServicePublishService.RedirectErrorPageGenerator
Creates the Generator.
redirecturl - Variable in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.RedirectErrorPageGenerator
Redirect URL.
removeSubhandler(String, String) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.MainHttpHandler
 
ResourceInfo - Class in jadex.extension.rs.publish.mapper
 
ResourceInfo(String, String) - Constructor for class jadex.extension.rs.publish.mapper.ResourceInfo
Create a new ResourceInfo.
ResourceInfo(byte[], String) - Constructor for class jadex.extension.rs.publish.mapper.ResourceInfo
Create a new ResourceInfo.
ResourceInfo(String, String, Integer) - Constructor for class jadex.extension.rs.publish.mapper.ResourceInfo
Create a new ResourceInfo.
ResourceInfo(byte[], String, Integer) - Constructor for class jadex.extension.rs.publish.mapper.ResourceInfo
Create a new ResourceInfo.
RestMethodInfo - Class in jadex.extension.rs.publish
Info struct for building a rest method.
RestMethodInfo(Method, String, String, Class<?>, List<MediaType>, List<MediaType>, MethodInfo, Value, boolean, Value, Class<?>, String) - Constructor for class jadex.extension.rs.publish.RestMethodInfo
Create a new rest method info.
RestMethodInfo(Class<?>[], Type, Class<?>[], String, String, Class<?>, List<MediaType>, List<MediaType>, MethodInfo, Value, boolean, Value, Class<?>, String) - Constructor for class jadex.extension.rs.publish.RestMethodInfo
Create a new rest method info.
resttype - Variable in class jadex.extension.rs.publish.RestMethodInfo
The rest method type.
resultmapper - Variable in class jadex.extension.rs.publish.RestMethodInfo
The result mapper info.
returntype - Variable in class jadex.extension.rs.publish.RestMethodInfo
The return type.

S

service(Request, Response) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.HtmlHandler
Service the request.
service(Request, Response) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.MainHttpHandler
Service the request.
setAutomapping(boolean) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the automapping.
setConsumed(List<MediaType>) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the consumed.
setData(byte[]) - Method in class jadex.extension.rs.publish.mapper.ResourceInfo
Set the data.
setDelegateClazz(Class<?>) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the dclazz.
setDelegateMethodName(String) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the dmname.
setExceptionTypes(Class<?>[]) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the exceptiontypes.
setHeaders(Map<String, String>) - Method in class jadex.extension.rs.publish.mapper.ResourceInfo
Set the response headers.
setMediatype(String) - Method in class jadex.extension.rs.publish.mapper.ResourceInfo
Set the mediatype.
setMethod(Method) - Method in class jadex.extension.rs.publish.MethodWrapper
Set the method.
setMethod(Method) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the method.
setMethodMapper(MethodInfo) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the methodmapper.
setName(String) - Method in class jadex.extension.rs.publish.MethodWrapper
Set the name.
setName(String) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the name.
setParameterMapper(Value) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the parametermapper.
setParameterTypes(Class<?>[]) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the parametertypes.
setPath(String) - Method in class jadex.extension.rs.publish.mapper.ResourceInfo
Set the path.
setPath(String) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the path.
setProduced(List<MediaType>) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the produced.
setRestType(Class<?>) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the resttype.
setResultMapper(Value) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the resultmapper.
setReturnType(Type) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the returntype.
setSignature(String) - Method in class jadex.extension.rs.publish.RestMethodInfo
Set the signature.
setStatus(Integer) - Method in class jadex.extension.rs.publish.mapper.ResourceInfo
Set the state.
shutdownHttpServer(URI) - Method in class jadex.extension.rs.publish.GrizzlyRestPublishService
 
shutdownHttpServer(URI) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
Explicitely terminated an existing http server.
sidservers - Variable in class jadex.extension.rs.publish.GrizzlyRestPublishService
The servers per service id.
sidservers - Variable in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
The servers per service id.
signature - Variable in class jadex.extension.rs.publish.RestMethodInfo
The signature.
SInvokeHelper - Class in jadex.extension.rs.publish
 
SInvokeHelper() - Constructor for class jadex.extension.rs.publish.SInvokeHelper
 
startServer(URI, PublishInfo, String) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
Starts a server.
status - Variable in class jadex.extension.rs.publish.mapper.ResourceInfo
The response http state.
subhandlercache - Variable in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.MainHttpHandler
Published subhandler matching cache.
subhandlers - Variable in class jadex.extension.rs.publish.GrizzlyRestServicePublishService.MainHttpHandler
Published subhandlers.

T

toString() - Method in class jadex.extension.rs.publish.RestMethodInfo
Get the string representation.

U

unpublish(String, URI) - Method in class jadex.extension.rs.publish.GrizzlyRestPublishService
 
unpublish(String, URI) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
Unpublish an already-published handler.
unpublishService(IServiceIdentifier) - Method in class jadex.extension.rs.publish.AbstractRestServicePublishService
Unpublish a service.
unpublishService(IServiceIdentifier) - Method in class jadex.extension.rs.publish.GrizzlyRestPublishService
Unpublish a service.
unpublishService(IServiceIdentifier) - Method in class jadex.extension.rs.publish.GrizzlyRestServicePublishService
Unpublish a service.

W

writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class jadex.extension.rs.publish.JadexXMLBodyWriter
Write the object to the output stream.
A B C D E F G H I J L M N P R S T U W 
Skip navigation links