Uses of Class
fish.payara.ejb.http.protocol.InvokeMethodRequest
-
Packages that use InvokeMethodRequest Package Description fish.payara.ejb.http.endpoint fish.payara.ejb.http.protocol.rs -
-
Uses of InvokeMethodRequest in fish.payara.ejb.http.endpoint
Methods in fish.payara.ejb.http.endpoint with parameters of type InvokeMethodRequest Modifier and Type Method Description jakarta.ws.rs.core.ResponseEjbOverHttpResource. invokeJavaSerilaization(InvokeMethodRequest body)jakarta.ws.rs.core.ResponseEjbOverHttpResource. invokeJsonb(InvokeMethodRequest body) -
Uses of InvokeMethodRequest in fish.payara.ejb.http.protocol.rs
Methods in fish.payara.ejb.http.protocol.rs that return InvokeMethodRequest Modifier and Type Method Description InvokeMethodRequestJsonbInvokeMethodMessageBodyReader. readFrom(Class<InvokeMethodRequest> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)InvokeMethodRequestObjectStreamInvokeMethodMessageBodyReader. readFrom(Class<InvokeMethodRequest> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)Method parameters in fish.payara.ejb.http.protocol.rs with type arguments of type InvokeMethodRequest Modifier and Type Method Description InvokeMethodRequestJsonbInvokeMethodMessageBodyReader. readFrom(Class<InvokeMethodRequest> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)InvokeMethodRequestObjectStreamInvokeMethodMessageBodyReader. readFrom(Class<InvokeMethodRequest> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
-